Show a cover letter.

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

{
    "id": 46213,
    "url": "http://patches.dpdk.org/api/covers/46213/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1538922308-9516-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": "<1538922308-9516-1-git-send-email-dekelp@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1538922308-9516-1-git-send-email-dekelp@mellanox.com",
    "date": "2018-10-07T14:25:04",
    "name": "[v2,0/4] add support of Direct Verbs encap and decap actions",
    "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/1538922308-9516-1-git-send-email-dekelp@mellanox.com/mbox/",
    "series": [
        {
            "id": 1739,
            "url": "http://patches.dpdk.org/api/series/1739/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=1739",
            "date": "2018-10-07T14:25:04",
            "name": "add support of Direct Verbs encap and decap actions",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/1739/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/46213/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 B01FC44C3;\n\tSun,  7 Oct 2018 16:27:12 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 56D6A3576\n\tfor <dev@dpdk.org>; Sun,  7 Oct 2018 16:27:07 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tdekelp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 7 Oct 2018 16:31:48 +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 w97ER1DG031642;\n\tSun, 7 Oct 2018 17:27:01 +0300"
        ],
        "From": "Dekel Peled <dekelp@mellanox.com>",
        "To": "yskoh@mellanox.com, shahafs@mellanox.com",
        "Cc": "dev@dpdk.org, orika@mellanox.com",
        "Date": "Sun,  7 Oct 2018 17:25:04 +0300",
        "Message-Id": "<1538922308-9516-1-git-send-email-dekelp@mellanox.com>",
        "X-Mailer": "git-send-email 1.7.1",
        "In-Reply-To": "<1538059845-35896-1-git-send-email-dekelp@mellanox.com>",
        "References": "<1538059845-35896-1-git-send-email-dekelp@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/4] add support of Direct Verbs encap and\n\tdecap actions",
        "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.\nIt is using the generic encapsulation framework from [1].\nNote that encap action is relevant for egress only.\nHence this series should be merged on top of [2].\n\n[1] \"ethdev: add generic L2/L3 tunnel encapsulation actions\"\n    http://mails.dpdk.org/archives/dev/2018-October/114654.html\n[2] \"net/mlx5: allow flow rule with attribute egress\"\n    http://mails.dpdk.org/archives/dev/2018-October/114658.html\n\n---\nV2:\n* Rebase on tip.\n* Apply code review comments.\n---\n\nDekel Peled (4):\n  net/mlx5: add flow action functions to glue\n  net/mlx5: add Direct Verbs encap and decap defs\n  net/mlx5: add L2 and L3 encap to Direct Verbs flow\n  net/mlx5: add L2 and L3 decap to Direct Verbs flow\n\n drivers/net/mlx5/mlx5_flow.c    |   8 +\n drivers/net/mlx5/mlx5_flow.h    |   6 +\n drivers/net/mlx5/mlx5_flow_dv.c | 440 +++++++++++++++++++++++++++++++++++++++-\n drivers/net/mlx5/mlx5_glue.c    |  33 +++\n drivers/net/mlx5/mlx5_glue.h    |   9 +\n 5 files changed, 492 insertions(+), 4 deletions(-)"
}