Show a cover letter.

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

{
    "id": 66472,
    "url": "http://patches.dpdk.org/api/covers/66472/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200310003711.47846-1-qi.z.zhang@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<20200310003711.47846-1-qi.z.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200310003711.47846-1-qi.z.zhang@intel.com",
    "date": "2020-03-10T00:37:07",
    "name": "[0/4] iavf share code update",
    "submitter": {
        "id": 504,
        "url": "http://patches.dpdk.org/api/people/504/?format=api",
        "name": "Qi Zhang",
        "email": "qi.z.zhang@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200310003711.47846-1-qi.z.zhang@intel.com/mbox/",
    "series": [
        {
            "id": 8855,
            "url": "http://patches.dpdk.org/api/series/8855/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8855",
            "date": "2020-03-10T00:37:07",
            "name": "iavf share code update",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8855/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/66472/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id F2AFDA0563;\n\tTue, 10 Mar 2020 01:33:48 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 4D3DB1BEB2;\n\tTue, 10 Mar 2020 01:33:48 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by dpdk.org (Postfix) with ESMTP id D329523D\n for <dev@dpdk.org>; Tue, 10 Mar 2020 01:33:45 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 09 Mar 2020 17:33:44 -0700",
            "from dpdk51.sh.intel.com ([10.67.110.245])\n by orsmga005.jf.intel.com with ESMTP; 09 Mar 2020 17:33:42 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.70,535,1574150400\"; d=\"scan'208\";a=\"414999480\"",
        "From": "Qi Zhang <qi.z.zhang@intel.com>",
        "To": "qiming.yang@intel.com,\n\tbeilei.xing@intel.com",
        "Cc": "xiaolong.ye@intel.com,\n\tdev@dpdk.org,\n\tQi Zhang <qi.z.zhang@intel.com>",
        "Date": "Tue, 10 Mar 2020 08:37:07 +0800",
        "Message-Id": "<20200310003711.47846-1-qi.z.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.13.6",
        "Subject": "[dpdk-dev] [PATCH 0/4] iavf share code update",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Main change:\n\nupdate virtual channel to support DCF\n\nQi Zhang (4):\n  common/iavf: update copyright date\n  common/iavf: add two opcodes to send the AdminQ command\n  common/iavf: add support for DCF capability negotiation\n  common/iavf: add support for VSI mapping table\n\n drivers/common/iavf/iavf_adminq.c     |  2 +-\n drivers/common/iavf/iavf_adminq.h     |  2 +-\n drivers/common/iavf/iavf_adminq_cmd.h |  2 +-\n drivers/common/iavf/iavf_alloc.h      |  2 +-\n drivers/common/iavf/iavf_common.c     |  2 +-\n drivers/common/iavf/iavf_devids.h     |  2 +-\n drivers/common/iavf/iavf_prototype.h  |  2 +-\n drivers/common/iavf/iavf_register.h   |  2 +-\n drivers/common/iavf/iavf_status.h     |  2 +-\n drivers/common/iavf/iavf_type.h       |  2 +-\n drivers/common/iavf/virtchnl.h        | 43 ++++++++++++++++++++++++++++++++++-\n 11 files changed, 52 insertions(+), 11 deletions(-)"
}