Show a cover letter.

GET /api/covers/40801/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 40801,
    "url": "http://patchwork.dpdk.org/api/covers/40801/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20180608032224.22049-1-tiwei.bie@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20180608032224.22049-1-tiwei.bie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180608032224.22049-1-tiwei.bie@intel.com",
    "date": "2018-06-08T03:22:22",
    "name": "[dpdk-dev,v3,0/2] vhost: support host notifier",
    "submitter": {
        "id": 617,
        "url": "http://patchwork.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20180608032224.22049-1-tiwei.bie@intel.com/mbox/",
    "series": [
        {
            "id": 40,
            "url": "http://patchwork.dpdk.org/api/series/40/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=40",
            "date": "2018-06-08T03:22:22",
            "name": "vhost: support host notifier",
            "version": 3,
            "mbox": "http://patchwork.dpdk.org/series/40/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/40801/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 0E3621AFFD;\n\tFri,  8 Jun 2018 05:22:18 +0200 (CEST)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n\tby dpdk.org (Postfix) with ESMTP id 074E8D49E\n\tfor <dev@dpdk.org>; Fri,  8 Jun 2018 05:22:15 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t07 Jun 2018 20:22:13 -0700",
            "from debian.sh.intel.com ([10.67.104.203])\n\tby fmsmga008.fm.intel.com with ESMTP; 07 Jun 2018 20:22:13 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.49,489,1520924400\"; d=\"scan'208\";a=\"46168860\"",
        "From": "Tiwei Bie <tiwei.bie@intel.com>",
        "To": "maxime.coquelin@redhat.com,\n\tdev@dpdk.org",
        "Date": "Fri,  8 Jun 2018 11:22:22 +0800",
        "Message-Id": "<20180608032224.22049-1-tiwei.bie@intel.com>",
        "X-Mailer": "git-send-email 2.17.0",
        "Subject": "[dpdk-dev] [PATCH v3 0/2] vhost: support host notifier",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The host notifier support in vhost-user has been merged\ninto QEMU. This patch set enables the support for host\nnotifier in DPDK vhost-user and ifcvf driver.\n\nThe original subject is:\nExtend vhost to support VFIO based accelerator\n\nv3:\n- Address the changes in QEMU\n- Minor fixes and refinements\n\nTiwei Bie (2):\n  vhost: support host notifier\n  net/ifcvf: enable the host notifier support\n\n drivers/net/ifc/ifcvf_vdpa.c  |   3 +\n lib/librte_vhost/rte_vhost.h  |   8 ++\n lib/librte_vhost/vhost.c      |   3 +\n lib/librte_vhost/vhost.h      |   1 +\n lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++\n lib/librte_vhost/vhost_user.h |  13 ++-\n 6 files changed, 173 insertions(+), 1 deletion(-)"
}