get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 4616,
    "url": "https://patches.dpdk.org/api/patches/4616/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1430804386-28949-6-git-send-email-cunming.liang@intel.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": "<1430804386-28949-6-git-send-email-cunming.liang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1430804386-28949-6-git-send-email-cunming.liang@intel.com",
    "date": "2015-05-05T05:39:41",
    "name": "[dpdk-dev,v7,05/10] eal/linux: fix comments typo on vfio msi",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "e13cadc80360a1947d7ebc348e1568b5d06f7566",
    "submitter": {
        "id": 46,
        "url": "https://patches.dpdk.org/api/people/46/?format=api",
        "name": "Cunming Liang",
        "email": "cunming.liang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1430804386-28949-6-git-send-email-cunming.liang@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/4616/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/4616/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 80B45C6D4;\n\tTue,  5 May 2015 07:40:26 +0200 (CEST)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id A2DF7C47A\n\tfor <dev@dpdk.org>; Tue,  5 May 2015 07:40:24 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby orsmga102.jf.intel.com with ESMTP; 04 May 2015 22:40:24 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby orsmga002.jf.intel.com with ESMTP; 04 May 2015 22:40:23 -0700",
            "from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com\n\t[10.239.29.89])\n\tby shvmail01.sh.intel.com with ESMTP id t455eLpB019245;\n\tTue, 5 May 2015 13:40:21 +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 t455eI1i029032; Tue, 5 May 2015 13:40:20 +0800",
            "(from cliang18@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t455eIeZ029028; \n\tTue, 5 May 2015 13:40:18 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.13,370,1427785200\"; d=\"scan'208\";a=\"723762976\"",
        "From": "Cunming Liang <cunming.liang@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue,  5 May 2015 13:39:41 +0800",
        "Message-Id": "<1430804386-28949-6-git-send-email-cunming.liang@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1430804386-28949-1-git-send-email-cunming.liang@intel.com>",
        "References": "<1425012976-10173-1-git-send-email-cunming.liang@intel.com>\n\t<1430804386-28949-1-git-send-email-cunming.liang@intel.com>",
        "Cc": "shemming@brocade.com",
        "Subject": "[dpdk-dev] [PATCH v7 05/10] eal/linux: fix comments typo on vfio msi",
        "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: Danny Zhou <danny.zhou@intel.com>\nSigned-off-by: Cunming Liang <cunming.liang@intel.com>\n---\n lib/librte_eal/linuxapp/eal/eal_interrupts.c | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/lib/librte_eal/linuxapp/eal/eal_interrupts.c b/lib/librte_eal/linuxapp/eal/eal_interrupts.c\nindex 1090d7b..178a88e 100644\n--- a/lib/librte_eal/linuxapp/eal/eal_interrupts.c\n+++ b/lib/librte_eal/linuxapp/eal/eal_interrupts.c\n@@ -219,7 +219,7 @@ vfio_disable_intx(struct rte_intr_handle *intr_handle) {\n \treturn 0;\n }\n \n-/* enable MSI-X interrupts */\n+/* enable MSI interrupts */\n static int\n vfio_enable_msi(struct rte_intr_handle *intr_handle) {\n \tint len, ret;\n@@ -265,7 +265,7 @@ vfio_enable_msi(struct rte_intr_handle *intr_handle) {\n \treturn 0;\n }\n \n-/* disable MSI-X interrupts */\n+/* disable MSI interrupts */\n static int\n vfio_disable_msi(struct rte_intr_handle *intr_handle) {\n \tstruct vfio_irq_set *irq_set;\n",
    "prefixes": [
        "dpdk-dev",
        "v7",
        "05/10"
    ]
}