get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 41857,
    "url": "http://patches.dpdk.org/api/patches/41857/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180628215235.106069-10-yong.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": "<20180628215235.106069-10-yong.liu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180628215235.106069-10-yong.liu@intel.com",
    "date": "2018-06-28T21:52:33",
    "name": "[v3,09/11] net/virtio: advertise support in-order feature",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "4872d850621005c702bd043d2b4fbdb22d940571",
    "submitter": {
        "id": 17,
        "url": "http://patches.dpdk.org/api/people/17/?format=api",
        "name": "Marvin Liu",
        "email": "yong.liu@intel.com"
    },
    "delegate": {
        "id": 2642,
        "url": "http://patches.dpdk.org/api/users/2642/?format=api",
        "username": "mcoquelin",
        "first_name": "Maxime",
        "last_name": "Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180628215235.106069-10-yong.liu@intel.com/mbox/",
    "series": [
        {
            "id": 296,
            "url": "http://patches.dpdk.org/api/series/296/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=296",
            "date": "2018-06-28T21:52:24",
            "name": "support in-order feature",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/296/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/41857/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/41857/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 683221B448;\n\tThu, 28 Jun 2018 16:07:10 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id F22051B3A9\n\tfor <dev@dpdk.org>; Thu, 28 Jun 2018 16:06:56 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t28 Jun 2018 07:06:56 -0700",
            "from dpdk-test32.sh.intel.com ([10.67.119.193])\n\tby FMSMGA003.fm.intel.com with ESMTP; 28 Jun 2018 07:06: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.51,283,1526367600\"; d=\"scan'208\";a=\"60850395\"",
        "From": "Marvin Liu <yong.liu@intel.com>",
        "To": "maxime.coquelin@redhat.com,\n\ttiwei.bie@intel.com",
        "Cc": "zhihong.wang@intel.com,\n\tdev@dpdk.org,\n\tMarvin Liu <yong.liu@intel.com>",
        "Date": "Fri, 29 Jun 2018 05:52:33 +0800",
        "Message-Id": "<20180628215235.106069-10-yong.liu@intel.com>",
        "X-Mailer": "git-send-email 2.17.0",
        "In-Reply-To": "<20180628215235.106069-1-yong.liu@intel.com>",
        "References": "<20180628215235.106069-1-yong.liu@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 09/11] net/virtio: advertise support in-order\n\tfeature",
        "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://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/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: Marvin Liu <yong.liu@intel.com>",
    "diff": "diff --git a/drivers/net/virtio/virtio_ethdev.h b/drivers/net/virtio/virtio_ethdev.h\nindex 8ab1267b0..69da18d9c 100644\n--- a/drivers/net/virtio/virtio_ethdev.h\n+++ b/drivers/net/virtio/virtio_ethdev.h\n@@ -36,6 +36,7 @@\n \t 1ULL << VIRTIO_NET_F_GUEST_ANNOUNCE |\t\\\n \t 1u << VIRTIO_RING_F_INDIRECT_DESC |    \\\n \t 1ULL << VIRTIO_F_VERSION_1       |\t\\\n+\t 1ULL << VIRTIO_F_IN_ORDER        |\t\\\n \t 1ULL << VIRTIO_F_IOMMU_PLATFORM)\n \n #define VIRTIO_PMD_SUPPORTED_GUEST_FEATURES\t\\\ndiff --git a/drivers/net/virtio/virtio_user/virtio_user_dev.c b/drivers/net/virtio/virtio_user/virtio_user_dev.c\nindex e90257f5d..1050aed05 100644\n--- a/drivers/net/virtio/virtio_user/virtio_user_dev.c\n+++ b/drivers/net/virtio/virtio_user/virtio_user_dev.c\n@@ -371,6 +371,7 @@ virtio_user_dev_setup(struct virtio_user_dev *dev)\n \t 1ULL << VIRTIO_NET_F_GUEST_CSUM\t|\t\\\n \t 1ULL << VIRTIO_NET_F_GUEST_TSO4\t|\t\\\n \t 1ULL << VIRTIO_NET_F_GUEST_TSO6\t|\t\\\n+\t 1ULL << VIRTIO_F_IN_ORDER\t\t|   \\\n \t 1ULL << VIRTIO_F_VERSION_1)\n \n int\n",
    "prefixes": [
        "v3",
        "09/11"
    ]
}