get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8417,
    "url": "https://patches.dpdk.org/api/patches/8417/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1446217733-9887-6-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-6-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446217733-9887-6-git-send-email-bernard.iremonger@intel.com",
    "date": "2015-10-30T15:08:30",
    "name": "[dpdk-dev,v7,05/28] e1000: copy pci device info to eth_dev data",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "9b4dc4ddd4890822d3ed2f5c793097ce682b5fda",
    "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-6-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/8417/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/8417/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 6DE8C926B;\n\tFri, 30 Oct 2015 16:09:10 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 23D7E9246\n\tfor <dev@dpdk.org>; Fri, 30 Oct 2015 16:09:04 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga101.jf.intel.com with ESMTP; 30 Oct 2015 08:09:05 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby FMSMGA003.fm.intel.com with ESMTP; 30 Oct 2015 08:09:03 -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\tt9UF92o7009097; Fri, 30 Oct 2015 15:09:02 GMT",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t9UF92Le009974;\n\tFri, 30 Oct 2015 15:09:02 GMT",
            "(from bairemon@localhost)\n\tby sivswdev01.ir.intel.com with  id t9UF92th009970;\n\tFri, 30 Oct 2015 15:09:02 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,219,1444719600\"; d=\"scan'208\";a=\"591062551\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri, 30 Oct 2015 15:08:30 +0000",
        "Message-Id": "<1446217733-9887-6-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 05/28] e1000: copy pci device info to eth_dev\n\tdata",
        "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/e1000/em_ethdev.c  | 3 +++\n drivers/net/e1000/igb_ethdev.c | 5 +++++\n 2 files changed, 8 insertions(+)",
    "diff": "diff --git a/drivers/net/e1000/em_ethdev.c b/drivers/net/e1000/em_ethdev.c\nindex 2354544..58ad62f 100644\n--- a/drivers/net/e1000/em_ethdev.c\n+++ b/drivers/net/e1000/em_ethdev.c\n@@ -241,6 +241,9 @@ eth_em_dev_init(struct rte_eth_dev *eth_dev)\n \t\tE1000_DEV_PRIVATE_TO_VFTA(eth_dev->data->dev_private);\n \n \tpci_dev = eth_dev->pci_dev;\n+\n+\trte_eth_copy_dev_info(eth_dev, pci_dev);\n+\n \teth_dev->dev_ops = &eth_em_ops;\n \teth_dev->rx_pkt_burst = (eth_rx_burst_t)&eth_em_recv_pkts;\n \teth_dev->tx_pkt_burst = (eth_tx_burst_t)&eth_em_xmit_pkts;\ndiff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e1000/igb_ethdev.c\nindex 3ab082e..f3d8415 100644\n--- a/drivers/net/e1000/igb_ethdev.c\n+++ b/drivers/net/e1000/igb_ethdev.c\n@@ -530,6 +530,9 @@ eth_igb_dev_init(struct rte_eth_dev *eth_dev)\n \tuint32_t ctrl_ext;\n \n \tpci_dev = eth_dev->pci_dev;\n+\n+\trte_eth_copy_dev_info(eth_dev, pci_dev);\n+\n \teth_dev->dev_ops = &eth_igb_ops;\n \teth_dev->rx_pkt_burst = &eth_igb_recv_pkts;\n \teth_dev->tx_pkt_burst = &eth_igb_xmit_pkts;\n@@ -738,6 +741,8 @@ eth_igbvf_dev_init(struct rte_eth_dev *eth_dev)\n \n \tpci_dev = eth_dev->pci_dev;\n \n+\trte_eth_copy_dev_info(eth_dev, pci_dev);\n+\n \thw->device_id = pci_dev->id.device_id;\n \thw->vendor_id = pci_dev->id.vendor_id;\n \thw->hw_addr = (void *)pci_dev->mem_resource[0].addr;\n",
    "prefixes": [
        "dpdk-dev",
        "v7",
        "05/28"
    ]
}