get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 6561,
    "url": "http://patches.dpdk.org/api/patches/6561/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1437649189-27211-1-git-send-email-cristian.dumitrescu@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": "<1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com",
    "date": "2015-07-23T10:59:49",
    "name": "[dpdk-dev,v2] announce ABI change for librte_table",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "bfd5dc679f51fea7f2b76f6781706b807d1f2633",
    "submitter": {
        "id": 19,
        "url": "http://patches.dpdk.org/api/people/19/?format=api",
        "name": "Cristian Dumitrescu",
        "email": "cristian.dumitrescu@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/6561/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/6561/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 CC8B9C33A;\n\tThu, 23 Jul 2015 12:59:54 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 4CCA2C336\n\tfor <dev@dpdk.org>; Thu, 23 Jul 2015 12:59:53 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby orsmga101.jf.intel.com with ESMTP; 23 Jul 2015 03:59:52 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby fmsmga002.fm.intel.com with ESMTP; 23 Jul 2015 03:59:51 -0700",
            "from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com\n\t[10.237.217.45])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\tt6NAxoPX015577; Thu, 23 Jul 2015 11:59:50 +0100",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t6NAxoD4027255;\n\tThu, 23 Jul 2015 11:59:50 +0100",
            "(from cfdumitr@localhost)\n\tby sivswdev01.ir.intel.com with  id t6NAxoYD027251;\n\tThu, 23 Jul 2015 11:59:50 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.15,529,1432623600\"; d=\"scan'208\";a=\"768136110\"",
        "From": "Cristian Dumitrescu <cristian.dumitrescu@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu, 23 Jul 2015 11:59:49 +0100",
        "Message-Id": "<1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH v2] announce ABI change for librte_table",
        "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": "v2 changes:\n-changed item on LPM table to add LPM IPv6\n-removed item for ACL table and replaced with item on table ops \n-added item for hash tables\n\nSigned-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>\n---\n doc/guides/rel_notes/deprecation.rst |   10 ++++++++++\n 1 files changed, 10 insertions(+), 0 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex 5330d3b..677f111 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -35,3 +35,13 @@ Deprecation Notices\n * The following fields have been deprecated in rte_eth_stats:\n   imissed, ibadcrc, ibadlen, imcasts, fdirmatch, fdirmiss,\n   tx_pause_xon, rx_pause_xon, tx_pause_xoff, rx_pause_xoff\n+\n+* librte_table (rte_table_lpm.h, rte_table_lpm_ipv6.h): A new parameter to hold\n+  the table name will be added to the LPM table parameter structure.\n+\n+* librte_table (rte_table.h): New functions for table entry bulk add/delete will\n+  be added to the table operations structure.\n+\n+* librte_table (rte_table_hash.h): Key mask parameter will be added to the hash\n+  table parameter structure for 8-byte key and 16-byte key extendible bucket and\n+  LRU tables.\n",
    "prefixes": [
        "dpdk-dev",
        "v2"
    ]
}