get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85785,
    "url": "http://patches.dpdk.org/api/patches/85785/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201228095436.14996-23-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": "<20201228095436.14996-23-talshn@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201228095436.14996-23-talshn@nvidia.com",
    "date": "2020-12-28T09:54:26",
    "name": "[v5,22/32] mlx5/windows: generate file mlx5_autoconf.h",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "002c2df5205af58f4dd12afc53621244a457c5fe",
    "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/20201228095436.14996-23-talshn@nvidia.com/mbox/",
    "series": [
        {
            "id": 14480,
            "url": "http://patches.dpdk.org/api/series/14480/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14480",
            "date": "2020-12-28T09:54:04",
            "name": "mlx5 Windows support - part #5",
            "version": 5,
            "mbox": "http://patches.dpdk.org/series/14480/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/85785/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/85785/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 55C31A09FF;\n\tMon, 28 Dec 2020 10:59:57 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 9D477CADB;\n\tMon, 28 Dec 2020 10:55:20 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id 7757FCA49\n for <dev@dpdk.org>; Mon, 28 Dec 2020 10:54:51 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n talshn@nvidia.com) with SMTP; 28 Dec 2020 11:54:45 +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 0BS9shDn012171;\n Mon, 28 Dec 2020 11:54:45 +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": "Mon, 28 Dec 2020 11:54:26 +0200",
        "Message-Id": "<20201228095436.14996-23-talshn@nvidia.com>",
        "X-Mailer": "git-send-email 2.16.1.windows.4",
        "In-Reply-To": "<20201228095436.14996-1-talshn@nvidia.com>",
        "References": "<20201213205005.7300-2-talshn@nvidia.com>\n <20201228095436.14996-1-talshn@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v5 22/32] mlx5/windows: generate file\n\tmlx5_autoconf.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\nFile mlx5_autoconf.h is generated under Windows to maintain\ncompatibility with the Linux build system.  This file is included in\nLinux/Windows shared source files therefore it is required. Currently\nthe file is created empty.\n\nSigned-off-by: Ophir Munk <ophirmu@nvidia.com>\nAcked-by: Matan Azrad <matan@nvidia.com>\n---\n drivers/common/mlx5/windows/meson.build | 3 +++\n 1 file changed, 3 insertions(+)",
    "diff": "diff --git a/drivers/common/mlx5/windows/meson.build b/drivers/common/mlx5/windows/meson.build\nindex e5a5be0708..16349c34f1 100644\n--- a/drivers/common/mlx5/windows/meson.build\n+++ b/drivers/common/mlx5/windows/meson.build\n@@ -40,3 +40,6 @@ else\n \tcflags += [ '-UPEDANTIC' ]\n endif\n \n+# Generate an empty mlx5_autoconf.h file for compatibility with Linux\n+config = configuration_data()\n+configure_file(output : 'mlx5_autoconf.h', configuration : config)\n",
    "prefixes": [
        "v5",
        "22/32"
    ]
}