get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 52739,
    "url": "http://patches.dpdk.org/api/patches/52739/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190412232451.30197-5-yskoh@mellanox.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": "<20190412232451.30197-5-yskoh@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190412232451.30197-5-yskoh@mellanox.com",
    "date": "2019-04-12T23:24:49",
    "name": "[4/6] meson: add Mellanox BlueField cross-compile config",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "885ddd9b56602097c9b21fec68899e6de12ac9cd",
    "submitter": {
        "id": 636,
        "url": "http://patches.dpdk.org/api/people/636/?format=api",
        "name": "Yongseok Koh",
        "email": "yskoh@mellanox.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190412232451.30197-5-yskoh@mellanox.com/mbox/",
    "series": [
        {
            "id": 4296,
            "url": "http://patches.dpdk.org/api/series/4296/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4296",
            "date": "2019-04-12T23:24:45",
            "name": "build: fix build for arm64",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/4296/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/52739/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/52739/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 AB7F01B430;\n\tSat, 13 Apr 2019 01:25:16 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 5860D1B419\n\tfor <dev@dpdk.org>; Sat, 13 Apr 2019 01:25:11 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tyskoh@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 13 Apr 2019 02:25:07 +0300",
            "from mtibiz05-l.mti.labs.mlnx. (mtibiz05-l.mti.labs.mlnx\n\t[10.20.10.109])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x3CNOrWJ006596;\n\tSat, 13 Apr 2019 02:25:05 +0300"
        ],
        "From": "Yongseok Koh <yskoh@mellanox.com>",
        "To": "bruce.richardson@intel.com, jerinj@marvell.com, pbhagavatula@marvell.com,\n\tshahafs@mellanox.com",
        "Cc": "dev@dpdk.org, thomas@monjalon.net, gavin.hu@arm.com,\n\tHonnappa.Nagarahalli@arm.com",
        "Date": "Fri, 12 Apr 2019 16:24:49 -0700",
        "Message-Id": "<20190412232451.30197-5-yskoh@mellanox.com>",
        "X-Mailer": "git-send-email 2.21.0.196.g041f5ea",
        "In-Reply-To": "<20190412232451.30197-1-yskoh@mellanox.com>",
        "References": "<20190412232451.30197-1-yskoh@mellanox.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 4/6] meson: add Mellanox BlueField cross-compile\n\tconfig",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Mellanox BlueField is armv8 CPU having cortex-a72. The implementor ID is\n0x41 (arm) and the primary part number is 0xd08 (cortex-a72).\n\nSigned-off-by: Yongseok Koh <yskoh@mellanox.com>\n---\n config/arm/arm64_bluefield_linux_gcc | 16 ++++++++++++++++\n 1 file changed, 16 insertions(+)\n create mode 100644 config/arm/arm64_bluefield_linux_gcc",
    "diff": "diff --git a/config/arm/arm64_bluefield_linux_gcc b/config/arm/arm64_bluefield_linux_gcc\nnew file mode 100644\nindex 0000000000..304c4073d5\n--- /dev/null\n+++ b/config/arm/arm64_bluefield_linux_gcc\n@@ -0,0 +1,16 @@\n+[binaries]\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+pcap-config = ''\n+\n+[host_machine]\n+system = 'linux'\n+cpu_family = 'aarch64'\n+cpu = 'armv8-a'\n+endian = 'little'\n+\n+[properties]\n+implementor_id = '0x41'\n+implementor_pn = '0xd08'\n",
    "prefixes": [
        "4/6"
    ]
}