Show a cover letter.

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

{
    "id": 75902,
    "url": "http://patches.dpdk.org/api/covers/75902/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200825093116.26538-1-ophirmu@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": "<20200825093116.26538-1-ophirmu@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200825093116.26538-1-ophirmu@nvidia.com",
    "date": "2020-08-25T09:31:03",
    "name": "[v2,00/13] mlx5 PMD multi OS support - part #4",
    "submitter": {
        "id": 1908,
        "url": "http://patches.dpdk.org/api/people/1908/?format=api",
        "name": "Ophir Munk",
        "email": "ophirmu@nvidia.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200825093116.26538-1-ophirmu@nvidia.com/mbox/",
    "series": [
        {
            "id": 11773,
            "url": "http://patches.dpdk.org/api/series/11773/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11773",
            "date": "2020-08-25T09:31:06",
            "name": "mlx5 PMD multi OS support - part #4",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/11773/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/75902/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 35B76A04B1;\n\tTue, 25 Aug 2020 11:32:09 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8BA7B1C1C9;\n\tTue, 25 Aug 2020 11:31:36 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 951D51C1A4\n for <dev@dpdk.org>; Tue, 25 Aug 2020 11:31:29 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n ophirmu@nvidia.com) with SMTP; 25 Aug 2020 12:31:25 +0300",
            "from nvidia.com (pegasus05.mtr.labs.mlnx [10.210.16.100])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 07P9VPMo030009;\n Tue, 25 Aug 2020 12:31:25 +0300"
        ],
        "From": "Ophir Munk <ophirmu@nvidia.com>",
        "To": "dev@dpdk.org",
        "Cc": "Ophir Munk <ophirmu@mellanox.com>",
        "Date": "Tue, 25 Aug 2020 09:31:03 +0000",
        "Message-Id": "<20200825093116.26538-1-ophirmu@nvidia.com>",
        "X-Mailer": "git-send-email 2.8.4",
        "In-Reply-To": "<20200820145028.4090-1-ophirmu@nvidia.com>",
        "References": "<20200820145028.4090-1-ophirmu@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v2 00/13] mlx5 PMD multi OS support - part #4",
        "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 multiple OSs. Part #4\n\nv1: initial version\nv2: checkpatch fixes\n\nOphir Munk (13):\n  common/mlx5: replace strsep with strtok_r\n  common/mlx5: replace Linux __bexx types with rte\n  net/mlx5: rename mlx5 enumeration REG_NONE\n  net/mlx5: move mlx5_get_ifname prototype under Linux\n  net/mlx5: fix removal of unused inclusion files\n  net/mlx5: remove Netlink dependency in shared code\n  net/mlx5: fix unused utility macros\n  net/mlx5: call meter detach only if DR is supported\n  net/mlx5: add ICMP protocol number definition\n  net/mlx5: remove more DV dependencies\n  net/mlx5: remove ibv_* dependency in Rx/Tx objects\n  net/mlx5: separate VLAN strip modification\n  linux/mlx5: refactor VLAN\n\n drivers/common/mlx5/linux/mlx5_common_os.h | 111 +++++++++++++++++++\n drivers/common/mlx5/mlx5_common_pci.c      |  14 +--\n drivers/common/mlx5/mlx5_prm.h             |  16 +--\n drivers/net/mlx5/Makefile                  |   1 +\n drivers/net/mlx5/linux/meson.build         |   1 +\n drivers/net/mlx5/linux/mlx5_os.c           |  18 ++++\n drivers/net/mlx5/linux/mlx5_os.h           |   6 ++\n drivers/net/mlx5/linux/mlx5_verbs.c        |  28 +++++\n drivers/net/mlx5/linux/mlx5_vlan_os.c      | 168 +++++++++++++++++++++++++++++\n drivers/net/mlx5/mlx5.c                    |  23 ++--\n drivers/net/mlx5/mlx5.h                    |  30 +++---\n drivers/net/mlx5/mlx5_devx.c               |  48 +++++++++\n drivers/net/mlx5/mlx5_devx.h               |  12 +++\n drivers/net/mlx5/mlx5_flow.c               |  29 +++--\n drivers/net/mlx5/mlx5_flow_dv.c            |   8 +-\n drivers/net/mlx5/mlx5_flow_meter.c         |   4 +\n drivers/net/mlx5/mlx5_mac.c                |   2 -\n drivers/net/mlx5/mlx5_rxq.c                |  18 ++--\n drivers/net/mlx5/mlx5_rxtx.h               |  24 ++---\n drivers/net/mlx5/mlx5_trigger.c            |   3 +-\n drivers/net/mlx5/mlx5_txpp.c               |  38 ++++---\n drivers/net/mlx5/mlx5_txq.c                |  19 ++--\n drivers/net/mlx5/mlx5_utils.h              |   4 -\n drivers/net/mlx5/mlx5_vlan.c               | 161 +--------------------------\n 24 files changed, 527 insertions(+), 259 deletions(-)\n create mode 100644 drivers/net/mlx5/linux/mlx5_vlan_os.c\n create mode 100644 drivers/net/mlx5/mlx5_devx.c\n create mode 100644 drivers/net/mlx5/mlx5_devx.h"
}