get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 16985,
    "url": "https://patches.dpdk.org/api/patches/16985/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1478707921-32509-1-git-send-email-olivier.matz@6wind.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": "<1478707921-32509-1-git-send-email-olivier.matz@6wind.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1478707921-32509-1-git-send-email-olivier.matz@6wind.com",
    "date": "2016-11-09T16:12:01",
    "name": "[dpdk-dev] doc: postpone ABI changes for mbuf",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "2ab40df554e7ce1c337e26e08ba856918e33fb4c",
    "submitter": {
        "id": 8,
        "url": "https://patches.dpdk.org/api/people/8/?format=api",
        "name": "Olivier Matz",
        "email": "olivier.matz@6wind.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1478707921-32509-1-git-send-email-olivier.matz@6wind.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/16985/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/16985/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 4D161475E;\n\tWed,  9 Nov 2016 17:12:32 +0100 (CET)",
            "from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com\n\t[62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 81FDA2BDF\n\tfor <dev@dpdk.org>; Wed,  9 Nov 2016 17:12:30 +0100 (CET)",
            "from glumotte.dev.6wind.com (unknown [10.16.0.195])\n\tby proxy.6wind.com (Postfix) with ESMTP id 0C430253DB;\n\tWed,  9 Nov 2016 17:12:17 +0100 (CET)"
        ],
        "From": "Olivier Matz <olivier.matz@6wind.com>",
        "To": "dev@dpdk.org,\n\tjohn.mcnamara@intel.com",
        "Date": "Wed,  9 Nov 2016 17:12:01 +0100",
        "Message-Id": "<1478707921-32509-1-git-send-email-olivier.matz@6wind.com>",
        "X-Mailer": "git-send-email 2.8.1",
        "Subject": "[dpdk-dev] [PATCH] doc: postpone ABI changes for mbuf",
        "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": "Mbuf modifications are not ready for 16.11, postpone them to 17.02.\n\nSigned-off-by: Olivier Matz <olivier.matz@6wind.com>\n---\n doc/guides/rel_notes/deprecation.rst | 7 ++++---\n 1 file changed, 4 insertions(+), 3 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 9f5fa55..1a9e1ae 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -15,16 +15,17 @@ Deprecation Notices\n   ``nb_seg_max`` and ``nb_mtu_seg_max`` providing information about number of\n   segments limit to be transmitted by device for TSO/non-TSO packets.\n \n-* ABI changes are planned for 16.11 in the ``rte_mbuf`` structure: some fields\n+* ABI changes are planned for 17.02 in the ``rte_mbuf`` structure: some fields\n   may be reordered to facilitate the writing of ``data_off``, ``refcnt``, and\n   ``nb_segs`` in one operation, because some platforms have an overhead if the\n   store address is not naturally aligned. Other mbuf fields, such as the\n-  ``port`` field, may be moved or removed as part of this mbuf work.\n+  ``port`` field, may be moved or removed as part of this mbuf work. A\n+  ``timestamp`` will also be added.\n \n * The mbuf flags PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT are deprecated and\n   are respectively replaced by PKT_RX_VLAN_STRIPPED and\n   PKT_RX_QINQ_STRIPPED, that are better described. The old flags and\n-  their behavior will be kept in 16.07 and will be removed in 16.11.\n+  their behavior will be kept until 16.11 and will be removed in 17.02.\n \n * mempool: The functions ``rte_mempool_count`` and ``rte_mempool_free_count``\n   will be removed in 17.02.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}