get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/86024/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 86024,
    "url": "https://patches.dpdk.org/api/patches/86024/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1609921181-5019-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": "<1609921181-5019-1-git-send-email-michaelba@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1609921181-5019-1-git-send-email-michaelba@nvidia.com",
    "date": "2021-01-06T08:19:22",
    "name": "[v3,00/19] common/mlx5: share DevX resources creations",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1949,
        "url": "https://patches.dpdk.org/api/people/1949/?format=api",
        "name": "Michael Baum",
        "email": "michaelba@nvidia.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1609921181-5019-1-git-send-email-michaelba@nvidia.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/86024/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/86024/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 48955A09FF;\n\tWed,  6 Jan 2021 09:20:13 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E85B1160825;\n\tWed,  6 Jan 2021 09:20:12 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by mails.dpdk.org (Postfix) with ESMTP id C54081607A2\n for <dev@dpdk.org>; Wed,  6 Jan 2021 09:20:11 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n michaelba@nvidia.com) with SMTP; 6 Jan 2021 10:20:10 +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 1068KAgT009291;\n Wed, 6 Jan 2021 10:20:10 +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": "Wed,  6 Jan 2021 08:19:22 +0000",
        "Message-Id": "<1609921181-5019-1-git-send-email-michaelba@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1609231944-29274-2-git-send-email-michaelba@nvidia.com>",
        "References": "<1609231944-29274-2-git-send-email-michaelba@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v3 00/19] common/mlx5: share DevX resources\n creations",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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\nv1: Initial release.\nv2: Bug fix (sending wrong umem id to HW).\nv3: Rebase + Bug fix (sending wrong CQE size to HW).\n\nMichael Baum (19):\n  common/mlx5: fix completion queue entry size configuration\n  net/mlx5: remove CQE padding device argument\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 doc/guides/nics/mlx5.rst                        |  18 -\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          | 387 ++++++++++++++\n drivers/common/mlx5/mlx5_common_devx.h          |  70 +++\n drivers/common/mlx5/mlx5_devx_cmds.c            |  57 +--\n drivers/common/mlx5/mlx5_devx_cmds.h            |   1 -\n drivers/common/mlx5/rte_common_mlx5_exports.def |  10 +-\n drivers/common/mlx5/version.map                 |  10 +-\n drivers/common/mlx5/windows/mlx5_win_ext.h      |   1 +\n drivers/net/mlx5/linux/mlx5_os.c                |  12 -\n drivers/net/mlx5/linux/mlx5_verbs.c             |   2 +-\n drivers/net/mlx5/mlx5.c                         |  14 -\n drivers/net/mlx5/mlx5.h                         |  55 +-\n drivers/net/mlx5/mlx5_devx.c                    | 645 +++++-------------------\n drivers/net/mlx5/mlx5_flow_age.c                | 173 ++-----\n drivers/net/mlx5/mlx5_rxtx.c                    |   2 +-\n drivers/net/mlx5/mlx5_rxtx.h                    |   8 -\n drivers/net/mlx5/mlx5_txpp.c                    | 290 +++--------\n drivers/net/mlx5/windows/mlx5_os.c              |   7 -\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             |  86 +---\n drivers/vdpa/mlx5/mlx5_vdpa_virtq.c             |   2 +-\n 28 files changed, 859 insertions(+), 1430 deletions(-)\n create mode 100644 drivers/common/mlx5/mlx5_common_devx.c\n create mode 100644 drivers/common/mlx5/mlx5_common_devx.h",
    "diff": null,
    "prefixes": [
        "v3",
        "00/19"
    ]
}