get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8419,
    "url": "http://patches.dpdk.org/api/patches/8419/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1446217733-9887-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": "<1446217733-9887-3-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1446217733-9887-3-git-send-email-bernard.iremonger@intel.com",
    "date": "2015-10-30T15:08:27",
    "name": "[dpdk-dev,v7,02/28] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "a10dfc7c72272683e2af1bf23e1eb4849377962c",
    "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/1446217733-9887-3-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/8419/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/8419/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 1A221936E;\n\tFri, 30 Oct 2015 16:09:12 +0100 (CET)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n\tby dpdk.org (Postfix) with ESMTP id E4BFA920C\n\tfor <dev@dpdk.org>; Fri, 30 Oct 2015 16:09:08 +0100 (CET)",
            "from orsmga001.jf.intel.com ([10.7.209.18])\n\tby fmsmga103.fm.intel.com with ESMTP; 30 Oct 2015 08:09:08 -0700",
            "from irvmail001.ir.intel.com ([163.33.26.43])\n\tby orsmga001.jf.intel.com with ESMTP; 30 Oct 2015 08:09:00 -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\tt9UF909v009023; Fri, 30 Oct 2015 15:09:00 GMT",
            "from sivswdev01.ir.intel.com (localhost [127.0.0.1])\n\tby sivswdev01.ir.intel.com with ESMTP id t9UF8xMf009950;\n\tFri, 30 Oct 2015 15:08:59 GMT",
            "(from bairemon@localhost)\n\tby sivswdev01.ir.intel.com with  id t9UF8xm0009946;\n\tFri, 30 Oct 2015 15:08:59 GMT"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,219,1444719600\"; d=\"scan'208\";a=\"807550823\"",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Fri, 30 Oct 2015 15:08:27 +0000",
        "Message-Id": "<1446217733-9887-3-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 02/28] librte_ether: add fields from\n\trte_pci_driver to rte_eth_dev_data",
        "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": "add dev_flags to rte_eth_dev_data, add macros for dev_flags.\nadd kdrv to rte_eth_dev_data.\nadd numa_node to rte_eth_dev_data.\nadd drv_name to rte_eth_dev_data.\n\nSigned-off-by: Bernard Iremonger <bernard.iremonger@intel.com>\nAcked-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n lib/librte_ether/rte_ethdev.h | 15 +++++++++++++++\n 1 file changed, 15 insertions(+)",
    "diff": "diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h\nindex 8a8c82b..1517fe2 100644\n--- a/lib/librte_ether/rte_ethdev.h\n+++ b/lib/librte_ether/rte_ethdev.h\n@@ -1471,8 +1471,23 @@ struct rte_eth_dev_data {\n \t\tall_multicast : 1, /**< RX all multicast mode ON(1) / OFF(0). */\n \t\tdev_started : 1,   /**< Device state: STARTED(1) / STOPPED(0). */\n \t\tlro         : 1;   /**< RX LRO is ON(1) / OFF(0) */\n+\tuint32_t dev_flags; /**< Flags controlling handling of device. */\n+\tenum rte_kernel_driver kdrv;    /**< Kernel driver passthrough */\n+\tint numa_node;  /**< NUMA node connection */\n+\tconst char *drv_name;   /**< Driver name */\n };\n \n+/** Device needs PCI BAR mapping (done with either IGB_UIO or VFIO) */\n+#define RTE_ETH_DEV_DRV_NEED_MAPPING   RTE_PCI_DRV_NEED_MAPPING\n+/** Device needs to be unbound even if no module is provided */\n+#define RTE_ETH_DEV_DRV_FORCE_UNBIND   RTE_PCI_DRV_FORCE_UNBIND\n+/** Device supports link state interrupt */\n+#define RTE_ETH_DEV_INTR_LSC   RTE_PCI_DRV_INTR_LSC\n+/** Device  supports detaching capability */\n+#define RTE_ETH_DEV_DETACHABLE RTE_PCI_DRV_DETACHABLE\n+/** Device  is a bonded device */\n+#define RTE_ETH_DEV_BONDED 0x0020\n+\n /**\n  * @internal\n  * The pool of *rte_eth_dev* structures. The size of the pool\n",
    "prefixes": [
        "dpdk-dev",
        "v7",
        "02/28"
    ]
}