get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17013,
    "url": "https://patches.dpdk.org/api/patches/17013/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1479126698-11316-1-git-send-email-john.mcnamara@intel.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": "<1479126698-11316-1-git-send-email-john.mcnamara@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1479126698-11316-1-git-send-email-john.mcnamara@intel.com",
    "date": "2016-11-14T12:31:38",
    "name": "[dpdk-dev,v1] doc: add template release notes for 17.02",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "dd0c70fb6bfc4d584fae8191c9a0d5f2b53f0b4f",
    "submitter": {
        "id": 154,
        "url": "https://patches.dpdk.org/api/people/154/?format=api",
        "name": "John McNamara",
        "email": "john.mcnamara@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1479126698-11316-1-git-send-email-john.mcnamara@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/17013/comments/",
    "check": "warning",
    "checks": "https://patches.dpdk.org/api/patches/17013/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id BDD903770;\n\tMon, 14 Nov 2016 13:32:00 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 37E28376D\n\tfor <dev@dpdk.org>; Mon, 14 Nov 2016 13:31:57 +0100 (CET)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga101.fm.intel.com with ESMTP; 14 Nov 2016 04:31:42 -0800",
            "from sivswdev02.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.46])\n\tby fmsmga004.fm.intel.com with ESMTP; 14 Nov 2016 04:31:41 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,638,1473145200\"; d=\"scan'208\";a=\"191154189\"",
        "From": "John McNamara <john.mcnamara@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "John McNamara <john.mcnamara@intel.com>",
        "Date": "Mon, 14 Nov 2016 12:31:38 +0000",
        "Message-Id": "<1479126698-11316-1-git-send-email-john.mcnamara@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "Subject": "[dpdk-dev] [PATCH v1] doc: add template release notes for 17.02",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "patches and discussions about DPDK <dev.dpdk.org>",
        "List-Unsubscribe": "<http://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<http://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Add template release notes for DPDK 17.02 with inline\ncomments and explanations of the various sections.\n\nSigned-off-by: John McNamara <john.mcnamara@intel.com>\n---\n doc/guides/rel_notes/index.rst         |   1 +\n doc/guides/rel_notes/release_17_02.rst | 223 +++++++++++++++++++++++++++++++++\n 2 files changed, 224 insertions(+)\n create mode 100644 doc/guides/rel_notes/release_17_02.rst",
    "diff": "diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst\nindex 7e51b2c..cf8f167 100644\n--- a/doc/guides/rel_notes/index.rst\n+++ b/doc/guides/rel_notes/index.rst\n@@ -36,6 +36,7 @@ Release Notes\n     :numbered:\n \n     rel_description\n+    release_17_02\n     release_16_11\n     release_16_07\n     release_16_04\ndiff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst\nnew file mode 100644\nindex 0000000..d251752\n--- /dev/null\n+++ b/doc/guides/rel_notes/release_17_02.rst\n@@ -0,0 +1,223 @@\n+DPDK Release 17.02\n+==================\n+\n+.. **Read this first.**\n+\n+   The text 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: ``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+      firefox build/doc/html/guides/rel_notes/release_17_02.html\n+\n+\n+New Features\n+------------\n+\n+.. This section should contain new features added in this release. 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. The description\n+     should be enough to allow someone scanning the release notes to understand\n+     the new feature.\n+\n+     If the feature adds a lot of sub-features you can use a bullet list 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+     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+Resolved Issues\n+---------------\n+\n+.. This section should contain bug fixes added to the relevant sections. Sample format:\n+\n+   * **code/section Fixed issue in the past tense with a full stop.**\n+\n+     Add a short 1-2 sentence description of the resolved issue in the past tense.\n+     The title should contain the code/lib section like a commit message.\n+     Add the entries in alphabetic order in the relevant sections below.\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+EAL\n+~~~\n+\n+\n+Drivers\n+~~~~~~~\n+\n+\n+Libraries\n+~~~~~~~~~\n+\n+\n+Examples\n+~~~~~~~~\n+\n+\n+Other\n+~~~~~\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 in the present\n+     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+API Changes\n+-----------\n+\n+.. This section should contain API changes. Sample format:\n+\n+   * Add a short 1-2 sentence description of the API change. Use fixed width\n+     quotes for ``rte_function_names`` or ``rte_struct_names``. 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+   * Add a short 1-2 sentence description of the ABI change that was announced in\n+     the previous releases and made in this release. Use fixed width quotes for\n+     ``rte_function_names`` or ``rte_struct_names``. 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+\n+Shared Library Versions\n+-----------------------\n+\n+.. Update any library version updated in this release and prepend with a ``+``\n+   sign, like this:\n+\n+     librte_acl.so.2\n+   + librte_cfgfile.so.2\n+     librte_cmdline.so.2\n+\n+   This section is a comment. do not overwrite or remove it.\n+   =========================================================\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_cfgfile.so.2\n+     librte_cmdline.so.2\n+     librte_cryptodev.so.2\n+     librte_distributor.so.1\n+     librte_eal.so.3\n+     librte_ethdev.so.5\n+     librte_hash.so.2\n+     librte_ip_frag.so.1\n+     librte_jobstats.so.1\n+     librte_kni.so.2\n+     librte_kvargs.so.1\n+     librte_lpm.so.2\n+     librte_mbuf.so.2\n+     librte_mempool.so.2\n+     librte_meter.so.1\n+     librte_net.so.1\n+     librte_pdump.so.1\n+     librte_pipeline.so.3\n+     librte_pmd_bond.so.1\n+     librte_pmd_ring.so.2\n+     librte_port.so.3\n+     librte_power.so.1\n+     librte_reorder.so.1\n+     librte_ring.so.1\n+     librte_sched.so.1\n+     librte_table.so.2\n+     librte_timer.so.1\n+     librte_vhost.so.3\n+\n+\n+Tested Platforms\n+----------------\n+\n+.. This section should contain a list of platforms that were tested with this release.\n+\n+   The format is:\n+\n+   #. Platform name.\n+\n+      * Platform details.\n+      * Platform 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+\n+Tested NICs\n+-----------\n+\n+.. This section should contain a list of NICs that were tested with this release.\n+\n+   The format is:\n+\n+   #. NIC name.\n+\n+      * NIC details.\n+      * NIC 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+\n+Tested OSes\n+-----------\n+\n+.. This section should contain a list of OSes that were tested with this release.\n+   The format is as follows, in alphabetical order:\n+\n+   * CentOS 7.0\n+   * Fedora 23\n+   * Fedora 24\n+   * FreeBSD 10.3\n+   * Red Hat Enterprise Linux 7.2\n+   * SUSE Enterprise Linux 12\n+   * Ubuntu 15.10\n+   * Ubuntu 16.04 LTS\n+   * Wind River Linux 8\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-- \n2.7.4\n",
    "prefixes": [
        "dpdk-dev",
        "v1"
    ]
}