Show a cover letter.

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

{
    "id": 52323,
    "url": "http://patches.dpdk.org/api/covers/52323/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190405090535.7604-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": "<20190405090535.7604-1-qi.z.zhang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190405090535.7604-1-qi.z.zhang@intel.com",
    "date": "2019-04-05T09:05:30",
    "name": "[v5,0/5] This patch set supported new packet type",
    "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/20190405090535.7604-1-qi.z.zhang@intel.com/mbox/",
    "series": [
        {
            "id": 4130,
            "url": "http://patches.dpdk.org/api/series/4130/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4130",
            "date": "2019-04-05T09:05:30",
            "name": "This patch set supported new packet type",
            "version": 5,
            "mbox": "http://patches.dpdk.org/series/4130/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/52323/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 84DD81B48C;\n\tFri,  5 Apr 2019 11:03:41 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id E8CCF1B48A\n\tfor <dev@dpdk.org>; Fri,  5 Apr 2019 11:03:39 +0200 (CEST)",
            "from orsmga006.jf.intel.com ([10.7.209.51])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t05 Apr 2019 02:03:38 -0700",
            "from dpdk51.sh.intel.com ([10.67.110.245])\n\tby orsmga006.jf.intel.com with ESMTP; 05 Apr 2019 02:03:37 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,312,1549958400\"; d=\"scan'208\";a=\"133191644\"",
        "From": "Qi Zhang <qi.z.zhang@intel.com>",
        "To": "ferruh.yigit@intel.com, qi.z.zhang@intel.com, bernard.iremonger@intel.com",
        "Cc": "dev@dpdk.org",
        "Date": "Fri,  5 Apr 2019 17:05:30 +0800",
        "Message-Id": "<20190405090535.7604-1-qi.z.zhang@intel.com>",
        "X-Mailer": "git-send-email 2.13.6",
        "Subject": "[dpdk-dev] [PATCH v5 0/5] This patch set supported new packet type",
        "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": "---\nv5:\n1. add ABI break notification in commit log of PATCH 1/5\n2. fix missing help string/document in testpmd cmdline (Bernard Iremonger's\n   comments)\n\nV4:\n1. rebased to the latest code.\n2. deleted misleading statement.\n\nV3:\n1. fixed issue in release note.\n2. fixed check patch issue.\n3. spilted eal related change to a new patch.\n\nV2:\n1. move testpmd related changes to a new patch.\n2. added release note update.\n\n\nQiming Yang (5):\n  ethdev: add VXLAN-GPE macro\n  net/i40e: add support for VXLAN-GPE\n  net/i40e: support VXLAN-GPE classification\n  app/testpmd: add VXLAN-GPE to tunnel type\n  doc: add release note for VXLAN-GPE support\n\n app/test-pmd/cmdline.c                      | 19 ++++++++++++-------\n doc/guides/rel_notes/release_19_05.rst      |  7 +++++++\n doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++++++----\n drivers/net/i40e/i40e_ethdev.c              | 16 ++++++++++++----\n lib/librte_ethdev/rte_eth_ctrl.h            |  1 +\n 5 files changed, 39 insertions(+), 15 deletions(-)"
}