get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 7214,
    "url": "https://patches.dpdk.org/api/patches/7214/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1443445418-18498-11-git-send-email-bernard.iremonger@intel.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1443445418-18498-11-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1443445418-18498-11-git-send-email-bernard.iremonger@intel.com",
    "date": "2015-09-28T13:03:28",
    "name": "[dpdk-dev,10/20] mpipe: remove pci device driver",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "99738546cf5f0b1b2ccb9a68aa6978b58e87fe23",
    "submitter": {
        "id": 91,
        "url": "https://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1443445418-18498-11-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/7214/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/7214/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 BE68A69C8;\n\tMon, 28 Sep 2015 15:04:02 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 8C5135699\n\tfor <dev@dpdk.org>; Mon, 28 Sep 2015 15:03:58 +0200 (CEST)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga101.fm.intel.com with ESMTP; 28 Sep 2015 06:03:58 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga001.jf.intel.com with ESMTP; 28 Sep 2015 06:03:56 -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\tt8SD3u6t007333; Mon, 28 Sep 2015 14:03:56 +0100",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t8SD3uPt018608;\n\tMon, 28 Sep 2015 14:03:56 +0100",
            "(from bairemon@localhost)\n\tby sivswdev01.ir.intel.com with  id t8SD3uGK018604;\n\tMon, 28 Sep 2015 14:03:56 +0100"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.17,602,1437462000\"; d=\"scan'208\";a=\"778950234\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 28 Sep 2015 14:03:28 +0100",
        "Message-Id": "<1443445418-18498-11-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1443445418-18498-1-git-send-email-bernard.iremonger@intel.com>",
        "References": "<PATCH>\n\t<1443445418-18498-1-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 10/20] mpipe: remove pci device driver",
        "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": "From: David Hunt <david.hunt@intel.com>\n\ninitialise dev_flags, kdrv, driver, drv_name and numa_node in eth_dev data.\n\nSigned-off-by: David Hunt <david.hunt@intel.com>\nSigned-off-by: Bernard Iremonger <bernard.iremonger@intel.com>\n---\n drivers/net/mpipe/mpipe_tilegx.c | 10 +++++++---\n 1 file changed, 7 insertions(+), 3 deletions(-)",
    "diff": "diff --git a/drivers/net/mpipe/mpipe_tilegx.c b/drivers/net/mpipe/mpipe_tilegx.c\nindex 743feef..2329f49 100644\n--- a/drivers/net/mpipe/mpipe_tilegx.c\n+++ b/drivers/net/mpipe/mpipe_tilegx.c\n@@ -2,6 +2,7 @@\n  *   BSD LICENSE\n  *\n  *   Copyright(c) 2015 EZchip Semiconductor Ltd. All rights reserved.\n+ *   Copyright(c) 2015 Intel Corporation. All rights reserved.\n  *\n  *   Redistribution and use in source and binary forms, with or without\n  *   modification, are permitted provided that the following conditions\n@@ -122,7 +123,6 @@ struct mpipe_dev_priv {\n \tint channel;\t\t\t/* Device channel. */\n \tint port_id;\t\t\t/* DPDK port index. */\n \tstruct rte_eth_dev *eth_dev;\t/* DPDK device. */\n-\tstruct rte_pci_device pci_dev;\t/* PCI device data. */\n \tstruct rte_mbuf **tx_comps;\t/* TX completion array. */\n \tstruct rte_mempool *rx_mpool;\t/* mpool used by the rx queues. */\n \tunsigned rx_offset;\t\t/* Receive head room. */\n@@ -1567,7 +1567,6 @@ rte_pmd_mpipe_devinit(const char *ifname,\n \tpriv->context = context;\n \tpriv->instance = instance;\n \tpriv->is_xaui = (strncmp(ifname, \"xgbe\", 4) == 0);\n-\tpriv->pci_dev.numa_node = instance;\n \tpriv->channel = -1;\n \n \tmac = priv->mac_addr.addr_bytes;\n@@ -1591,9 +1590,14 @@ rte_pmd_mpipe_devinit(const char *ifname,\n \tpriv->eth_dev = eth_dev;\n \tpriv->port_id = eth_dev->data->port_id;\n \teth_dev->data->dev_private = priv;\n-\teth_dev->pci_dev = &priv->pci_dev;\n \teth_dev->data->mac_addrs = &priv->mac_addr;\n \n+\teth_dev->data->dev_flags = 0;\n+\teth_dev->data->kdrv = RTE_KDRV_NONE;\n+\teth_dev->driver = NULL;\n+\teth_dev->data->drv_name = NULL;\n+\teth_dev->data->numa_node = instance;\n+\n \teth_dev->dev_ops      = &mpipe_dev_ops;\n \teth_dev->rx_pkt_burst = &mpipe_recv_pkts;\n \teth_dev->tx_pkt_burst = &mpipe_xmit_pkts;\n",
    "prefixes": [
        "dpdk-dev",
        "10/20"
    ]
}