Show a cover letter.

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

{
    "id": 65203,
    "url": "http://patches.dpdk.org/api/covers/65203/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1580205965-21492-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": "<1580205965-21492-1-git-send-email-matan@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1580205965-21492-1-git-send-email-matan@mellanox.com",
    "date": "2020-01-28T10:05:40",
    "name": "[v2,00/25] Introduce mlx5 common library",
    "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/1580205965-21492-1-git-send-email-matan@mellanox.com/mbox/",
    "series": [
        {
            "id": 8319,
            "url": "http://patches.dpdk.org/api/series/8319/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8319",
            "date": "2020-01-28T10:05:40",
            "name": "Introduce mlx5 common library",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/8319/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/65203/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 683D2A04B3;\n\tTue, 28 Jan 2020 11:06:18 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 161611C1B2;\n\tTue, 28 Jan 2020 11:06:18 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id AA5B71C1AB\n for <dev@dpdk.org>; Tue, 28 Jan 2020 11:06:16 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE2 (envelope-from\n asafp@mellanox.com)\n with ESMTPS (AES256-SHA encrypted); 28 Jan 2020 12:06:15 +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 00SA6Fp3016102;\n Tue, 28 Jan 2020 12:06:15 +0200"
        ],
        "From": "Matan Azrad <matan@mellanox.com>",
        "To": "dev@dpdk.org, Viacheslav Ovsiienko <viacheslavo@mellanox.com>",
        "Cc": "Raslan Darawsheh <rasland@mellanox.com>",
        "Date": "Tue, 28 Jan 2020 10:05:40 +0000",
        "Message-Id": "<1580205965-21492-1-git-send-email-matan@mellanox.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1579539790-3882-1-git-send-email-matan@mellanox.com>",
        "References": "<1579539790-3882-1-git-send-email-matan@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v2 00/25] Introduce mlx5 common library",
        "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\nv2:\n- Reorder patches for 2 serieses - this is the first one for common directory and vDPA preparation,\n  the second will be sent later for vDPA new driver part.\n- Fix spelling and per patch complition issues.\n- moved to use claim_zero instead of pure asserts.\n- improve title names.\n\nMatan Azrad (25):\n  net/mlx5: separate DevX commands interface\n  drivers: introduce mlx5 common library\n  common/mlx5: share the mlx5 glue reference\n  common/mlx5: share mlx5 PCI device detection\n  common/mlx5: share mlx5 devices information\n  common/mlx5: share CQ entry check\n  common/mlx5: add query vDPA DevX capabilities\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 virtq commands\n  common/mlx5: add support for DevX QP operations\n  common/mlx5: allow type configuration for DevX RQT\n  common/mlx5: add TIR field constants\n  common/mlx5: add DevX command to modify RQT\n  common/mlx5: get DevX capability for max RQT size\n  net/mlx5: select driver by vDPA device argument\n  net/mlx5: separate Netlink command interface\n  net/mlx5: reduce Netlink commands dependencies\n  common/mlx5: share Netlink commands\n  common/mlx5: support ROCE disable through Netlink\n\n MAINTAINERS                                     |    1 +\n drivers/common/Makefile                         |    4 +\n drivers/common/meson.build                      |    2 +-\n drivers/common/mlx5/Makefile                    |  347 ++++\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            | 1530 ++++++++++++++\n drivers/common/mlx5/mlx5_devx_cmds.h            |  351 ++++\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                  | 2542 +++++++++++++++++++++++\n drivers/common/mlx5/rte_common_mlx5_version.map |   50 +\n drivers/net/mlx5/Makefile                       |  307 +--\n drivers/net/mlx5/meson.build                    |  257 +--\n drivers/net/mlx5/mlx5.c                         |  194 +-\n drivers/net/mlx5/mlx5.h                         |  326 +--\n drivers/net/mlx5/mlx5_defs.h                    |    8 -\n drivers/net/mlx5/mlx5_devx_cmds.c               |  969 ---------\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                     | 1888 -----------------\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 mk/rte.app.mk                                   |    1 +\n 49 files changed, 9273 insertions(+), 7000 deletions(-)\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"
}