get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 40188,
    "url": "http://patches.dpdk.org/api/patches/40188/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1526599932-13083-1-git-send-email-changpeng.liu@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": "<1526599932-13083-1-git-send-email-changpeng.liu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1526599932-13083-1-git-send-email-changpeng.liu@intel.com",
    "date": "2018-05-17T23:32:11",
    "name": "[dpdk-dev,1/2] examples/vhost_scsi: add virtio-1.0 feature bit support",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": true,
    "hash": "760188a9e6650bb8df16a6fd5c7aefbe78fce5e2",
    "submitter": {
        "id": 565,
        "url": "http://patches.dpdk.org/api/people/565/?format=api",
        "name": "Liu, Changpeng",
        "email": "changpeng.liu@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/1526599932-13083-1-git-send-email-changpeng.liu@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/40188/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/40188/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 899AE8E6E;\n\tFri, 18 May 2018 01:23:01 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id AEE4B8E1C\n\tfor <dev@dpdk.org>; Fri, 18 May 2018 01:22:57 +0200 (CEST)",
            "from fmsmga007.fm.intel.com ([10.253.24.52])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t17 May 2018 16:22:56 -0700",
            "from fedora.sh.intel.com ([10.67.114.176])\n\tby fmsmga007.fm.intel.com with ESMTP; 17 May 2018 16:22:55 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.49,412,1520924400\"; d=\"scan'208\";a=\"40250392\"",
        "From": "Changpeng Liu <changpeng.liu@intel.com>",
        "To": "changpeng.liu@intel.com,\n\tdev@dpdk.org",
        "Date": "Fri, 18 May 2018 07:32:11 +0800",
        "Message-Id": "<1526599932-13083-1-git-send-email-changpeng.liu@intel.com>",
        "X-Mailer": "git-send-email 1.9.3",
        "Subject": "[dpdk-dev] [PATCH 1/2] examples/vhost_scsi: add virtio-1.0 feature\n\tbit support",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://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": "<https://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: Changpeng Liu <changpeng.liu@intel.com>\n---\n examples/vhost_scsi/vhost_scsi.c | 7 ++++---\n 1 file changed, 4 insertions(+), 3 deletions(-)",
    "diff": "diff --git a/examples/vhost_scsi/vhost_scsi.c b/examples/vhost_scsi/vhost_scsi.c\nindex 2908ff6..a1d542b 100644\n--- a/examples/vhost_scsi/vhost_scsi.c\n+++ b/examples/vhost_scsi/vhost_scsi.c\n@@ -20,9 +20,10 @@\n #include \"vhost_scsi.h\"\n #include \"scsi_spec.h\"\n \n-#define VIRTIO_SCSI_FEATURES ((1 << VIRTIO_F_NOTIFY_ON_EMPTY) |\\\n-\t\t\t      (1 << VIRTIO_SCSI_F_INOUT) |\\\n-\t\t\t      (1 << VIRTIO_SCSI_F_CHANGE))\n+#define VIRTIO_SCSI_FEATURES ((1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) |\\\n+\t\t\t      (1ULL << VIRTIO_SCSI_F_INOUT) |\\\n+\t\t\t      (1ULL << VIRTIO_SCSI_F_CHANGE) |\\\n+\t\t\t      (1ULL << VIRTIO_F_VERSION_1))\n \n /* Path to folder where character device will be created. Can be set by user. */\n static char dev_pathname[PATH_MAX] = \"\";\n",
    "prefixes": [
        "dpdk-dev",
        "1/2"
    ]
}