get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 86684,
    "url": "https://patches.dpdk.org/api/patches/86684/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210115111052.16437-19-bruce.richardson@intel.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": "<20210115111052.16437-19-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210115111052.16437-19-bruce.richardson@intel.com",
    "date": "2021-01-15T11:10:50",
    "name": "[v2,18/19] eal/x86: add architecture-specific headers to chkincs",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "bfbf76c79bb9a6f2554ce0ef5306a28dcd203da9",
    "submitter": {
        "id": 20,
        "url": "https://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": {
        "id": 24651,
        "url": "https://patches.dpdk.org/api/users/24651/?format=api",
        "username": "dmarchand",
        "first_name": "David",
        "last_name": "Marchand",
        "email": "david.marchand@redhat.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210115111052.16437-19-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 14778,
            "url": "https://patches.dpdk.org/api/series/14778/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14778",
            "date": "2021-01-15T11:10:32",
            "name": "ensure headers have correct includes",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/14778/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/86684/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/86684/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 (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 82859A0A02;\n\tFri, 15 Jan 2021 12:13:51 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 5B458140FB7;\n\tFri, 15 Jan 2021 12:12:27 +0100 (CET)",
            "from mga17.intel.com (mga17.intel.com [192.55.52.151])\n by mails.dpdk.org (Postfix) with ESMTP id CDBBE140F38\n for <dev@dpdk.org>; Fri, 15 Jan 2021 12:12:25 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Jan 2021 03:12:25 -0800",
            "from silpixa00399126.ir.intel.com ([10.237.222.4])\n by fmsmga002.fm.intel.com with ESMTP; 15 Jan 2021 03:12:24 -0800"
        ],
        "IronPort-SDR": [
            "\n 7nqmOcmBdlqhVHCGkx22N6J7FW2WYncoWSIMLSP4aqKJR2OHGPcpFvB5clOq76Mj7RnsRr4Xyx\n nQWTBgrsLRKw==",
            "\n iwzGTGnZBrhMUA2bOWifqO8FHxCmGBDe7F0hGO4IAuEdXZYRKPqBx1WkI5A5PHcf0bdTtKcWkr\n pGn5jFivrU2g=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9864\"; a=\"158307614\"",
            "E=Sophos;i=\"5.79,349,1602572400\"; d=\"scan'208\";a=\"158307614\"",
            "E=Sophos;i=\"5.79,349,1602572400\"; d=\"scan'208\";a=\"401253076\""
        ],
        "X-ExtLoop1": "1",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "david.marchand@redhat.com, Bruce Richardson <bruce.richardson@intel.com>,\n Konstantin Ananyev <konstantin.ananyev@intel.com>",
        "Date": "Fri, 15 Jan 2021 11:10:50 +0000",
        "Message-Id": "<20210115111052.16437-19-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.27.0",
        "In-Reply-To": "<20210115111052.16437-1-bruce.richardson@intel.com>",
        "References": "<20210114110606.21142-1-bruce.richardson@intel.com>\n <20210115111052.16437-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v2 18/19] eal/x86: add architecture-specific\n headers to chkincs",
        "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": "Ensure the architecture-specific header files for x86 have all necessary\nincludes in them.\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n lib/librte_eal/x86/include/meson.build | 14 +++++++++-----\n 1 file changed, 9 insertions(+), 5 deletions(-)",
    "diff": "diff --git a/lib/librte_eal/x86/include/meson.build b/lib/librte_eal/x86/include/meson.build\nindex 549cc21a42..835ea22947 100644\n--- a/lib/librte_eal/x86/include/meson.build\n+++ b/lib/librte_eal/x86/include/meson.build\n@@ -2,11 +2,7 @@\n # Copyright(c) 2017 Intel Corporation\n \n arch_headers = files(\n-\t'rte_atomic_32.h',\n-\t'rte_atomic_64.h',\n \t'rte_atomic.h',\n-\t'rte_byteorder_32.h',\n-\t'rte_byteorder_64.h',\n \t'rte_byteorder.h',\n \t'rte_cpuflags.h',\n \t'rte_cycles.h',\n@@ -22,4 +18,12 @@ arch_headers = files(\n \t'rte_ticketlock.h',\n \t'rte_vect.h',\n )\n-install_headers(arch_headers, subdir: get_option('include_subdir_arch'))\n+arch_headers_no_chkincs = files(\n+\t'rte_atomic_32.h',\n+\t'rte_atomic_64.h',\n+\t'rte_byteorder_32.h',\n+\t'rte_byteorder_64.h',\n+)\n+install_headers(arch_headers + arch_headers_no_chkincs,\n+\t\tsubdir: get_option('include_subdir_arch'))\n+dpdk_chkinc_headers += arch_headers\n",
    "prefixes": [
        "v2",
        "18/19"
    ]
}