Show a cover letter.

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

{
    "id": 80796,
    "url": "http://patches.dpdk.org/api/covers/80796/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1602700693.git.dekelp@nvidia.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": "<cover.1602700693.git.dekelp@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1602700693.git.dekelp@nvidia.com",
    "date": "2020-10-14T18:53:26",
    "name": "[v4,0/2] support VLAN attributes in ETH and VLAN items",
    "submitter": {
        "id": 1897,
        "url": "http://patches.dpdk.org/api/people/1897/?format=api",
        "name": "Dekel Peled",
        "email": "dekelp@nvidia.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1602700693.git.dekelp@nvidia.com/mbox/",
    "series": [
        {
            "id": 12969,
            "url": "http://patches.dpdk.org/api/series/12969/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12969",
            "date": "2020-10-14T18:53:26",
            "name": "support VLAN attributes in ETH and VLAN items",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/12969/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/80796/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 0643FA04DB;\n\tWed, 14 Oct 2020 20:54:39 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id F312E1D8DC;\n\tWed, 14 Oct 2020 20:54:24 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 6A7D01D6CD\n for <dev@dpdk.org>; Wed, 14 Oct 2020 20:54:22 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n dekelp@nvidia.com) with SMTP; 14 Oct 2020 21:54:17 +0300",
            "from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx\n [10.228.134.250])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 09EIsHrI026455;\n Wed, 14 Oct 2020 21:54:17 +0300"
        ],
        "From": "Dekel Peled <dekelp@nvidia.com>",
        "To": "orika@nvidia.com, wenzhuo.lu@intel.com, beilei.xing@intel.com,\n bernard.iremonger@intel.com, mdr@ashroe.eu, nhorman@tuxdriver.com,\n thomas@monjalon.net, ferruh.yigit@intel.com, andrew.rybchenko@oktetlabs.ru",
        "Cc": "dev@dpdk.org",
        "Date": "Wed, 14 Oct 2020 21:53:26 +0300",
        "Message-Id": "<cover.1602700693.git.dekelp@nvidia.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "\n <209f5087596180d7866a43f0a0f12c9a032eb7ce.1601577847.git.dekelp@nvidia.com>",
        "References": "\n <209f5087596180d7866a43f0a0f12c9a032eb7ce.1601577847.git.dekelp@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v4 0/2] support VLAN attributes in ETH and VLAN\n\titems",
        "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": "This series implements the change proposes in RFC [1], adding dedicated\nfields to ETH and VLAN items structs, to clearly define the required\ncharacteristic of a packet, and enable precise match criteria.\ntestpmd CLI is updated accordingly.\nDocumentation is updated accordingly.\n\n[1] https://mails.dpdk.org/archives/dev/2020-August/177536.html\n\n---\nv2: fix checkpatch comment.\nv3: updates description in comments and documentation.\nv4: add testpmd patch with application support.\n---\n\nDekel Peled (2):\n  ethdev: add VLAN attributes to ETH and VLAN items\n  app/testpmd: support VLAN attributes in ETH and VLAN items\n\n app/test-pmd/cmdline_flow.c            | 18 ++++++++++++++++++\n doc/guides/prog_guide/rte_flow.rst     | 14 ++++++++++++--\n doc/guides/rel_notes/deprecation.rst   |  5 -----\n doc/guides/rel_notes/release_20_11.rst |  7 +++++++\n lib/librte_ethdev/rte_flow.h           | 18 +++++++++++++++---\n 5 files changed, 52 insertions(+), 10 deletions(-)"
}