get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 85543,
    "url": "http://patches.dpdk.org/api/patches/85543/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20201220211405.313012-19-maxime.coquelin@redhat.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": "<20201220211405.313012-19-maxime.coquelin@redhat.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20201220211405.313012-19-maxime.coquelin@redhat.com",
    "date": "2020-12-20T21:13:43",
    "name": "[18/40] net/virtio: move virtqueue defines in generic header",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "7e680b4a90560e0b377780c5963dc141fd505e9d",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.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/20201220211405.313012-19-maxime.coquelin@redhat.com/mbox/",
    "series": [
        {
            "id": 14390,
            "url": "http://patches.dpdk.org/api/series/14390/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14390",
            "date": "2020-12-20T21:13:25",
            "name": "net/virtio: Virtio PMD rework",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/14390/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/85543/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/85543/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id EFF2CA09FD;\n\tSun, 20 Dec 2020 22:20:36 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 332AACCAC;\n\tSun, 20 Dec 2020 22:15:39 +0100 (CET)",
            "from us-smtp-delivery-124.mimecast.com\n (us-smtp-delivery-124.mimecast.com [216.205.24.124])\n by dpdk.org (Postfix) with ESMTP id 39E4ACD88\n for <dev@dpdk.org>; Sun, 20 Dec 2020 22:15:35 +0100 (CET)",
            "from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com\n [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id\n us-mta-267-BvSiVw3gNoyo4lbLlZYOHA-1; Sun, 20 Dec 2020 16:15:29 -0500",
            "from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com\n [10.5.11.12])\n (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n (No client certificate requested)\n by mimecast-mx01.redhat.com (Postfix) with ESMTPS id ACD4BBBEE2;\n Sun, 20 Dec 2020 21:15:28 +0000 (UTC)",
            "from max-t490s.redhat.com (unknown [10.36.110.43])\n by smtp.corp.redhat.com (Postfix) with ESMTP id 1236360C43;\n Sun, 20 Dec 2020 21:15:26 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1608498933;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n content-transfer-encoding:content-transfer-encoding:\n in-reply-to:in-reply-to:references:references;\n bh=RXFAUI5HgvS/l5y+kr6lETqeNfT6E7gmrenbLKgZB2k=;\n b=hmEiwLQbvmmf8q0ssWYL3xKB+Ljezi/JrrRqkhai2S0hLn2fnBoViJX5ji+arN4nxE/2Il\n vCr7iAU+2Bs4RTGbvQxpFZnBEPTpbqDp+tQBKOp2+NJrw5gk4Xn/suNuNkL/HdUBInaORo\n k3vr6gPJm+DJoUyFPlVuoU9ognPoVas=",
        "X-MC-Unique": "BvSiVw3gNoyo4lbLlZYOHA-1",
        "From": "Maxime Coquelin <maxime.coquelin@redhat.com>",
        "To": "dev@dpdk.org, chenbo.xia@intel.com, olivier.matz@6wind.com,\n amorenoz@redhat.com, david.marchand@redhat.com",
        "Cc": "Maxime Coquelin <maxime.coquelin@redhat.com>",
        "Date": "Sun, 20 Dec 2020 22:13:43 +0100",
        "Message-Id": "<20201220211405.313012-19-maxime.coquelin@redhat.com>",
        "In-Reply-To": "<20201220211405.313012-1-maxime.coquelin@redhat.com>",
        "References": "<20201220211405.313012-1-maxime.coquelin@redhat.com>",
        "MIME-Version": "1.0",
        "X-Scanned-By": "MIMEDefang 2.79 on 10.5.11.12",
        "Authentication-Results": "relay.mimecast.com;\n auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com",
        "X-Mimecast-Spam-Score": "0",
        "X-Mimecast-Originator": "redhat.com",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain; charset=\"US-ASCII\"",
        "Subject": "[dpdk-dev] [PATCH 18/40] net/virtio: move virtqueue defines in\n\tgeneric header",
        "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 <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patch moves the virtqueues defines from PCI header\nto the genreric one.\n\nSigned-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>\n---\n drivers/net/virtio/virtio.h                    | 18 ++++++++++++++++++\n drivers/net/virtio/virtio_ethdev.h             |  3 ++-\n drivers/net/virtio/virtio_pci.h                | 17 -----------------\n .../net/virtio/virtio_user/virtio_user_dev.h   |  2 +-\n 4 files changed, 21 insertions(+), 19 deletions(-)",
    "diff": "diff --git a/drivers/net/virtio/virtio.h b/drivers/net/virtio/virtio.h\nindex 9e787803a4..eeeb5dba4f 100644\n--- a/drivers/net/virtio/virtio.h\n+++ b/drivers/net/virtio/virtio.h\n@@ -88,6 +88,24 @@\n #define VIRTIO_NET_S_LINK_UP\t1\t/* Link is up */\n #define VIRTIO_NET_S_ANNOUNCE\t2\t/* Announcement is needed */\n \n+/*\n+ * Each virtqueue indirect descriptor list must be physically contiguous.\n+ * To allow us to malloc(9) each list individually, limit the number\n+ * supported to what will fit in one page. With 4KB pages, this is a limit\n+ * of 256 descriptors. If there is ever a need for more, we can switch to\n+ * contigmalloc(9) for the larger allocations, similar to what\n+ * bus_dmamem_alloc(9) does.\n+ *\n+ * Note the sizeof(struct vring_desc) is 16 bytes.\n+ */\n+#define VIRTIO_MAX_INDIRECT ((int)(PAGE_SIZE / 16))\n+\n+/*\n+ * Maximum number of virtqueues per device.\n+ */\n+#define VIRTIO_MAX_VIRTQUEUE_PAIRS 8\n+#define VIRTIO_MAX_VIRTQUEUES (VIRTIO_MAX_VIRTQUEUE_PAIRS * 2 + 1)\n+\n struct virtio_hw {\n \tstruct virtqueue **vqs;\n \tuint64_t guest_features;\ndiff --git a/drivers/net/virtio/virtio_ethdev.h b/drivers/net/virtio/virtio_ethdev.h\nindex 13395937c8..6fc373f484 100644\n--- a/drivers/net/virtio/virtio_ethdev.h\n+++ b/drivers/net/virtio/virtio_ethdev.h\n@@ -7,7 +7,8 @@\n \n #include <stdint.h>\n \n-#include \"virtio_pci.h\"\n+#include \"virtio.h\"\n+#include <rte_ethdev_driver.h>\n \n #ifndef PAGE_SIZE\n #define PAGE_SIZE 4096\ndiff --git a/drivers/net/virtio/virtio_pci.h b/drivers/net/virtio/virtio_pci.h\nindex b02e5c15f5..249f9754cc 100644\n--- a/drivers/net/virtio/virtio_pci.h\n+++ b/drivers/net/virtio/virtio_pci.h\n@@ -67,23 +67,6 @@ struct virtnet_ctl;\n #define VIRTIO_CONFIG_STATUS_DEV_NEED_RESET\t0x40\n #define VIRTIO_CONFIG_STATUS_FAILED\t\t0x80\n \n-/*\n- * Each virtqueue indirect descriptor list must be physically contiguous.\n- * To allow us to malloc(9) each list individually, limit the number\n- * supported to what will fit in one page. With 4KB pages, this is a limit\n- * of 256 descriptors. If there is ever a need for more, we can switch to\n- * contigmalloc(9) for the larger allocations, similar to what\n- * bus_dmamem_alloc(9) does.\n- *\n- * Note the sizeof(struct vring_desc) is 16 bytes.\n- */\n-#define VIRTIO_MAX_INDIRECT ((int) (PAGE_SIZE / 16))\n-\n-/*\n- * Maximum number of virtqueues per device.\n- */\n-#define VIRTIO_MAX_VIRTQUEUE_PAIRS 8\n-#define VIRTIO_MAX_VIRTQUEUES (VIRTIO_MAX_VIRTQUEUE_PAIRS * 2 + 1)\n \n /* Common configuration */\n #define VIRTIO_PCI_CAP_COMMON_CFG\t1\ndiff --git a/drivers/net/virtio/virtio_user/virtio_user_dev.h b/drivers/net/virtio/virtio_user/virtio_user_dev.h\nindex 59f4dd1f24..0eb481ae21 100644\n--- a/drivers/net/virtio/virtio_user/virtio_user_dev.h\n+++ b/drivers/net/virtio/virtio_user/virtio_user_dev.h\n@@ -7,7 +7,7 @@\n \n #include <limits.h>\n #include <stdbool.h>\n-#include \"../virtio_pci.h\"\n+#include \"../virtio.h\"\n #include \"../virtio_ring.h\"\n \n enum virtio_user_backend_type {\n",
    "prefixes": [
        "18/40"
    ]
}