get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 53091,
    "url": "https://patches.dpdk.org/api/patches/53091/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190426044000.32670-5-honnappa.nagarahalli@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": "<20190426044000.32670-5-honnappa.nagarahalli@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190426044000.32670-5-honnappa.nagarahalli@arm.com",
    "date": "2019-04-26T04:40:00",
    "name": "[v8,4/4] doc: added RCU to the release notes",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "52c40702eefa2371e528bc23420be6aad554e002",
    "submitter": {
        "id": 1045,
        "url": "https://patches.dpdk.org/api/people/1045/?format=api",
        "name": "Honnappa Nagarahalli",
        "email": "honnappa.nagarahalli@arm.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190426044000.32670-5-honnappa.nagarahalli@arm.com/mbox/",
    "series": [
        {
            "id": 4472,
            "url": "https://patches.dpdk.org/api/series/4472/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=4472",
            "date": "2019-04-26T04:39:56",
            "name": "lib/rcu: add RCU library supporting QSBR mechanism",
            "version": 8,
            "mbox": "https://patches.dpdk.org/series/4472/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/53091/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/53091/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 D28B41B606;\n\tFri, 26 Apr 2019 06:40:50 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id 658501B600\n\tfor <dev@dpdk.org>; Fri, 26 Apr 2019 06:40:48 +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 BA54F15A2;\n\tThu, 25 Apr 2019 21:40:47 -0700 (PDT)",
            "from qc2400f-1.austin.arm.com (qc2400f-1.austin.arm.com\n\t[10.118.13.209])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id\n\t4A5903F5AF; Thu, 25 Apr 2019 21:40:47 -0700 (PDT)"
        ],
        "From": "Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>",
        "To": "konstantin.ananyev@intel.com, stephen@networkplumber.org,\n\tpaulmck@linux.ibm.com, marko.kovacevic@intel.com, dev@dpdk.org",
        "Cc": "honnappa.nagarahalli@arm.com, gavin.hu@arm.com, dharmik.thakkar@arm.com, \n\tmalvika.gupta@arm.com",
        "Date": "Thu, 25 Apr 2019 23:40:00 -0500",
        "Message-Id": "<20190426044000.32670-5-honnappa.nagarahalli@arm.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20190426044000.32670-1-honnappa.nagarahalli@arm.com>",
        "References": "<20181122033055.3431-1-honnappa.nagarahalli@arm.com>\n\t<20190426044000.32670-1-honnappa.nagarahalli@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v8 4/4] doc: added RCU to the release notes",
        "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": "Added RCU library addition to the release notes\n\nSigned-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>\n---\n doc/guides/rel_notes/release_19_05.rst | 8 ++++++++\n 1 file changed, 8 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst\nindex d5ed564ab..687c01bc1 100644\n--- a/doc/guides/rel_notes/release_19_05.rst\n+++ b/doc/guides/rel_notes/release_19_05.rst\n@@ -68,6 +68,13 @@ New Features\n   Added a new lock-free stack handler, which uses the newly added stack\n   library.\n \n+* **Added RCU library.**\n+\n+  Added RCU library supporting quiescent state based memory reclamation method.\n+  This library helps identify the quiescent state of the reader threads so\n+  that the writers can free the memory associated with the lock free data\n+  structures.\n+\n * **Updated KNI module and PMD.**\n \n   Updated the KNI kernel module to set the max_mtu according to the given\n@@ -330,6 +337,7 @@ The libraries prepended with a plus sign were incremented in this version.\n      librte_port.so.3\n      librte_power.so.1\n      librte_rawdev.so.1\n+   + librte_rcu.so.1\n      librte_reorder.so.1\n      librte_ring.so.2\n      librte_sched.so.2\n",
    "prefixes": [
        "v8",
        "4/4"
    ]
}