get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 6451,
    "url": "http://patches.dpdk.org/api/patches/6451/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1437046590-28251-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": "<1437046590-28251-1-git-send-email-cristian.dumitrescu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1437046590-28251-1-git-send-email-cristian.dumitrescu@intel.com",
    "date": "2015-07-16T11:36:30",
    "name": "[dpdk-dev] doc: announce ABI change for librte_cfgfile",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "53464895f9ab6d75d627b2adc7e1cafd455aaba3",
    "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/1437046590-28251-1-git-send-email-cristian.dumitrescu@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/6451/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/6451/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 F2140BE7C;\n\tThu, 16 Jul 2015 13:36:36 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id F2F8DBDC2\n\tfor <dev@dpdk.org>; Thu, 16 Jul 2015 13:36:34 +0200 (CEST)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga102.jf.intel.com with ESMTP; 16 Jul 2015 04:36:33 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga003.jf.intel.com with ESMTP; 16 Jul 2015 04:36:32 -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\tt6GBaWMM004523; Thu, 16 Jul 2015 12:36:32 +0100",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t6GBaW11028288;\n\tThu, 16 Jul 2015 12:36:32 +0100",
            "(from cfdumitr@localhost)\n\tby sivswdev01.ir.intel.com with  id t6GBaVEh028284;\n\tThu, 16 Jul 2015 12:36:31 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.15,487,1432623600\"; d=\"scan'208\";a=\"607341504\"",
        "From": "Cristian Dumitrescu <cristian.dumitrescu@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu, 16 Jul 2015 12:36:30 +0100",
        "Message-Id": "<1437046590-28251-1-git-send-email-cristian.dumitrescu@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Subject": "[dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile",
        "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": "Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>\n---\n doc/guides/rel_notes/abi.rst |    5 +++++\n 1 files changed, 5 insertions(+), 0 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst\nindex 126f73e..942f3ea 100644\n--- a/doc/guides/rel_notes/abi.rst\n+++ b/doc/guides/rel_notes/abi.rst\n@@ -29,3 +29,8 @@ Deprecation Notices\n   and several ``PKT_RX_`` flags will be removed, to support unified packet type\n   from release 2.1. Those changes may be enabled in the upcoming release 2.1\n   with CONFIG_RTE_NEXT_ABI.\n+\n+* librte_cfgfile (rte_cfgfile.h): In order to allow for longer names and values,\n+  the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased. Most\n+  likely, the new values will be 64 and 256, respectively.\n+\n",
    "prefixes": [
        "dpdk-dev"
    ]
}