get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 56,
    "url": "http://patches.dpdk.org/api/patches/56/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1405661946-12534-3-git-send-email-huawei.xie@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": "<1405661946-12534-3-git-send-email-huawei.xie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1405661946-12534-3-git-send-email-huawei.xie@intel.com",
    "date": "2014-07-18T05:39:06",
    "name": "[dpdk-dev,2/2] lib/Makefile: Turn off vhost_lib by default as it needs fuse, fuse-devel to compile",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "234289a9cc6c70e89b95b86872d396975a3a565d",
    "submitter": {
        "id": 16,
        "url": "http://patches.dpdk.org/api/people/16/?format=api",
        "name": "Huawei Xie",
        "email": "huawei.xie@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1405661946-12534-3-git-send-email-huawei.xie@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/56/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/56/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<hxie5@shecgisg003.sh.intel.com>",
        "Received": [
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 54F02B34B\n\tfor <dev@dpdk.org>; Fri, 18 Jul 2014 07:39:06 +0200 (CEST)",
            "from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga102.fm.intel.com with ESMTP; 17 Jul 2014 22:40:04 -0700",
            "from shilc102.sh.intel.com ([10.239.39.44])\n\tby fmsmga001.fm.intel.com with ESMTP; 17 Jul 2014 22:40:03 -0700",
            "from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com\n\t[10.239.29.90])\n\tby shilc102.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id\n\ts6I5dunp009017; Fri, 18 Jul 2014 13:39:58 +0800",
            "from shecgisg003.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid s6I5ds4H012661; Fri, 18 Jul 2014 13:39:56 +0800",
            "(from hxie5@localhost)\n\tby shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id s6I5dsLw012657; \n\tFri, 18 Jul 2014 13:39:54 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.01,682,1400050800\"; d=\"scan'208\";a=\"563596104\"",
        "From": "Huawei Xie <huawei.xie@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri, 18 Jul 2014 13:39:06 +0800",
        "Message-Id": "<1405661946-12534-3-git-send-email-huawei.xie@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1405661946-12534-1-git-send-email-huawei.xie@intel.com>",
        "References": "<1405661946-12534-1-git-send-email-huawei.xie@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 2/2] lib/Makefile: Turn off vhost_lib by default\n\tas it needs fuse, fuse-devel to compile",
        "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>",
        "X-List-Received-Date": "Fri, 18 Jul 2014 05:39:06 -0000"
    },
    "content": "Signed-off-by: Huawei Xie <huawei.xie@intel.com>\n---\n config/common_linuxapp | 3 ++-\n 1 file changed, 2 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/config/common_linuxapp b/config/common_linuxapp\nindex 002ed84..5b58278 100644\n--- a/config/common_linuxapp\n+++ b/config/common_linuxapp\n@@ -391,8 +391,9 @@ CONFIG_RTE_KNI_VHOST_DEBUG_TX=n\n \n #\n # Compile vhost library\n+# fuse, fuse-devel, kernel-modules-extra packages are needed\n #\n-CONFIG_RTE_LIBRTE_VHOST=y\n+CONFIG_RTE_LIBRTE_VHOST=n\n CONFIG_RTE_LIBRTE_VHOST_DEBUG=n\n \n #\n",
    "prefixes": [
        "dpdk-dev",
        "2/2"
    ]
}