get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 41164,
    "url": "https://patches.dpdk.org/api/patches/41164/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180615080120.29253-4-gavin.hu@arm.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": "<20180615080120.29253-4-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180615080120.29253-4-gavin.hu@arm.com",
    "date": "2018-06-15T08:01:17",
    "name": "[v8,3/6] build: fix the meson build warning",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "07bee0d12a5e1ff36cf7735ff4913e738323c00f",
    "submitter": {
        "id": 1018,
        "url": "https://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180615080120.29253-4-gavin.hu@arm.com/mbox/",
    "series": [
        {
            "id": 139,
            "url": "https://patches.dpdk.org/api/series/139/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=139",
            "date": "2018-06-15T08:01:14",
            "name": "Fix the cross compiling errors",
            "version": 8,
            "mbox": "https://patches.dpdk.org/series/139/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/41164/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/41164/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 4A3421D92F;\n\tFri, 15 Jun 2018 10:01:43 +0200 (CEST)",
            "from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id 26D6C1D90F;\n\tFri, 15 Jun 2018 10:01:36 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 916C915BF;\n\tFri, 15 Jun 2018 01:01:35 -0700 (PDT)",
            "from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com\n\t[10.169.36.53])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\tD2FDB3F318; Fri, 15 Jun 2018 01:01:34 -0700 (PDT)"
        ],
        "From": "Gavin Hu <gavin.hu@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "nd@arm.com,\n\tgavin.hu@arm.com,\n\tstable@dpdk.org",
        "Date": "Fri, 15 Jun 2018 16:01:17 +0800",
        "Message-Id": "<20180615080120.29253-4-gavin.hu@arm.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "In-Reply-To": "<20180615080120.29253-1-gavin.hu@arm.com>",
        "References": "<20180615070811.18686-1-gavin.hu@arm.com>\n\t<20180615080120.29253-1-gavin.hu@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v8 3/6] build: fix the meson build warning",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This is to fix the unnecessary warning output, it is not consistent with\nthe configurations of other platforms.\n\nWARNING: Cross file does not specify strip binary, result will not be\nstripped.\n\nFixes: e53a5299d2 (\"build: support vendor specific ARM cross builds\")\nCc: stable@dpdk.org\n\nSigned-off-by: Gavin Hu <gavin.hu@arm.com>\nReviewed-by: Phil Yang <phil.yang@arm.com>\nReviewed-by: Song Zhu <song.zhu@arm.com>\nAcked-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n config/arm/arm64_thunderx_linuxapp_gcc | 1 +\n 1 file changed, 1 insertion(+)",
    "diff": "diff --git a/config/arm/arm64_thunderx_linuxapp_gcc b/config/arm/arm64_thunderx_linuxapp_gcc\nindex 7ff34af74..967d9d46d 100644\n--- a/config/arm/arm64_thunderx_linuxapp_gcc\n+++ b/config/arm/arm64_thunderx_linuxapp_gcc\n@@ -2,6 +2,7 @@\n c = 'aarch64-linux-gnu-gcc'\n cpp = 'aarch64-linux-gnu-cpp'\n ar = 'aarch64-linux-gnu-gcc-ar'\n+strip = 'aarch64-linux-gnu-strip'\n \n [host_machine]\n system = 'linux'\n",
    "prefixes": [
        "v8",
        "3/6"
    ]
}