Show a cover letter.

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

{
    "id": 52587,
    "url": "http://patches.dpdk.org/api/covers/52587/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1554896841.git.dekelp@mellanox.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.1554896841.git.dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1554896841.git.dekelp@mellanox.com",
    "date": "2019-04-10T11:50:40",
    "name": "[v4,0/3] add actions to modify header fields",
    "submitter": {
        "id": 1082,
        "url": "http://patches.dpdk.org/api/people/1082/?format=api",
        "name": "Dekel Peled",
        "email": "dekelp@mellanox.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1554896841.git.dekelp@mellanox.com/mbox/",
    "series": [
        {
            "id": 4238,
            "url": "http://patches.dpdk.org/api/series/4238/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4238",
            "date": "2019-04-10T11:50:41",
            "name": "add actions to modify header fields",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/4238/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/52587/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 256261B112;\n\tWed, 10 Apr 2019 13:52:39 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id D83EB695D\n\tfor <dev@dpdk.org>; Wed, 10 Apr 2019 13:52:30 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 10 Apr 2019 14:52:28 +0300",
            "from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx\n\t[10.128.130.87])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x3ABqRug029365;\n\tWed, 10 Apr 2019 14:52:27 +0300"
        ],
        "From": "Dekel Peled <dekelp@mellanox.com>",
        "To": "adrien.mazarguil@6wind.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com, \n\tbernard.iremonger@intel.com, yskoh@mellanox.com, shahafs@mellanox.com,\n\tarybchenko@solarflare.com",
        "Cc": "dev@dpdk.org, orika@mellanox.com, dekelp@mellanox.com",
        "Date": "Wed, 10 Apr 2019 14:50:40 +0300",
        "Message-Id": "<cover.1554896841.git.dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "<cover.1554894982.git.dekelp@mellanox.com>",
        "References": "<cover.1554894982.git.dekelp@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v4 0/3] add actions to modify header fields",
        "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": "Patch [1] implemented set of header modification actions in MLX PMD, based on ethdev and testpmd updates included in [2].\nThis series implements support of additional header modification actions, in ethdev, testpmd, and MLX5 PMD.\n\nOriginal work by Xiaoyu Min.\n\n[1] http://patches.dpdk.org/patch/49310/\n[2] http://mails.dpdk.org/archives/dev/2018-August/109672.html\n\n---\nv2: apply code review comments.\nv3: apply additional code review comments.\n    - Update documentation of new commands.\n    - Use common general struct for all commands.\nv4: apply checkpatch comments.\n---\n\nDekel Peled (3):\n  ethdev: add actions to modify TCP header fields\n  app/testpmd: add actions to modify TCP header fields\n  net/mlx5: update modify header using Direct Verbs\n\n app/test-pmd/cmdline_flow.c                 | 100 ++++++++++++\n doc/guides/prog_guide/rte_flow.rst          |  72 +++++++++\n doc/guides/testpmd_app_ug/testpmd_funcs.rst |  16 ++\n drivers/net/mlx5/mlx5_flow.h                |  10 +-\n drivers/net/mlx5/mlx5_flow_dv.c             | 239 ++++++++++++++++++++++++++++\n drivers/net/mlx5/mlx5_prm.h                 |  12 ++\n lib/librte_ethdev/rte_flow.c                |   4 +\n lib/librte_ethdev/rte_flow.h                |  60 +++++++\n 8 files changed, 512 insertions(+), 1 deletion(-)"
}