Show a cover letter.

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

{
    "id": 85047,
    "url": "http://patches.dpdk.org/api/covers/85047/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20201213102056.11380-1-talshn@nvidia.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": "<20201213102056.11380-1-talshn@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201213102056.11380-1-talshn@nvidia.com",
    "date": "2020-12-13T10:20:24",
    "name": "[v3,00/32] mlx5 Windows support - part #5",
    "submitter": {
        "id": 1893,
        "url": "http://patches.dpdk.org/api/people/1893/?format=api",
        "name": "Tal Shnaiderman",
        "email": "talshn@nvidia.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20201213102056.11380-1-talshn@nvidia.com/mbox/",
    "series": [
        {
            "id": 14276,
            "url": "http://patches.dpdk.org/api/series/14276/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14276",
            "date": "2020-12-13T10:20:24",
            "name": "mlx5 Windows support - part #5",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/14276/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/85047/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 EDB0DA04B5;\n\tSun, 13 Dec 2020 11:21:47 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 282B44C7B;\n\tSun, 13 Dec 2020 11:21:46 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id EB7AA37B7\n for <dev@dpdk.org>; Sun, 13 Dec 2020 11:21:42 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n talshn@nvidia.com) with SMTP; 13 Dec 2020 12:21:41 +0200",
            "from nvidia.com (l-wincomp04-vm.mtl.labs.mlnx [10.237.1.5])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BDALe1Q018562;\n Sun, 13 Dec 2020 12:21:40 +0200"
        ],
        "From": "Tal Shnaiderman <talshn@nvidia.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net, matan@nvidia.com, rasland@nvidia.com,\n ophirmu@nvidia.com",
        "Date": "Sun, 13 Dec 2020 12:20:24 +0200",
        "Message-Id": "<20201213102056.11380-1-talshn@nvidia.com>",
        "X-Mailer": "git-send-email 2.16.1.windows.4",
        "In-Reply-To": "<20201210150648.8784-2-talshn@nvidia.com>",
        "References": "<20201210150648.8784-2-talshn@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v3 00/32] mlx5 Windows support - part #5",
        "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": "This patch series is part of preparing mlx5 PMD to compile and run under Windows OS. Part #5\n\nv1: initial version\nv2: Fixes after CR and rebase, also patchset was split and part of the commits sent in v1 will be sent later on.\nv3: Remove common compilation as it depends on upcoming patches [DmitryK].\n\nOphir Munk (20):\n  net/mlx5/linux: extend device attributes getter\n  net/mlx5: remove Linux files from Windows compilation\n  net/mlx5: fix freeing packet pacing\n  net/mlx5: replace Linux sleep with rte sleep\n  net/mlx5: define mprq functions as static inline\n  net/mlx5: do not define static_assert in Windows\n  net/mlx5: move static_assert calls to global scope\n  net/mlx5: wrap glue alloc/dealloc PD with OS calls\n  net/mlx5: fix adding destroy flow action wrapper\n  common/mlx5: add definition HAVE_INFINIBAND_VERBS_H\n  common/mlx5/linux: handle memory allocations with alignment\n  common/mlx5/windows: handle memory allocations with alignment\n  mlx5/windows: add initialization routine for external lib\n  mlx5/windows: generate file mlx5_autoconf.h\n  common/mlx5/windows: add getter functions\n  net/mlx5: update MR prototypes for DevX\n  common/mlx5/windows: add OS reg/dereg MR\n  net/mlx5/windows: implement device attribute getter\n  net/mlx5/windows: add mlx5_os.c stubs\n  net/mlx5: refactor eth dev ops for Windows\n\nTal Shnaiderman (12):\n  net/mlx5: fix folding constant array error\n  net/mlx5: wrap glue reg/dereg UMEM with OS calls\n  common/mlx5/linux: wrap event channel APIs with OS calls\n  common/mlx5: add Windows exports file\n  common/mlx5: extend DevX query hca attributes command\n  common/mlx5: add DevX alloc PD command\n  common/mlx5/windows: add glue functions APIs\n  mlx5/windows: add mlx5 meson file\n  common/mlx5/windows: extend PRM match_param_bits struct\n  common/mlx5/windows: add OS alloc/dealloc pd\n  common/mlx5/windows: add OS umem reg/dereg API\n  net/mlx5/windows: implement mlx5 mac addr add\n\n drivers/common/mlx5/linux/meson.build           |   6 +-\n drivers/common/mlx5/linux/mlx5_common_os.h      |  83 +++++\n drivers/common/mlx5/mlx5_common.c               |   4 +-\n drivers/common/mlx5/mlx5_common_mr.h            |   1 +\n drivers/common/mlx5/mlx5_devx_cmds.c            |  46 +++\n drivers/common/mlx5/mlx5_devx_cmds.h            |  12 +-\n drivers/common/mlx5/mlx5_malloc.c               |  14 +-\n drivers/common/mlx5/mlx5_prm.h                  |  87 +++++\n drivers/common/mlx5/rte_common_mlx5_exports.def |  69 ++++\n drivers/common/mlx5/version.map                 |   1 +\n drivers/common/mlx5/windows/meson.build         |  46 +++\n drivers/common/mlx5/windows/mlx5_common_os.c    | 210 ++++++++++++\n drivers/common/mlx5/windows/mlx5_common_os.h    | 154 +++++++++\n drivers/common/mlx5/windows/mlx5_glue.c         | 307 ++++++++++++++++++\n drivers/common/mlx5/windows/mlx5_glue.h         |  58 ++++\n drivers/common/mlx5/windows/mlx5_win_defs.h     |  25 ++\n drivers/common/mlx5/windows/mlx5_win_ext.h      |  40 +++\n drivers/net/mlx5/linux/mlx5_os.c                |   9 +-\n drivers/net/mlx5/linux/mlx5_verbs.c             |   2 +-\n drivers/net/mlx5/linux/mlx5_verbs.h             |   8 +-\n drivers/net/mlx5/meson.build                    |  16 +-\n drivers/net/mlx5/mlx5.c                         |  18 +-\n drivers/net/mlx5/mlx5.h                         |  11 +\n drivers/net/mlx5/mlx5_defs.h                    |   7 +-\n drivers/net/mlx5/mlx5_devx.c                    |  24 +-\n drivers/net/mlx5/mlx5_flow.c                    |  17 +-\n drivers/net/mlx5/mlx5_flow_dv.c                 |   6 +-\n drivers/net/mlx5/mlx5_rxq.c                     |  71 -----\n drivers/net/mlx5/mlx5_rxtx.c                    |  98 +++---\n drivers/net/mlx5/mlx5_rxtx.h                    |  73 ++++-\n drivers/net/mlx5/mlx5_trigger.c                 |   3 +-\n drivers/net/mlx5/mlx5_txpp.c                    |  34 +-\n drivers/net/mlx5/windows/meson.build            |   8 +\n drivers/net/mlx5/windows/mlx5_os.c              | 406 ++++++++++++++++++++++++\n drivers/vdpa/mlx5/mlx5_vdpa_event.c             |   7 +-\n 35 files changed, 1778 insertions(+), 203 deletions(-)\n create mode 100644 drivers/common/mlx5/rte_common_mlx5_exports.def\n create mode 100644 drivers/common/mlx5/windows/meson.build\n create mode 100644 drivers/common/mlx5/windows/mlx5_common_os.c\n create mode 100644 drivers/common/mlx5/windows/mlx5_common_os.h\n create mode 100644 drivers/common/mlx5/windows/mlx5_glue.c\n create mode 100644 drivers/common/mlx5/windows/mlx5_glue.h\n create mode 100644 drivers/common/mlx5/windows/mlx5_win_defs.h\n create mode 100644 drivers/common/mlx5/windows/mlx5_win_ext.h\n create mode 100644 drivers/net/mlx5/windows/meson.build\n create mode 100644 drivers/net/mlx5/windows/mlx5_os.c"
}