get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 3130,
    "url": "https://patches.dpdk.org/api/patches/3130/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1423618298-2933-15-git-send-email-jing.d.chen@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": "<1423618298-2933-15-git-send-email-jing.d.chen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1423618298-2933-15-git-send-email-jing.d.chen@intel.com",
    "date": "2015-02-11T01:31:37",
    "name": "[dpdk-dev,v4,14/15] fm10k: Add SRIOV-VF support",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "266ee9d48cf53286bc85a562d3edf492a1c15d6a",
    "submitter": {
        "id": 40,
        "url": "https://patches.dpdk.org/api/people/40/?format=api",
        "name": "Chen, Jing D",
        "email": "jing.d.chen@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1423618298-2933-15-git-send-email-jing.d.chen@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/3130/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/3130/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 19BFE9AAE;\n\tWed, 11 Feb 2015 02:32:27 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 6AECF9A96\n\tfor <dev@dpdk.org>; Wed, 11 Feb 2015 02:32:22 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga101.jf.intel.com with ESMTP; 10 Feb 2015 17:32:22 -0800",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby orsmga003.jf.intel.com with ESMTP; 10 Feb 2015 17:24:14 -0800",
            "from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com\n\t[10.239.29.90])\n\tby shvmail01.sh.intel.com with ESMTP id t1B1WH0M027205;\n\tWed, 11 Feb 2015 09:32:17 +0800",
            "from shecgisg003.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid t1B1WGoS003065; Wed, 11 Feb 2015 09:32:18 +0800",
            "(from jingche2@localhost)\n\tby shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t1B1WGg0003061; \n\tWed, 11 Feb 2015 09:32:16 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.09,554,1418112000\"; d=\"scan'208\";a=\"525699526\"",
        "From": "\"Chen Jing D(Mark)\" <jing.d.chen@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Wed, 11 Feb 2015 09:31:37 +0800",
        "Message-Id": "<1423618298-2933-15-git-send-email-jing.d.chen@intel.com>",
        "X-Mailer": "git-send-email 1.7.12.2",
        "In-Reply-To": "<1423618298-2933-1-git-send-email-jing.d.chen@intel.com>",
        "References": "<1423551775-3604-2-git-send-email-jing.d.chen@intel.com>\n\t<1423618298-2933-1-git-send-email-jing.d.chen@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v4 14/15] fm10k: Add SRIOV-VF support",
        "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: Jeff Shaw <jeffrey.b.shaw@intel.com>\n\nfm10k pmd driver will support both PF and VF device with single\ncopy of code. The reason is NIC maps registers with same\nfunction in PF and VF to same PCI I/O address. Then, PF/VF drivers\nuse same address to access registers belonging to it, HW will\ntranslate the request to correct units.\n\nFor some functionalities that are unique to PF, driver will check\ncurrent driver type and behave correctly.\n\nSigned-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>\nSigned-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>\n---\n lib/librte_pmd_fm10k/fm10k_ethdev.c |    1 +\n 1 files changed, 1 insertions(+), 0 deletions(-)",
    "diff": "diff --git a/lib/librte_pmd_fm10k/fm10k_ethdev.c b/lib/librte_pmd_fm10k/fm10k_ethdev.c\nindex 1cf6def..8969d84 100644\n--- a/lib/librte_pmd_fm10k/fm10k_ethdev.c\n+++ b/lib/librte_pmd_fm10k/fm10k_ethdev.c\n@@ -1563,6 +1563,7 @@ eth_fm10k_dev_init(__rte_unused struct eth_driver *eth_drv,\n  */\n static struct rte_pci_id pci_id_fm10k_map[] = {\n #define RTE_PCI_DEV_ID_DECL_FM10K(vend, dev) { RTE_PCI_DEVICE(vend, dev) },\n+#define RTE_PCI_DEV_ID_DECL_FM10KVF(vend, dev) { RTE_PCI_DEVICE(vend, dev) },\n #include \"rte_pci_dev_ids.h\"\n \t{ .vendor_id = 0, /* sentinel */ },\n };\n",
    "prefixes": [
        "dpdk-dev",
        "v4",
        "14/15"
    ]
}