Show a cover letter.

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

{
    "id": 79469,
    "url": "https://patches.dpdk.org/api/covers/79469/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1601561366-1821-1-git-send-email-michaelba@nvidia.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1601561366-1821-1-git-send-email-michaelba@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1601561366-1821-1-git-send-email-michaelba@nvidia.com",
    "date": "2020-10-01T14:09:11",
    "name": "[v1,00/15] mlx5 Tx DevX/Verbs separation",
    "submitter": {
        "id": 1949,
        "url": "https://patches.dpdk.org/api/people/1949/?format=api",
        "name": "Michael Baum",
        "email": "michaelba@nvidia.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1601561366-1821-1-git-send-email-michaelba@nvidia.com/mbox/",
    "series": [
        {
            "id": 12645,
            "url": "https://patches.dpdk.org/api/series/12645/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=12645",
            "date": "2020-10-01T14:09:11",
            "name": "mlx5 Tx DevX/Verbs separation",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/12645/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/79469/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 2A78AA04BA;\n\tThu,  1 Oct 2020 16:10:17 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 6E6C01DB6E;\n\tThu,  1 Oct 2020 16:10:15 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 6A5E81DB69\n for <dev@dpdk.org>; Thu,  1 Oct 2020 16:10:13 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n michaelba@nvidia.com) with SMTP; 1 Oct 2020 17:10:10 +0300",
            "from nvidia.com (pegasus07.mtr.labs.mlnx [10.210.16.112])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 091EAAEG012743;\n Thu, 1 Oct 2020 17:10:10 +0300"
        ],
        "From": "Michael Baum <michaelba@nvidia.com>",
        "To": "dev@dpdk.org",
        "Cc": "Matan Azrad <matan@nvidia.com>, Raslan Darawsheh <rasland@nvidia.com>,\n Viacheslav Ovsiienko <viacheslavo@nvidia.com>",
        "Date": "Thu,  1 Oct 2020 14:09:11 +0000",
        "Message-Id": "<1601561366-1821-1-git-send-email-michaelba@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH v1 00/15] mlx5 Tx DevX/Verbs separation",
        "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": "The series is an arrangement to multi-OS support by net/mlx5 driver so it comes to ease the code management for OS which supports\\doesn't support DevX\\Verbs operations.\n\nMichael Baum (15):\n  net/mlx5: fix send queue doorbell typo\n  net/mlx5: fix unused variable in Txq creation\n  net/mlx5: mitigate Tx queue reference counters\n  net/mlx5: reorder Tx queue DevX object creation\n  net/mlx5: reorder Tx queue Verbs object creation\n  net/mlx5: reposition the event queue number field\n  net/mlx5: separate Tx queue object creations\n  net/mlx5: share Tx control code\n  net/mlx5: rearrange SQ and CQ creation in DevX module\n  net/mlx5: rearrange QP creation in Verbs module\n  net/mlx5: separate Tx queue object modification\n  net/mlx5: share Tx queue object modification\n  net/mlx5: remove Tx queue object type field\n  net/mlx5: separate Rx queue state modification\n  net/mlx5: remove Rx queue object type field\n\n drivers/net/mlx5/linux/mlx5_os.c    |  80 ++++\n drivers/net/mlx5/linux/mlx5_verbs.c | 296 ++++++++++++-\n drivers/net/mlx5/linux/mlx5_verbs.h |   3 +\n drivers/net/mlx5/mlx5.c             |  10 +\n drivers/net/mlx5/mlx5.h             |  61 ++-\n drivers/net/mlx5/mlx5_devx.c        | 593 +++++++++++++++++++++++--\n drivers/net/mlx5/mlx5_devx.h        |   3 +\n drivers/net/mlx5/mlx5_rxq.c         |   4 +-\n drivers/net/mlx5/mlx5_rxtx.c        | 105 +----\n drivers/net/mlx5/mlx5_rxtx.h        |  45 +-\n drivers/net/mlx5/mlx5_trigger.c     |  40 +-\n drivers/net/mlx5/mlx5_txpp.c        |  28 +-\n drivers/net/mlx5/mlx5_txq.c         | 850 ++----------------------------------\n drivers/net/mlx5/mlx5_vlan.c        |   5 +-\n 14 files changed, 1087 insertions(+), 1036 deletions(-)"
}