Show a cover letter.

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

{
    "id": 64944,
    "url": "http://patches.dpdk.org/api/covers/64944/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1579539790-3882-1-git-send-email-matan@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": "<1579539790-3882-1-git-send-email-matan@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1579539790-3882-1-git-send-email-matan@mellanox.com",
    "date": "2020-01-20T17:02:32",
    "name": "[v1,00/38] Introduce mlx5 vDPA driver",
    "submitter": {
        "id": 796,
        "url": "http://patches.dpdk.org/api/people/796/?format=api",
        "name": "Matan Azrad",
        "email": "matan@mellanox.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1579539790-3882-1-git-send-email-matan@mellanox.com/mbox/",
    "series": [
        {
            "id": 8223,
            "url": "http://patches.dpdk.org/api/series/8223/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8223",
            "date": "2020-01-20T17:02:37",
            "name": "Introduce mlx5 vDPA driver",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8223/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/64944/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id C7354A0526;\n\tMon, 20 Jan 2020 18:04:17 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id F21C71BFBE;\n\tMon, 20 Jan 2020 18:03:29 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 1CF031BF95\n for <dev@dpdk.org>; Mon, 20 Jan 2020 18:03:13 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n asafp@mellanox.com)\n with ESMTPS (AES256-SHA encrypted); 20 Jan 2020 19:03:12 +0200",
            "from pegasus07.mtr.labs.mlnx (pegasus07.mtr.labs.mlnx\n [10.210.16.112])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 00KH3BGJ024424;\n Mon, 20 Jan 2020 19:03:11 +0200"
        ],
        "From": "Matan Azrad <matan@mellanox.com>",
        "To": "dev@dpdk.org",
        "Cc": "Maxime Coquelin <maxime.coquelin@redhat.com>,\n Thomas Monjalon <thomas@monjalon.net>",
        "Date": "Mon, 20 Jan 2020 17:02:32 +0000",
        "Message-Id": "<1579539790-3882-1-git-send-email-matan@mellanox.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH v1 00/38] Introduce mlx5 vDPA driver",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Steps:\n- Prepare net/mlx5 for code sharing.\n- Introduce new common lib for mlx5 devices.\n- Share code from net/mlx5 to common/mlx5.\n- Introduce vDPA driver for Mellanox devices.\n\n\nMatan Azrad (38):\n  net/mlx5: separate DevX commands interface\n  mlx5: prepare common library\n  mlx5: share the mlx5 glue reference\n  mlx5: share mlx5 PCI device detection\n  mlx5: share mlx5 devices information\n  drivers: introduce mlx5 vDPA driver\n  common/mlx5: expose vDPA DevX capabilities\n  vdpa/mlx5: support queues number operation\n  vdpa/mlx5: support features get operations\n  common/mlx5: glue null memory region allocation\n  common/mlx5: support DevX indirect mkey creation\n  common/mlx5: glue event queue query\n  common/mlx5: glue event interrupt commands\n  common/mlx5: glue UAR allocation\n  common/mlx5: add DevX command to create CQ\n  common/mlx5: glue VAR allocation\n  common/mlx5: add DevX virtio emulation commands\n  vdpa/mlx5: prepare memory regions\n  mlx5: share CQ entry check\n  vdpa/mlx5: prepare completion queues\n  vdpa/mlx5: handle completions\n  vdpa/mlx5: prepare virtio queues\n  vdpa/mlx5: support stateless offloads\n  common/mlx5: allow type configuration for DevX RQT\n  common/mlx5: add TIR fields constants\n  common/mlx5: add DevX command to modify RQT\n  common/mlx5: get DevX capability for max RQT size\n  vdpa/mlx5: add basic steering configurations\n  vdpa/mlx5: support queue state operation\n  vdpa/mlx5: map doorbell\n  vdpa/mlx5: support live migration\n  vdpa/mlx5: support close and config operations\n  mlx5: skip probing according to the vDPA mode\n  net/mlx5: separate Netlink commands interface\n  net/mlx5: reduce Netlink commands dependencies\n  mlx5: share Netlink commands\n  common/mlx5: support ROCE disable through Netlink\n  vdpa/mlx5: disable ROCE\n\n MAINTAINERS                                     |    9 +\n config/common_base                              |    5 +\n doc/guides/rel_notes/release_20_02.rst          |    5 +\n doc/guides/vdpadevs/features/mlx5.ini           |   27 +\n doc/guides/vdpadevs/index.rst                   |    1 +\n doc/guides/vdpadevs/mlx5.rst                    |   89 +\n drivers/common/Makefile                         |    4 +\n drivers/common/meson.build                      |    2 +-\n drivers/common/mlx5/Makefile                    |  350 ++++\n drivers/common/mlx5/meson.build                 |  210 +++\n drivers/common/mlx5/mlx5_common.c               |  332 ++++\n drivers/common/mlx5/mlx5_common.h               |  214 +++\n drivers/common/mlx5/mlx5_common_utils.h         |   20 +\n drivers/common/mlx5/mlx5_devx_cmds.c            | 1363 ++++++++++++++\n drivers/common/mlx5/mlx5_devx_cmds.h            |  322 ++++\n drivers/common/mlx5/mlx5_glue.c                 | 1296 ++++++++++++++\n drivers/common/mlx5/mlx5_glue.h                 |  305 ++++\n drivers/common/mlx5/mlx5_nl.c                   | 1699 ++++++++++++++++++\n drivers/common/mlx5/mlx5_nl.h                   |   63 +\n drivers/common/mlx5/mlx5_prm.h                  | 2165 +++++++++++++++++++++++\n drivers/common/mlx5/rte_common_mlx5_version.map |   48 +\n drivers/meson.build                             |    8 +-\n drivers/net/mlx5/Makefile                       |  307 +---\n drivers/net/mlx5/meson.build                    |  257 +--\n drivers/net/mlx5/mlx5.c                         |  196 +-\n drivers/net/mlx5/mlx5.h                         |  324 +---\n drivers/net/mlx5/mlx5_defs.h                    |    8 -\n drivers/net/mlx5/mlx5_devx_cmds.c               |  967 ----------\n drivers/net/mlx5/mlx5_ethdev.c                  |  161 +-\n drivers/net/mlx5/mlx5_flow.c                    |   12 +-\n drivers/net/mlx5/mlx5_flow.h                    |    3 +-\n drivers/net/mlx5/mlx5_flow_dv.c                 |   12 +-\n drivers/net/mlx5/mlx5_flow_meter.c              |    2 +\n drivers/net/mlx5/mlx5_flow_verbs.c              |    7 +-\n drivers/net/mlx5/mlx5_glue.c                    | 1150 ------------\n drivers/net/mlx5/mlx5_glue.h                    |  264 ---\n drivers/net/mlx5/mlx5_mac.c                     |   16 +-\n drivers/net/mlx5/mlx5_mr.c                      |    3 +-\n drivers/net/mlx5/mlx5_nl.c                      | 1402 ---------------\n drivers/net/mlx5/mlx5_prm.h                     | 1883 --------------------\n drivers/net/mlx5/mlx5_rss.c                     |    2 +-\n drivers/net/mlx5/mlx5_rxmode.c                  |   12 +-\n drivers/net/mlx5/mlx5_rxq.c                     |    7 +-\n drivers/net/mlx5/mlx5_rxtx.c                    |    7 +-\n drivers/net/mlx5/mlx5_rxtx.h                    |   46 +-\n drivers/net/mlx5/mlx5_rxtx_vec.c                |    5 +-\n drivers/net/mlx5/mlx5_rxtx_vec.h                |    3 +-\n drivers/net/mlx5/mlx5_rxtx_vec_altivec.h        |    5 +-\n drivers/net/mlx5/mlx5_rxtx_vec_neon.h           |    5 +-\n drivers/net/mlx5/mlx5_rxtx_vec_sse.h            |    5 +-\n drivers/net/mlx5/mlx5_stats.c                   |    5 +-\n drivers/net/mlx5/mlx5_txq.c                     |    7 +-\n drivers/net/mlx5/mlx5_utils.h                   |   79 +-\n drivers/net/mlx5/mlx5_vlan.c                    |  137 +-\n drivers/vdpa/Makefile                           |    2 +\n drivers/vdpa/meson.build                        |    3 +-\n drivers/vdpa/mlx5/Makefile                      |   43 +\n drivers/vdpa/mlx5/meson.build                   |   34 +\n drivers/vdpa/mlx5/mlx5_vdpa.c                   |  539 ++++++\n drivers/vdpa/mlx5/mlx5_vdpa.h                   |  294 +++\n drivers/vdpa/mlx5/mlx5_vdpa_cq.c                |  283 +++\n drivers/vdpa/mlx5/mlx5_vdpa_lm.c                |  132 ++\n drivers/vdpa/mlx5/mlx5_vdpa_mem.c               |  351 ++++\n drivers/vdpa/mlx5/mlx5_vdpa_steer.c             |  288 +++\n drivers/vdpa/mlx5/mlx5_vdpa_utils.h             |   20 +\n drivers/vdpa/mlx5/mlx5_vdpa_virtq.c             |  397 +++++\n drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map |    3 +\n mk/rte.app.mk                                   |   14 +-\n 68 files changed, 11239 insertions(+), 7000 deletions(-)\n create mode 100644 doc/guides/vdpadevs/features/mlx5.ini\n create mode 100644 doc/guides/vdpadevs/mlx5.rst\n create mode 100644 drivers/common/mlx5/Makefile\n create mode 100644 drivers/common/mlx5/meson.build\n create mode 100644 drivers/common/mlx5/mlx5_common.c\n create mode 100644 drivers/common/mlx5/mlx5_common.h\n create mode 100644 drivers/common/mlx5/mlx5_common_utils.h\n create mode 100644 drivers/common/mlx5/mlx5_devx_cmds.c\n create mode 100644 drivers/common/mlx5/mlx5_devx_cmds.h\n create mode 100644 drivers/common/mlx5/mlx5_glue.c\n create mode 100644 drivers/common/mlx5/mlx5_glue.h\n create mode 100644 drivers/common/mlx5/mlx5_nl.c\n create mode 100644 drivers/common/mlx5/mlx5_nl.h\n create mode 100644 drivers/common/mlx5/mlx5_prm.h\n create mode 100644 drivers/common/mlx5/rte_common_mlx5_version.map\n delete mode 100644 drivers/net/mlx5/mlx5_devx_cmds.c\n delete mode 100644 drivers/net/mlx5/mlx5_glue.c\n delete mode 100644 drivers/net/mlx5/mlx5_glue.h\n delete mode 100644 drivers/net/mlx5/mlx5_nl.c\n delete mode 100644 drivers/net/mlx5/mlx5_prm.h\n create mode 100644 drivers/vdpa/mlx5/Makefile\n create mode 100644 drivers/vdpa/mlx5/meson.build\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa.c\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa.h\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa_cq.c\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa_lm.c\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa_mem.c\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa_steer.c\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa_utils.h\n create mode 100644 drivers/vdpa/mlx5/mlx5_vdpa_virtq.c\n create mode 100644 drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map"
}