Show a cover letter.

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

{
    "id": 47647,
    "url": "http://patches.dpdk.org/api/covers/47647/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1541065053-28436-1-git-send-email-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": "<1541065053-28436-1-git-send-email-dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1541065053-28436-1-git-send-email-dekelp@mellanox.com",
    "date": "2018-11-01T09:37:26",
    "name": "[v8,0/7] add encap and decap actions to Direct Verbs flow in MLX5 PMD",
    "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/1541065053-28436-1-git-send-email-dekelp@mellanox.com/mbox/",
    "series": [
        {
            "id": 2199,
            "url": "http://patches.dpdk.org/api/series/2199/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=2199",
            "date": "2018-11-01T09:37:26",
            "name": "add encap and decap actions to Direct Verbs flow in MLX5 PMD",
            "version": 8,
            "mbox": "http://patches.dpdk.org/series/2199/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/47647/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 D2F55532C;\n\tThu,  1 Nov 2018 10:38:32 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id D49712C2F\n\tfor <dev@dpdk.org>; Thu,  1 Nov 2018 10:38:29 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 1 Nov 2018 11:43:44 +0200",
            "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 wA19cQA3024558;\n\tThu, 1 Nov 2018 11:38:26 +0200"
        ],
        "From": "Dekel Peled <dekelp@mellanox.com>",
        "To": "yskoh@mellanox.com, shahafs@mellanox.com",
        "Cc": "dev@dpdk.org, orika@mellanox.com",
        "Date": "Thu,  1 Nov 2018 11:37:26 +0200",
        "Message-Id": "<1541065053-28436-1-git-send-email-dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "<1540969847-48919-1-git-send-email-dekelp@mellanox.com>",
        "References": "<1540969847-48919-1-git-send-email-dekelp@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v8 0/7] add encap and decap actions to Direct\n\tVerbs flow in MLX5 PMD",
        "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": "This series adds support of encap and decap actions in DV format.\nL2 tunnel support for VXLAN and NVGRE, and L2/L3 tunnel support using raw data buffer.\nIt is using the generic encapsulation framework from [1].\n\n[1] \"ethdev: add generic L2/L3 tunnel encapsulation actions\"\n    http://mails.dpdk.org/archives/dev/2018-October/114654.html\n    \n---\nv8:\n* Apply code review comments.\nv7:\n* Apply code review comments.\n* Add caching of encap decap actions.\nv6:\n* Adapt L2 tunnel to VXLAN and NVGRE.\n* Add encap/decap using raw data.\nv5:\n* Move DV actions code under common DV flag.\nv4:\n* Update in glue functions.\nv3:\n* Apply additional code review comments.\nv2:\n* Rebase on tip.\n* Apply code review comments.\n---\n\nDekel Peled (7):\n  net/mlx5: add flow action functions to glue\n  net/mlx5: add VXLAN encap action to Direct Verbs\n  net/mlx5: add VXLAN decap action to Direct Verbs\n  net/mlx5: add NVGRE encap action to Direct Verbs\n  net/mlx5: add NVGRE decap action to Direct Verbs\n  net/mlx5: add raw data encap decap to Direct Verbs\n  net/mlx5: add caching of encap decap actions\n\n drivers/net/mlx5/Makefile       |   2 +-\n drivers/net/mlx5/meson.build    |   2 +-\n drivers/net/mlx5/mlx5.h         |   1 +\n drivers/net/mlx5/mlx5_flow.h    |  30 ++\n drivers/net/mlx5/mlx5_flow_dv.c | 783 +++++++++++++++++++++++++++++++++++++++-\n drivers/net/mlx5/mlx5_glue.c    |  38 ++\n drivers/net/mlx5/mlx5_glue.h    |  10 +\n 7 files changed, 858 insertions(+), 8 deletions(-)"
}