get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 11284,
    "url": "http://patches.dpdk.org/api/patches/11284/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1457524743-12522-1-git-send-email-jingjing.wu@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": "<1457524743-12522-1-git-send-email-jingjing.wu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1457524743-12522-1-git-send-email-jingjing.wu@intel.com",
    "date": "2016-03-09T11:59:03",
    "name": "[dpdk-dev] doc: fix API change in release note",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "754b99dc060868772302e81a88a76252de61c69f",
    "submitter": {
        "id": 47,
        "url": "http://patches.dpdk.org/api/people/47/?format=api",
        "name": "Jingjing Wu",
        "email": "jingjing.wu@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1457524743-12522-1-git-send-email-jingjing.wu@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/11284/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/11284/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 1F0F42B9A;\n\tWed,  9 Mar 2016 12:59:47 +0100 (CET)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id B93212B97\n\tfor <dev@dpdk.org>; Wed,  9 Mar 2016 12:59:45 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga102.fm.intel.com with ESMTP; 09 Mar 2016 03:59:09 -0800",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby fmsmga002.fm.intel.com with ESMTP; 09 Mar 2016 03:59:08 -0800",
            "from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com\n\t[10.239.29.89])\n\tby shvmail01.sh.intel.com with ESMTP id u29Bx6bc010521;\n\tWed, 9 Mar 2016 19:59:06 +0800",
            "from shecgisg004.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid u29Bx4Z6012556; Wed, 9 Mar 2016 19:59:06 +0800",
            "(from wujingji@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u29Bx3Fn012552; \n\tWed, 9 Mar 2016 19:59:03 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.24,311,1455004800\"; d=\"scan'208\";a=\"932968562\"",
        "From": "Jingjing Wu <jingjing.wu@intel.com>",
        "To": "thomas.monjalon@6wind.com",
        "Date": "Wed,  9 Mar 2016 19:59:03 +0800",
        "Message-Id": "<1457524743-12522-1-git-send-email-jingjing.wu@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "Cc": "dev@dpdk.org",
        "Subject": "[dpdk-dev] [PATCH] doc: fix API change in release note",
        "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": "Move the structure ``rte_eth_fdir_masks`` change announcement from ABI\nto API in release note.\n\nFixes: 1409f127d7f1 (ethdev: fix byte order consistency of flow director)\nSigned-off-by: Jingjing Wu <jingjing.wu@intel.com>\n---\n doc/guides/rel_notes/release_16_04.rst | 6 +++---\n 1 file changed, 3 insertions(+), 3 deletions(-)",
    "diff": "diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst\nindex 96f144e..4c86660 100644\n--- a/doc/guides/rel_notes/release_16_04.rst\n+++ b/doc/guides/rel_notes/release_16_04.rst\n@@ -137,6 +137,9 @@ This section should contain API changes. Sample format:\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+* The fields in ethdev structure ``rte_eth_fdir_masks`` were changed\n+  to be in big endian.\n+\n \n ABI Changes\n -----------\n@@ -145,9 +148,6 @@ ABI Changes\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-* The fields in ethdev structure ``rte_eth_fdir_masks`` were changed\n-  to be in big endian.\n-\n \n Shared Library Versions\n -----------------------\n",
    "prefixes": [
        "dpdk-dev"
    ]
}