get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 11946,
    "url": "http://patches.dpdk.org/api/patches/11946/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1459879089-3430-1-git-send-email-harry.van.haaren@intel.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<1459879089-3430-1-git-send-email-harry.van.haaren@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1459879089-3430-1-git-send-email-harry.van.haaren@intel.com",
    "date": "2016-04-05T17:58:09",
    "name": "[dpdk-dev] doc: announce xstats api change for 16.07",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "acc75f62fa8fd9d2575a5f9e0f3f052e35d7de9b",
    "submitter": {
        "id": 317,
        "url": "http://patches.dpdk.org/api/people/317/?format=api",
        "name": "Van Haaren, Harry",
        "email": "harry.van.haaren@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1459879089-3430-1-git-send-email-harry.van.haaren@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/11946/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/11946/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 3B6FF2C5D;\n\tTue,  5 Apr 2016 19:58:22 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id EBC5F2C5A\n\tfor <dev@dpdk.org>; Tue,  5 Apr 2016 19:58:19 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga101.fm.intel.com with ESMTP; 05 Apr 2016 10:58:17 -0700",
            "from sie-lab-212-120.ir.intel.com (HELO\n\tsilpixa00394367.ir.intel.com) ([10.237.212.120])\n\tby fmsmga001.fm.intel.com with ESMTP; 05 Apr 2016 10:58:16 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.24,444,1455004800\"; d=\"scan'208\";a=\"938872038\"",
        "From": "Harry van Haaren <harry.van.haaren@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "maryam.tahhan@intel.com,\n\tHarry van Haaren <harry.van.haaren@intel.com>",
        "Date": "Tue,  5 Apr 2016 18:58:09 +0100",
        "Message-Id": "<1459879089-3430-1-git-send-email-harry.van.haaren@intel.com>",
        "X-Mailer": "git-send-email 2.5.0",
        "Subject": "[dpdk-dev] [PATCH] doc: announce xstats api change for 16.07",
        "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": "This patch adds a notice that the API for the xstats\nfunctionality will be modified in the 16.07 release, with\nno backwards compatibility planned as it would require\ncode duplication in each PMD that supports xstats.\n\nSigned-off-by: Harry van Haaren <harry.van.haaren@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst | 5 +++++\n 1 file changed, 5 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 98d5529..13c3a95 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -54,3 +54,8 @@ Deprecation Notices\n   induce a modification of the rte_mempool structure, plus a\n   modification of the API of rte_mempool_obj_iter(), implying a breakage\n   of the ABI.\n+\n+* ABI change is planned for the xstats API and rte_eth_xstats struct, to\n+  facilitate updating to an API that allows retrieval of values without any\n+  string copies or parsing. No backwards compatibility is planned, as it would\n+  require code duplication in every PMD that supports xstats.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}