get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8439,
    "url": "https://patches.dpdk.org/api/patches/8439/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1446217733-9887-28-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": "<1446217733-9887-28-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446217733-9887-28-git-send-email-bernard.iremonger@intel.com",
    "date": "2015-10-30T15:08:52",
    "name": "[dpdk-dev,v7,27/28] mpipe: remove pci device",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "2bf118ace2cda60a9bb8b250e03aa782a17de7fd",
    "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/1446217733-9887-28-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/8439/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/8439/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 418C893AA;\n\tFri, 30 Oct 2015 16:09:59 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id AB10A93AA\n\tfor <dev@dpdk.org>; Fri, 30 Oct 2015 16:09:45 +0100 (CET)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby fmsmga101.fm.intel.com with ESMTP; 30 Oct 2015 08:09:29 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga002.jf.intel.com with ESMTP; 30 Oct 2015 08:09:29 -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\tt9UF9P84009365; Fri, 30 Oct 2015 15:09:25 GMT",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t9UF9OnN010392;\n\tFri, 30 Oct 2015 15:09:24 GMT",
            "(from bairemon@localhost)\n\tby sivswdev01.ir.intel.com with  id t9UF9OMx010387;\n\tFri, 30 Oct 2015 15:09:24 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,219,1444719600\"; d=\"scan'208\";a=\"838909934\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri, 30 Oct 2015 15:08:52 +0000",
        "Message-Id": "<1446217733-9887-28-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1446217733-9887-1-git-send-email-bernard.iremonger@intel.com>",
        "References": "<PATCH v7>\n\t<1446217733-9887-1-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v7 27/28] mpipe: remove pci device",
        "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>\nAcked-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n drivers/net/mpipe/mpipe_tilegx.c | 3 ---\n 1 file changed, 3 deletions(-)",
    "diff": "diff --git a/drivers/net/mpipe/mpipe_tilegx.c b/drivers/net/mpipe/mpipe_tilegx.c\nindex 4dc32f7..35134ba 100644\n--- a/drivers/net/mpipe/mpipe_tilegx.c\n+++ b/drivers/net/mpipe/mpipe_tilegx.c\n@@ -123,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@@ -1568,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@@ -1593,7 +1591,6 @@ 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",
    "prefixes": [
        "dpdk-dev",
        "v7",
        "27/28"
    ]
}