Show a cover letter.

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

{
    "id": 45099,
    "url": "https://patches.dpdk.org/api/covers/45099/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20180921125244.27861-1-tiwei.bie@intel.com/",
    "project": {
        "id": 1,
        "url": "https://patches.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": "<20180921125244.27861-1-tiwei.bie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180921125244.27861-1-tiwei.bie@intel.com",
    "date": "2018-09-21T12:52:41",
    "name": "[0/3] Some fixes and doc updates for virtio-user",
    "submitter": {
        "id": 617,
        "url": "https://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20180921125244.27861-1-tiwei.bie@intel.com/mbox/",
    "series": [
        {
            "id": 1439,
            "url": "https://patches.dpdk.org/api/series/1439/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=1439",
            "date": "2018-09-21T12:52:41",
            "name": "Some fixes and doc updates for virtio-user",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/1439/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/45099/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 B5C7D1B53;\n\tFri, 21 Sep 2018 14:54:17 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n\tby dpdk.org (Postfix) with ESMTP id EF629F04\n\tfor <dev@dpdk.org>; Fri, 21 Sep 2018 14:54:15 +0200 (CEST)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t21 Sep 2018 05:54:15 -0700",
            "from btwcube1.sh.intel.com ([10.67.104.151])\n\tby orsmga006.jf.intel.com with ESMTP; 21 Sep 2018 05:54: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.54,285,1534834800\"; d=\"scan'208\";a=\"76203863\"",
        "From": "Tiwei Bie <tiwei.bie@intel.com>",
        "To": "maxime.coquelin@redhat.com,\n\tzhihong.wang@intel.com,\n\tdev@dpdk.org",
        "Date": "Fri, 21 Sep 2018 20:52:41 +0800",
        "Message-Id": "<20180921125244.27861-1-tiwei.bie@intel.com>",
        "X-Mailer": "git-send-email 2.18.0",
        "Subject": "[dpdk-dev] [PATCH 0/3] Some fixes and doc updates for virtio-user",
        "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://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This series consists of some fixes and doc updates for virtio-user.\n\n\nTiwei Bie (3):\n  net/virtio-user: fix multiple queue for vhost-kernel\n  net/virtio: add the missing supported features\n  doc: update the doc for virtio-user\n\n doc/guides/contributing/documentation.rst     |  4 ++--\n .../howto/virtio_user_as_exceptional_path.rst | 23 +++++++++++--------\n .../virtio_user_for_container_networking.rst  |  2 +-\n drivers/net/virtio/virtio_ethdev.h            |  5 +++-\n .../net/virtio/virtio_user/virtio_user_dev.c  |  4 +---\n 5 files changed, 21 insertions(+), 17 deletions(-)"
}