get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8085,
    "url": "http://patches.dpdk.org/api/patches/8085/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1445961794-30528-3-git-send-email-bernard.iremonger@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": "<1445961794-30528-3-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1445961794-30528-3-git-send-email-bernard.iremonger@intel.com",
    "date": "2015-10-27T16:03:14",
    "name": "[dpdk-dev,v2,2/2] xenvirt: free queues in dev_close",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "ec787cd4e23d7be45709f1251ea4960af113b989",
    "submitter": {
        "id": 91,
        "url": "http://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1445961794-30528-3-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/8085/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/8085/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 [IPv6:::1])\n\tby dpdk.org (Postfix) with ESMTP id C08838DA3;\n\tTue, 27 Oct 2015 17:04:58 +0100 (CET)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id 77525567C\n\tfor <dev@dpdk.org>; Tue, 27 Oct 2015 17:04:55 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby fmsmga103.fm.intel.com with ESMTP; 27 Oct 2015 09:03:24 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby FMSMGA003.fm.intel.com with ESMTP; 27 Oct 2015 09:03:23 -0700",
            "from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com\n\t[10.237.217.45])\n\tby irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id\n\tt9RG3Md4002245; Tue, 27 Oct 2015 16:03:22 GMT",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t9RG3MvF030585;\n\tTue, 27 Oct 2015 16:03:22 GMT",
            "(from bairemon@localhost)\n\tby sivswdev01.ir.intel.com with  id t9RG3Mt7030581;\n\tTue, 27 Oct 2015 16:03:22 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,205,1444719600\"; d=\"scan'208\";a=\"589009594\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Tue, 27 Oct 2015 16:03:14 +0000",
        "Message-Id": "<1445961794-30528-3-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1445961794-30528-1-git-send-email-bernard.iremonger@intel.com>",
        "References": "<PATCH v2>\n\t<1445961794-30528-1-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 2/2] xenvirt: free queues in dev_close",
        "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>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>\n---\n drivers/net/xenvirt/rte_eth_xenvirt.c | 24 ++++++++++++++++++++++--\n 1 file changed, 22 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/drivers/net/xenvirt/rte_eth_xenvirt.c b/drivers/net/xenvirt/rte_eth_xenvirt.c\nindex 084a753..6c2c067 100644\n--- a/drivers/net/xenvirt/rte_eth_xenvirt.c\n+++ b/drivers/net/xenvirt/rte_eth_xenvirt.c\n@@ -75,6 +75,9 @@ static struct rte_eth_link pmd_link = {\n \t\t.link_status = 0\n };\n \n+static void\n+eth_xenvirt_free_queues(struct rte_eth_dev *dev);\n+\n static inline struct rte_mbuf *\n rte_rxmbuf_alloc(struct rte_mempool *mp)\n {\n@@ -326,7 +329,7 @@ eth_dev_stop(struct rte_eth_dev *dev)\n static void\n eth_dev_close(struct rte_eth_dev *dev)\n {\n-\tRTE_SET_USED(dev);\n+\teth_xenvirt_free_queues(dev);\n }\n \n static void\n@@ -362,8 +365,9 @@ eth_stats_reset(struct rte_eth_dev *dev)\n }\n \n static void\n-eth_queue_release(void *q __rte_unused)\n+eth_queue_release(void *q)\n {\n+\trte_free(q);\n }\n \n static int\n@@ -524,7 +528,23 @@ eth_tx_queue_setup(struct rte_eth_dev *dev, uint16_t tx_queue_id,\n \treturn 0;\n }\n \n+static void\n+eth_xenvirt_free_queues(struct rte_eth_dev *dev)\n+{\n+\tint i;\n \n+\tfor (i = 0; i < dev->data->nb_rx_queues; i++) {\n+\t\teth_queue_release(dev->data->rx_queues[i]);\n+\t\tdev->data->rx_queues[i] = NULL;\n+\t}\n+\tdev->data->nb_rx_queues = 0;\n+\n+\tfor (i = 0; i < dev->data->nb_tx_queues; i++) {\n+\t\teth_queue_release(dev->data->tx_queues[i]);\n+\t\tdev->data->tx_queues[i] = NULL;\n+\t}\n+\tdev->data->nb_tx_queues = 0;\n+}\n \n static const struct eth_dev_ops ops = {\n \t.dev_start = eth_dev_start,\n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "2/2"
    ]
}