get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 40797,
    "url": "http://patchwork.dpdk.org/api/patches/40797/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20180608090724.20855-5-yong.liu@intel.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20180608090724.20855-5-yong.liu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180608090724.20855-5-yong.liu@intel.com",
    "date": "2018-06-08T09:07:21",
    "name": "[dpdk-dev,4/7] net/virtio: free IN_ORDER descriptors",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": true,
    "hash": "3fef5daa0ac5ec4ce75ffeecf42b76d068473388",
    "submitter": {
        "id": 17,
        "url": "http://patchwork.dpdk.org/api/people/17/?format=api",
        "name": "Marvin Liu",
        "email": "yong.liu@intel.com"
    },
    "delegate": {
        "id": 2642,
        "url": "http://patchwork.dpdk.org/api/users/2642/?format=api",
        "username": "mcoquelin",
        "first_name": "Maxime",
        "last_name": "Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20180608090724.20855-5-yong.liu@intel.com/mbox/",
    "series": [
        {
            "id": 39,
            "url": "http://patchwork.dpdk.org/api/series/39/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=39",
            "date": "2018-06-08T09:07:17",
            "name": "support VIRTIO_F_IN_ORDER feature",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/39/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/40797/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/40797/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 611B31B28D;\n\tFri,  8 Jun 2018 03:21:03 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id C80D31B1A3\n\tfor <dev@dpdk.org>; Fri,  8 Jun 2018 03:20:56 +0200 (CEST)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t07 Jun 2018 18:20:56 -0700",
            "from dpdk-test32.sh.intel.com ([10.67.119.57])\n\tby orsmga005.jf.intel.com with ESMTP; 07 Jun 2018 18:20: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,488,1520924400\"; d=\"scan'208\";a=\"230856636\"",
        "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,  8 Jun 2018 17:07:21 +0800",
        "Message-Id": "<20180608090724.20855-5-yong.liu@intel.com>",
        "X-Mailer": "git-send-email 2.17.0",
        "In-Reply-To": "<20180608090724.20855-1-yong.liu@intel.com>",
        "References": "<20180608090724.20855-1-yong.liu@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 4/7] net/virtio: free IN_ORDER descriptors",
        "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": "Add new function for freeing IN_ORDER descriptors. As descriptors will\nbe allocated and freed sequentially when IN_ORDER feature was\nnegotiated. There will be no need to utilize chain for descriptors\nmanagement, only index update is enough.\n\nSigned-off-by: Marvin Liu <yong.liu@intel.com>",
    "diff": "diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c\nindex 92fab2174..0bca29855 100644\n--- a/drivers/net/virtio/virtio_rxtx.c\n+++ b/drivers/net/virtio/virtio_rxtx.c\n@@ -47,6 +47,13 @@ virtio_dev_rx_queue_done(void *rxq, uint16_t offset)\n \treturn VIRTQUEUE_NUSED(vq) >= offset;\n }\n \n+void\n+vq_ring_free_inorder(struct virtqueue *vq, uint16_t desc_idx, uint16_t num)\n+{\n+\tvq->vq_free_cnt += num;\n+\tvq->vq_desc_tail_idx = desc_idx & (vq->vq_nentries - 1);\n+}\n+\n void\n vq_ring_free_chain(struct virtqueue *vq, uint16_t desc_idx)\n {\ndiff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h\nindex 14364f356..26518ed98 100644\n--- a/drivers/net/virtio/virtqueue.h\n+++ b/drivers/net/virtio/virtqueue.h\n@@ -306,6 +306,8 @@ virtio_get_queue_type(struct virtio_hw *hw, uint16_t vtpci_queue_idx)\n #define VIRTQUEUE_NUSED(vq) ((uint16_t)((vq)->vq_ring.used->idx - (vq)->vq_used_cons_idx))\n \n void vq_ring_free_chain(struct virtqueue *vq, uint16_t desc_idx);\n+void vq_ring_free_inorder(struct virtqueue *vq, uint16_t desc_idx,\n+\t\t\t  uint16_t num);\n \n static inline void\n vq_update_avail_idx(struct virtqueue *vq)\n",
    "prefixes": [
        "dpdk-dev",
        "4/7"
    ]
}