get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85093,
    "url": "http://patches.dpdk.org/api/patches/85093/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201213205005.7300-13-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": "<20201213205005.7300-13-talshn@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201213205005.7300-13-talshn@nvidia.com",
    "date": "2020-12-13T20:49:45",
    "name": "[v4,12/32] common/mlx5: add definition HAVE_INFINIBAND_VERBS_H",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "4582387de55cf717ea99a6b8347458ed9f95e425",
    "submitter": {
        "id": 1893,
        "url": "http://patches.dpdk.org/api/people/1893/?format=api",
        "name": "Tal Shnaiderman",
        "email": "talshn@nvidia.com"
    },
    "delegate": {
        "id": 3268,
        "url": "http://patches.dpdk.org/api/users/3268/?format=api",
        "username": "rasland",
        "first_name": "Raslan",
        "last_name": "Darawsheh",
        "email": "rasland@nvidia.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20201213205005.7300-13-talshn@nvidia.com/mbox/",
    "series": [
        {
            "id": 14280,
            "url": "http://patches.dpdk.org/api/series/14280/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14280",
            "date": "2020-12-13T20:49:33",
            "name": "mlx5 Windows support - part #5",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/14280/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/85093/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/85093/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 dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 3EDDAA04B5;\n\tSun, 13 Dec 2020 21:53:38 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id F24ECCA0A;\n\tSun, 13 Dec 2020 21:50:39 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 41B8AC9A4\n for <dev@dpdk.org>; Sun, 13 Dec 2020 21:50:20 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n talshn@nvidia.com) with SMTP; 13 Dec 2020 22:50:14 +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 0BDKoDfT010910;\n Sun, 13 Dec 2020 22:50:14 +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 22:49:45 +0200",
        "Message-Id": "<20201213205005.7300-13-talshn@nvidia.com>",
        "X-Mailer": "git-send-email 2.16.1.windows.4",
        "In-Reply-To": "<20201213205005.7300-1-talshn@nvidia.com>",
        "References": "<20201213102056.11380-2-talshn@nvidia.com>\n <20201213205005.7300-1-talshn@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v4 12/32] common/mlx5: add definition\n\tHAVE_INFINIBAND_VERBS_H",
        "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": "From: Ophir Munk <ophirmu@nvidia.com>\n\nAdd a Verbs file presence indication. Under Linux it is required that\nfile infiniband/verbs.h is installed for building DPDK.  Other\noperating systems (e.g. Windows) ignore Verbs completely.  This commit\nadds definition HAVE_INFINIBAND_VERBS_H (file mlx5_autoconf.h) to\nindicate whether DPDK compiles with Verbs or not.\n\nSigned-off-by: Ophir Munk <ophirmu@nvidia.com>\nAcked-by: Matan Azrad <matan@nvidia.com>\n---\n drivers/common/mlx5/linux/meson.build | 6 ++++--\n 1 file changed, 4 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/drivers/common/mlx5/linux/meson.build b/drivers/common/mlx5/linux/meson.build\nindex 63b78e4bce..580419e6d9 100644\n--- a/drivers/common/mlx5/linux/meson.build\n+++ b/drivers/common/mlx5/linux/meson.build\n@@ -181,8 +181,10 @@ has_sym_args = [\n \t[ 'HAVE_MLX5_DR_CREATE_ACTION_DEST_ARRAY', 'infiniband/mlx5dv.h',\n \t'mlx5dv_dr_action_create_dest_array'],\n \t[ 'HAVE_DEVLINK', 'linux/devlink.h', 'DEVLINK_GENL_NAME' ],\n-        [ 'HAVE_MLX5_DR_CREATE_ACTION_ASO', 'infiniband/mlx5dv.h',\n-        'mlx5dv_dr_action_create_aso' ],\n+\t[ 'HAVE_MLX5_DR_CREATE_ACTION_ASO', 'infiniband/mlx5dv.h',\n+\t'mlx5dv_dr_action_create_aso' ],\n+\t[ 'HAVE_INFINIBAND_VERBS_H', 'infiniband/verbs.h',\n+\t'INFINIBAND_VERBS_H' ],\n ]\n config = configuration_data()\n foreach arg:has_sym_args\n",
    "prefixes": [
        "v4",
        "12/32"
    ]
}