get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 57621,
    "url": "https://patches.dpdk.org/api/patches/57621/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1565610228-1976-1-git-send-email-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": "<1565610228-1976-1-git-send-email-david.marchand@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1565610228-1976-1-git-send-email-david.marchand@redhat.com",
    "date": "2019-08-12T11:43:48",
    "name": "version: 19.11-rc0",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": true,
    "hash": "e7ca0b538dc5d243c0522a71a3837b93ac6b1505",
    "submitter": {
        "id": 1173,
        "url": "https://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.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/1565610228-1976-1-git-send-email-david.marchand@redhat.com/mbox/",
    "series": [
        {
            "id": 6016,
            "url": "https://patches.dpdk.org/api/series/6016/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=6016",
            "date": "2019-08-12T11:43:48",
            "name": "version: 19.11-rc0",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/6016/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/57621/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/57621/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 E8CC01B952;\n\tMon, 12 Aug 2019 13:43:58 +0200 (CEST)",
            "from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\n\tby dpdk.org (Postfix) with ESMTP id 0A5928F96\n\tfor <dev@dpdk.org>; Mon, 12 Aug 2019 13:43:57 +0200 (CEST)",
            "from smtp.corp.redhat.com\n\t(int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 332CA309B688;\n\tMon, 12 Aug 2019 11:43:56 +0000 (UTC)",
            "from dmarchan.remote.csb (ovpn-204-32.brq.redhat.com\n\t[10.40.204.32])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 1ECC6261B8;\n\tMon, 12 Aug 2019 11:43:54 +0000 (UTC)"
        ],
        "From": "David Marchand <david.marchand@redhat.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net",
        "Date": "Mon, 12 Aug 2019 13:43:48 +0200",
        "Message-Id": "<1565610228-1976-1-git-send-email-david.marchand@redhat.com>",
        "X-Scanned-By": "MIMEDefang 2.84 on 10.5.11.23",
        "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.47]); Mon, 12 Aug 2019 11:43:56 +0000 (UTC)",
        "Subject": "[dpdk-dev] [PATCH] version: 19.11-rc0",
        "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": "Start a new release cycle with empty release notes.\n\nSigned-off-by: David Marchand <david.marchand@redhat.com>\n---\n VERSION                                |   2 +-\n doc/guides/rel_notes/release_19_11.rst | 214 +++++++++++++++++++++++++++++++++\n 2 files changed, 215 insertions(+), 1 deletion(-)\n create mode 100644 doc/guides/rel_notes/release_19_11.rst",
    "diff": "diff --git a/VERSION b/VERSION\nindex 909cfd6..fff18fc 100644\n--- a/VERSION\n+++ b/VERSION\n@@ -1 +1 @@\n-19.08.0\n+19.11.0-rc0\ndiff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst\nnew file mode 100644\nindex 0000000..0bfbf19\n--- /dev/null\n+++ b/doc/guides/rel_notes/release_19_11.rst\n@@ -0,0 +1,214 @@\n+..  SPDX-License-Identifier: BSD-3-Clause\n+    Copyright 2019 The DPDK contributors\n+\n+DPDK Release 19.11\n+==================\n+\n+.. **Read this first.**\n+\n+   The text in the sections below explains how to update the release notes.\n+\n+   Use proper spelling, capitalization and punctuation in all sections.\n+\n+   Variable and config names should be quoted as fixed width text:\n+   ``LIKE_THIS``.\n+\n+   Build the docs and view the output file to ensure the changes are correct::\n+\n+      make doc-guides-html\n+\n+      xdg-open build/doc/html/guides/rel_notes/release_19_11.html\n+\n+\n+New Features\n+------------\n+\n+.. This section should contain new features added in this release.\n+   Sample format:\n+\n+   * **Add a title in the past tense with a full stop.**\n+\n+     Add a short 1-2 sentence description in the past tense.\n+     The description should be enough to allow someone scanning\n+     the release notes to understand the new feature.\n+\n+     If the feature adds a lot of sub-features you can use a bullet list\n+     like this:\n+\n+     * Added feature foo to do something.\n+     * Enhanced feature bar to do something else.\n+\n+     Refer to the previous release notes for examples.\n+\n+     Suggested order in release notes items:\n+     * Core libs (EAL, mempool, ring, mbuf, buses)\n+     * Device abstraction libs and PMDs\n+       - ethdev (lib, PMDs)\n+       - cryptodev (lib, PMDs)\n+       - eventdev (lib, PMDs)\n+       - etc\n+     * Other libs\n+     * Apps, Examples, Tools (if significant)\n+\n+     This section is a comment. Do not overwrite or remove it.\n+     Also, make sure to start the actual text at the margin.\n+     =========================================================\n+\n+\n+Removed Items\n+-------------\n+\n+.. This section should contain removed items in this release. Sample format:\n+\n+   * Add a short 1-2 sentence description of the removed item\n+     in the past tense.\n+\n+   This section is a comment. Do not overwrite or remove it.\n+   Also, make sure to start the actual text at the margin.\n+   =========================================================\n+\n+\n+API Changes\n+-----------\n+\n+.. This section should contain API changes. Sample format:\n+\n+   * sample: Add a short 1-2 sentence description of the API change\n+     which was announced in the previous releases and made in this release.\n+     Start with a scope label like \"ethdev:\".\n+     Use fixed width quotes for ``function_names`` or ``struct_names``.\n+     Use the past tense.\n+\n+   This section is a comment. Do not overwrite or remove it.\n+   Also, make sure to start the actual text at the margin.\n+   =========================================================\n+\n+\n+ABI Changes\n+-----------\n+\n+.. This section should contain ABI changes. Sample format:\n+\n+   * sample: Add a short 1-2 sentence description of the ABI change\n+     which was announced in the previous releases and made in this release.\n+     Start with a scope label like \"ethdev:\".\n+     Use fixed width quotes for ``function_names`` or ``struct_names``.\n+     Use the past tense.\n+\n+   This section is a comment. Do not overwrite or remove it.\n+   Also, make sure to start the actual text at the margin.\n+   =========================================================\n+\n+\n+Shared Library Versions\n+-----------------------\n+\n+.. Update any library version updated in this release\n+   and prepend with a ``+`` sign, like this:\n+\n+     libfoo.so.1\n+   + libupdated.so.2\n+     libbar.so.1\n+\n+   This section is a comment. Do not overwrite or remove it.\n+   =========================================================\n+\n+The libraries prepended with a plus sign were incremented in this version.\n+\n+.. code-block:: diff\n+\n+     librte_acl.so.2\n+     librte_bbdev.so.1\n+     librte_bitratestats.so.2\n+     librte_bpf.so.1\n+     librte_bus_dpaa.so.2\n+     librte_bus_fslmc.so.2\n+     librte_bus_ifpga.so.2\n+     librte_bus_pci.so.2\n+     librte_bus_vdev.so.2\n+     librte_bus_vmbus.so.2\n+     librte_cfgfile.so.2\n+     librte_cmdline.so.2\n+     librte_compressdev.so.1\n+     librte_cryptodev.so.7\n+     librte_distributor.so.1\n+     librte_eal.so.10\n+     librte_efd.so.1\n+     librte_ethdev.so.12\n+     librte_eventdev.so.6\n+     librte_flow_classify.so.1\n+     librte_gro.so.1\n+     librte_gso.so.1\n+     librte_hash.so.2\n+     librte_ip_frag.so.1\n+     librte_ipsec.so.1\n+     librte_jobstats.so.1\n+     librte_kni.so.2\n+     librte_kvargs.so.1\n+     librte_latencystats.so.1\n+     librte_lpm.so.2\n+     librte_mbuf.so.5\n+     librte_member.so.1\n+     librte_mempool.so.5\n+     librte_meter.so.3\n+     librte_metrics.so.1\n+     librte_net.so.1\n+     librte_pci.so.1\n+     librte_pdump.so.3\n+     librte_pipeline.so.3\n+     librte_pmd_bnxt.so.2\n+     librte_pmd_bond.so.2\n+     librte_pmd_i40e.so.2\n+     librte_pmd_ixgbe.so.2\n+     librte_pmd_dpaa2_qdma.so.1\n+     librte_pmd_ring.so.2\n+     librte_pmd_softnic.so.1\n+     librte_pmd_vhost.so.2\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+     librte_security.so.2\n+     librte_stack.so.1\n+     librte_table.so.3\n+     librte_timer.so.1\n+     librte_vhost.so.4\n+\n+\n+Known Issues\n+------------\n+\n+.. This section should contain new known issues in this release. Sample format:\n+\n+   * **Add title in present tense with full stop.**\n+\n+     Add a short 1-2 sentence description of the known issue\n+     in the present tense. Add information on any known workarounds.\n+\n+   This section is a comment. Do not overwrite or remove it.\n+   Also, make sure to start the actual text at the margin.\n+   =========================================================\n+\n+\n+Tested Platforms\n+----------------\n+\n+.. This section should contain a list of platforms that were tested\n+   with this release.\n+\n+   The format is:\n+\n+   * <vendor> platform with <vendor> <type of devices> combinations\n+\n+     * List of CPU\n+     * List of OS\n+     * List of devices\n+     * Other relevant details...\n+\n+   This section is a comment. Do not overwrite or remove it.\n+   Also, make sure to start the actual text at the margin.\n+   =========================================================\n+\n",
    "prefixes": []
}