Show a cover letter.

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

{
    "id": 55775,
    "url": "http://patches.dpdk.org/api/covers/55775/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1561994563.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.1561994563.git.dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1561994563.git.dekelp@mellanox.com",
    "date": "2019-07-01T15:43:08",
    "name": "[v9,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.1561994563.git.dekelp@mellanox.com/mbox/",
    "series": [
        {
            "id": 5256,
            "url": "http://patches.dpdk.org/api/series/5256/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5256",
            "date": "2019-07-01T15:43:08",
            "name": "add actions to modify header fields",
            "version": 9,
            "mbox": "http://patches.dpdk.org/series/5256/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/55775/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 6E5EF1B9D6;\n\tMon,  1 Jul 2019 17:44:44 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 9FB661B9D5\n\tfor <dev@dpdk.org>; Mon,  1 Jul 2019 17:44:43 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 1 Jul 2019 18:44:41 +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 x61FieEo028876;\n\tMon, 1 Jul 2019 18:44:40 +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": "Mon,  1 Jul 2019 18:43:08 +0300",
        "Message-Id": "<cover.1561994563.git.dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "<1553177917-43297-1-git-send-email-dekelp@mellanox.com>",
        "References": "<1553177917-43297-1-git-send-email-dekelp@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v9 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.\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 with 32 bit unsigned value\n      of type rte_be32_t.\nv8: clean redundant comments refering to removed structure.\nv9: - Send the announcement of new approach (use action with single\n      argument configuration) in separate patch before this series,\n      see http://patches.dpdk.org/patch/55773/.\n    - Add PMD release notes update.\n---\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                 |  92 +++++++++++\n doc/guides/prog_guide/rte_flow.rst          |  32 ++++\n doc/guides/rel_notes/release_19_08.rst      |   6 +\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                |  32 ++++\n 9 files changed, 440 insertions(+), 1 deletion(-)"
}