Show a cover letter.

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

{
    "id": 55506,
    "url": "http://patches.dpdk.org/api/covers/55506/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1561655345.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.1561655345.git.dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1561655345.git.dekelp@mellanox.com",
    "date": "2019-06-27T17:39:19",
    "name": "[v7,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.1561655345.git.dekelp@mellanox.com/mbox/",
    "series": [
        {
            "id": 5205,
            "url": "http://patches.dpdk.org/api/series/5205/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5205",
            "date": "2019-06-27T17:39:19",
            "name": "add actions to modify header fields",
            "version": 7,
            "mbox": "http://patches.dpdk.org/series/5205/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/55506/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 8EA982BF4;\n\tThu, 27 Jun 2019 19:40:09 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id CBBBE2BF2\n\tfor <dev@dpdk.org>; Thu, 27 Jun 2019 19:40:07 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 27 Jun 2019 20:40:05 +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 x5RHe5NP023067;\n\tThu, 27 Jun 2019 20:40:05 +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\tviacheslavo@mellanox.com, arybchenko@solarflare.com",
        "Cc": "dev@dpdk.org, orika@mellanox.com",
        "Date": "Thu, 27 Jun 2019 20:39:19 +0300",
        "Message-Id": "<cover.1561655345.git.dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "<cover.1560750988.git.dekelp@mellanox.com>",
        "References": "<cover.1560750988.git.dekelp@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v7 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,\nbased on ethdev and testpmd updates included in [2].\nThis series implements support of additional header modification\nactions, 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.\nv5: apply additional code review comments.\n    - Add 8, 16, 32 bit types to union.\n    - Update struct name and documentation.\nv6: expand description of new struct in h file and commit log.\nv7: - Remove the common general struct with union added in v3 & v5.\n    - Commands take a simple integer value, not enclosed in a structure.\n    - Use separate commands for INC and DEC to allow full use of\n      the 32 bit value as unsigned.\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          |  35 +++-\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             | 237 ++++++++++++++++++++++++++++\n drivers/net/mlx5/mlx5_prm.h                 |  12 ++\n lib/librte_ethdev/rte_flow.c                |   4 +\n lib/librte_ethdev/rte_flow.h                |  42 ++++-\n 8 files changed, 453 insertions(+), 3 deletions(-)"
}