get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 84612,
    "url": "http://patches.dpdk.org/api/patches/84612/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201127080903.26817-1-ruifeng.wang@arm.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": "<20201127080903.26817-1-ruifeng.wang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201127080903.26817-1-ruifeng.wang@arm.com",
    "date": "2020-11-27T08:09:01",
    "name": "[0/2] gcc build fix",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1198,
        "url": "http://patches.dpdk.org/api/people/1198/?format=api",
        "name": "Ruifeng Wang",
        "email": "ruifeng.wang@arm.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20201127080903.26817-1-ruifeng.wang@arm.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/84612/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/84612/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 80C6DA0524;\n\tFri, 27 Nov 2020 09:09:33 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 168BCC93C;\n\tFri, 27 Nov 2020 09:09:31 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id 3BF90C928\n for <dev@dpdk.org>; Fri, 27 Nov 2020 09:09:29 +0100 (CET)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8A22A31B;\n Fri, 27 Nov 2020 00:09:27 -0800 (PST)",
            "from net-arm-kp920-01.shanghai.arm.com\n (net-arm-kp920-01.shanghai.arm.com [10.169.210.104])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CDC683F70D;\n Fri, 27 Nov 2020 00:09:25 -0800 (PST)"
        ],
        "From": "Ruifeng Wang <ruifeng.wang@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org, honnappa.nagarahalli@arm.com, nd@arm.com,\n Ruifeng Wang <ruifeng.wang@arm.com>",
        "Date": "Fri, 27 Nov 2020 16:09:01 +0800",
        "Message-Id": "<20201127080903.26817-1-ruifeng.wang@arm.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/2] gcc build fix",
        "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": "This series fixed issues found when building project\nwith Gcc '-O0' option.\n\nRuifeng Wang (2):\n  eal/arm: fix gcc build for optimization level 0\n  net/igc: fix gcc build for optimization level 0\n\n drivers/net/igc/base/meson.build           | 3 ++-\n lib/librte_eal/arm/include/rte_atomic_64.h | 4 ++++\n 2 files changed, 6 insertions(+), 1 deletion(-)",
    "diff": null,
    "prefixes": [
        "0/2"
    ]
}