Show a cover letter.

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

{
    "id": 85318,
    "url": "http://patches.dpdk.org/api/covers/85318/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1608205475-20067-1-git-send-email-michaelba@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": "<1608205475-20067-1-git-send-email-michaelba@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1608205475-20067-1-git-send-email-michaelba@nvidia.com",
    "date": "2020-12-17T11:44:18",
    "name": "[00/17] common/mlx5: share DevX resources creations",
    "submitter": {
        "id": 1949,
        "url": "http://patches.dpdk.org/api/people/1949/?format=api",
        "name": "Michael Baum",
        "email": "michaelba@nvidia.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1608205475-20067-1-git-send-email-michaelba@nvidia.com/mbox/",
    "series": [
        {
            "id": 14348,
            "url": "http://patches.dpdk.org/api/series/14348/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14348",
            "date": "2020-12-17T11:44:23",
            "name": "common/mlx5: share DevX resources creations",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/14348/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/85318/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 D3D54A09F6;\n\tThu, 17 Dec 2020 12:48:24 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id A3136CA9B;\n\tThu, 17 Dec 2020 12:45:14 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id B1A12CA2A\n for <dev@dpdk.org>; Thu, 17 Dec 2020 12:44:56 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n michaelba@nvidia.com) with SMTP; 17 Dec 2020 13:44:50 +0200",
            "from nvidia.com (pegasus07.mtr.labs.mlnx [10.210.16.112])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BHBio2P004524;\n Thu, 17 Dec 2020 13:44:50 +0200"
        ],
        "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, 17 Dec 2020 11:44:18 +0000",
        "Message-Id": "<1608205475-20067-1-git-send-email-michaelba@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH 00/17] common/mlx5: share DevX resources creations",
        "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": "Due to many instances of creating CQ SQ and RQ on DevX, they move to common.\n\nMichael Baum (17):\n  net/mlx5: fix ASO SQ creation error flow\n  common/mlx5: share DevX CQ creation\n  regex/mlx5: move DevX CQ creation to common\n  vdpa/mlx5: move DevX CQ creation to common\n  net/mlx5: move rearm and clock queue CQ creation to common\n  net/mlx5: move ASO CQ creation to common\n  net/mlx5: move Tx CQ creation to common\n  net/mlx5: move Rx CQ creation to common\n  common/mlx5: enhance page size configuration\n  common/mlx5: share DevX SQ creation\n  regex/mlx5: move DevX SQ creation to common\n  net/mlx5: move rearm and clock queue SQ creation to common\n  net/mlx5: move Tx SQ creation to common\n  net/mlx5: move ASO SQ creation to common\n  common/mlx5: share DevX RQ creation\n  net/mlx5: move Rx RQ creation to common\n  common/mlx5: remove doorbell allocation API\n\n drivers/common/mlx5/meson.build          |   1 +\n drivers/common/mlx5/mlx5_common.c        | 122 ------\n drivers/common/mlx5/mlx5_common.h        |  23 --\n drivers/common/mlx5/mlx5_common_devx.c   | 395 +++++++++++++++++++\n drivers/common/mlx5/mlx5_common_devx.h   |  56 +++\n drivers/common/mlx5/mlx5_devx_cmds.c     |  53 ++-\n drivers/net/mlx5/mlx5.c                  |   8 -\n drivers/net/mlx5/mlx5.h                  |  54 +--\n drivers/net/mlx5/mlx5_devx.c             | 643 +++++++------------------------\n drivers/net/mlx5/mlx5_flow_age.c         | 172 +++------\n drivers/net/mlx5/mlx5_rxtx.c             |   2 +-\n drivers/net/mlx5/mlx5_rxtx.h             |   8 -\n drivers/net/mlx5/mlx5_txpp.c             | 294 ++++----------\n drivers/regex/mlx5/mlx5_regex.c          |   6 -\n drivers/regex/mlx5/mlx5_regex.h          |  17 +-\n drivers/regex/mlx5/mlx5_regex_control.c  | 242 +++---------\n drivers/regex/mlx5/mlx5_regex_fastpath.c |  18 +-\n drivers/vdpa/mlx5/mlx5_vdpa.h            |  10 +-\n drivers/vdpa/mlx5/mlx5_vdpa_event.c      |  81 ++--\n drivers/vdpa/mlx5/mlx5_vdpa_virtq.c      |   2 +-\n 20 files changed, 839 insertions(+), 1368 deletions(-)\n create mode 100644 drivers/common/mlx5/mlx5_common_devx.c\n create mode 100644 drivers/common/mlx5/mlx5_common_devx.h"
}