get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 87567,
    "url": "https://patches.dpdk.org/api/patches/87567/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210129203307.25123-1-david.marchand@redhat.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": "<20210129203307.25123-1-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210129203307.25123-1-david.marchand@redhat.com",
    "date": "2021-01-29T20:33:07",
    "name": "mbuf: remove unneeded EAL header include",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "958cbc4a7a42163f56576316ecbe48c3c45d2ef5",
    "submitter": {
        "id": 1173,
        "url": "https://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.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/20210129203307.25123-1-david.marchand@redhat.com/mbox/",
    "series": [
        {
            "id": 15039,
            "url": "https://patches.dpdk.org/api/series/15039/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=15039",
            "date": "2021-01-29T20:33:07",
            "name": "mbuf: remove unneeded EAL header include",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/15039/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/87567/comments/",
    "check": "warning",
    "checks": "https://patches.dpdk.org/api/patches/87567/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 E9B3FA09E4;\n\tFri, 29 Jan 2021 21:33:28 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 2B7B040684;\n\tFri, 29 Jan 2021 21:33:28 +0100 (CET)",
            "from us-smtp-delivery-124.mimecast.com\n (us-smtp-delivery-124.mimecast.com [63.128.21.124])\n by mails.dpdk.org (Postfix) with ESMTP id 961A84067B\n for <dev@dpdk.org>; Fri, 29 Jan 2021 21:33:26 +0100 (CET)",
            "from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com\n [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id\n us-mta-478-Oy1A0iPzO2-Wnj5Iv0q6Dg-1; Fri, 29 Jan 2021 15:33:21 -0500",
            "from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com\n [10.5.11.23])\n (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n (No client certificate requested)\n by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B9885BBEE2;\n Fri, 29 Jan 2021 20:33:19 +0000 (UTC)",
            "from dmarchan.remote.csb (unknown [10.40.193.163])\n by smtp.corp.redhat.com (Postfix) with ESMTP id 7531819C66;\n Fri, 29 Jan 2021 20:33:16 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1611952405;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n content-transfer-encoding:content-transfer-encoding;\n bh=Qa/xShkilU7xme93JHL7WDOmwfrCo1OUobU7mg1CSIA=;\n b=ZbrZP/fezlQ8NfrzWOWrqmwdG5R1F0BbI1hBwtrK7heJvkwhwqonwZy2w2OTWrE0JMqSE8\n ynWjDMAidcUMH1db0Q4v2SN6PE11n4DKRSqqelAt1rsXPzYfPhQKCXlir+45UPiQmh1vca\n X2EfmSzMY1ao/22Bw3L65YtrKEiibfs=",
        "X-MC-Unique": "Oy1A0iPzO2-Wnj5Iv0q6Dg-1",
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Cc": "konstantin.ananyev@intel.com, bruce.richardson@intel.com, stable@dpdk.org,\n Olivier Matz <olivier.matz@6wind.com>, Ruifeng Wang <ruifeng.wang@arm.com>,\n Phil Yang <phil.yang@arm.com>,\n Andrew Rybchenko <arybchenko@solarflare.com>,\n Thomas Monjalon <thomas@monjalon.net>",
        "Date": "Fri, 29 Jan 2021 21:33:07 +0100",
        "Message-Id": "<20210129203307.25123-1-david.marchand@redhat.com>",
        "MIME-Version": "1.0",
        "X-Scanned-By": "MIMEDefang 2.84 on 10.5.11.23",
        "Authentication-Results": "relay.mimecast.com;\n auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com",
        "X-Mimecast-Spam-Score": "0",
        "X-Mimecast-Originator": "redhat.com",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain; charset=\"US-ASCII\"",
        "Subject": "[dpdk-dev] [PATCH] mbuf: remove unneeded EAL header include",
        "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": "There is no need for the direct inclusion of the generic/ header [1]\nnow that we don't use the rte_atomic API anymore.\n\n1: https://git.dpdk.org/dpdk/commit/?id=3eb860b08eb7\n\nFixes: e41d27a68df6 (\"mbuf: remove atomic reference counters\")\nCc: stable@dpdk.org\n\nSigned-off-by: David Marchand <david.marchand@redhat.com>\n---\n lib/librte_mbuf/rte_mbuf_core.h | 1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/lib/librte_mbuf/rte_mbuf_core.h b/lib/librte_mbuf/rte_mbuf_core.h\nindex a85cabdd18..9d1609336a 100644\n--- a/lib/librte_mbuf/rte_mbuf_core.h\n+++ b/lib/librte_mbuf/rte_mbuf_core.h\n@@ -20,7 +20,6 @@\n \n #include <rte_compat.h>\n #include <rte_byteorder.h>\n-#include <generic/rte_atomic.h>\n \n #ifdef __cplusplus\n extern \"C\" {\n",
    "prefixes": []
}