Show a cover letter.

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

{
    "id": 52910,
    "url": "http://patches.dpdk.org/api/covers/52910/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1555586930-109097-1-git-send-email-orika@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": "<1555586930-109097-1-git-send-email-orika@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1555586930-109097-1-git-send-email-orika@mellanox.com",
    "date": "2019-04-18T11:28:41",
    "name": "[v2,0/9] net/mlx5: add Direct Verbs E-Switch support",
    "submitter": {
        "id": 795,
        "url": "http://patches.dpdk.org/api/people/795/?format=api",
        "name": "Ori Kam",
        "email": "orika@mellanox.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1555586930-109097-1-git-send-email-orika@mellanox.com/mbox/",
    "series": [
        {
            "id": 4373,
            "url": "http://patches.dpdk.org/api/series/4373/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4373",
            "date": "2019-04-18T11:28:44",
            "name": "net/mlx5: add Direct Verbs E-Switch support",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/4373/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/52910/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 626F11B994;\n\tThu, 18 Apr 2019 13:29:10 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 852351B94E\n\tfor <dev@dpdk.org>; Thu, 18 Apr 2019 13:29:00 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\torika@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 18 Apr 2019 14:28:58 +0300",
            "from pegasus03.mtr.labs.mlnx (pegasus03.mtr.labs.mlnx\n\t[10.210.16.124])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x3IBSwjs024378;\n\tThu, 18 Apr 2019 14:28:58 +0300"
        ],
        "From": "Ori Kam <orika@mellanox.com>",
        "To": "yskoh@mellanox.com, shahafs@mellanox.com, matan@mellanox.com,\n\tviacheslavo@mellanox.com, motih@mellanox.com",
        "Cc": "dev@dpdk.org, orika@mellanox.com",
        "Date": "Thu, 18 Apr 2019 11:28:41 +0000",
        "Message-Id": "<1555586930-109097-1-git-send-email-orika@mellanox.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1555276357-4892-1-git-send-email-orika@mellanox.com>",
        "References": "<1555276357-4892-1-git-send-email-orika@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/9] net/mlx5: add Direct Verbs E-Switch\n\tsupport",
        "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": "Currently MLX5 PMD supports 3 flow engines:\nVerbs, Direct Verbs and TCF. The first two engines are for Nic steering\nwhile the TCF is for E-Switch steering.\n\nThis series add E-Switch steering support also for the DV engine.\n\nIn order to support the new capability there should be support from\nboth the RDMA and from the NIC.\n\nV2:\n* Address ML comments\n\nOri Kam (9):\n  net/mlx5: fix translate vport function name\n  net/mlx5: fix meson build for Direct Rules\n  net/mlx5: add Direct Rules E-Switch support\n  net/mlx5: add validation for Direct Rule E-Switch\n  net/mlx5: add port ID item to Direct Verbs\n  net/mlx5: add transfer attribute to matcher\n  net/mlx5: add E-Switch port ID action to Direct Verbs\n  net/mlx5: add Forward Database table type\n  net/mlx5: add drop action to Direct Verbs E-Switch\n\n drivers/net/mlx5/Makefile         |   5 +\n drivers/net/mlx5/meson.build      |   4 +\n drivers/net/mlx5/mlx5.c           |  62 +++-\n drivers/net/mlx5/mlx5.h           |  17 ++\n drivers/net/mlx5/mlx5_devx_cmds.c |  44 +++\n drivers/net/mlx5/mlx5_ethdev.c    |  41 +++\n drivers/net/mlx5/mlx5_flow.c      |   3 +-\n drivers/net/mlx5/mlx5_flow.h      |  19 ++\n drivers/net/mlx5/mlx5_flow_dv.c   | 585 +++++++++++++++++++++++++++++++++-----\n drivers/net/mlx5/mlx5_glue.c      |  26 ++\n drivers/net/mlx5/mlx5_glue.h      |   2 +\n drivers/net/mlx5/mlx5_prm.h       | 328 +++++++++++++++++++++\n 12 files changed, 1065 insertions(+), 71 deletions(-)"
}