get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 8005,
    "url": "https://patches.dpdk.org/api/patches/8005/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1445835236-30374-2-git-send-email-michael.qiu@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": "<1445835236-30374-2-git-send-email-michael.qiu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1445835236-30374-2-git-send-email-michael.qiu@intel.com",
    "date": "2015-10-26T04:53:55",
    "name": "[dpdk-dev,v2,1/2] fm10k: add Intel Boulder Rapid NIC support",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "767449367fdcc74f9b3c8450a8db4b04496187a5",
    "submitter": {
        "id": 101,
        "url": "https://patches.dpdk.org/api/people/101/?format=api",
        "name": "Michael Qiu",
        "email": "michael.qiu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1445835236-30374-2-git-send-email-michael.qiu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/8005/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/8005/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 ED3685682;\n\tMon, 26 Oct 2015 05:54:10 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id 7A7F84A63\n\tfor <dev@dpdk.org>; Mon, 26 Oct 2015 05:54:09 +0100 (CET)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n\tby orsmga101.jf.intel.com with ESMTP; 25 Oct 2015 21:54:08 -0700",
            "from shvmail01.sh.intel.com ([10.239.29.42])\n\tby FMSMGA003.fm.intel.com with ESMTP; 25 Oct 2015 21:54:08 -0700",
            "from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com\n\t[10.239.29.89])\n\tby shvmail01.sh.intel.com with ESMTP id t9Q4s5sZ031729;\n\tMon, 26 Oct 2015 12:54:05 +0800",
            "from shecgisg004.sh.intel.com (localhost [127.0.0.1])\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP\n\tid t9Q4s2s9030415; Mon, 26 Oct 2015 12:54:04 +0800",
            "(from dayuqiu@localhost)\n\tby shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9Q4s2Hu030411; \n\tMon, 26 Oct 2015 12:54:02 +0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.20,199,1444719600\"; d=\"scan'208\";a=\"587931318\"",
        "From": "Michael Qiu <michael.qiu@intel.com>",
        "To": "dev@dpdk.org",
        "Date": "Mon, 26 Oct 2015 12:53:55 +0800",
        "Message-Id": "<1445835236-30374-2-git-send-email-michael.qiu@intel.com>",
        "X-Mailer": "git-send-email 1.7.4.1",
        "In-Reply-To": "<1445835236-30374-1-git-send-email-michael.qiu@intel.com>",
        "References": "<1443148283-6818-1-git-send-email-michael.qiu@intel.com>\n\t<1445835236-30374-1-git-send-email-michael.qiu@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 1/2] fm10k: add Intel Boulder Rapid NIC 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": "Boulder Rapid is Intel new NIC within fm10k family.\nThis patch make DPDK driver support this new NIC.\n\nSigned-off-by: Michael Qiu <michael.qiu@intel.com>\nAcked-by : Jing Chen <jing.d.chen@intel.com>\nAcked-by : Shaopeng He <shaopeng.he@intel.com>\n---\n drivers/net/fm10k/base/fm10k_osdep.h            | 4 ++++\n lib/librte_eal/common/include/rte_pci_dev_ids.h | 2 ++\n 2 files changed, 6 insertions(+)",
    "diff": "diff --git a/drivers/net/fm10k/base/fm10k_osdep.h b/drivers/net/fm10k/base/fm10k_osdep.h\nindex 64f09dc..4ba96f1 100644\n--- a/drivers/net/fm10k/base/fm10k_osdep.h\n+++ b/drivers/net/fm10k/base/fm10k_osdep.h\n@@ -44,6 +44,10 @@ POSSIBILITY OF SUCH DAMAGE.\n /* TODO: this does not look like it should be used... */\n #define ERROR_REPORT2(v1, v2, v3)   do { } while (0)\n \n+#ifndef BOULDER_RAPIDS_HW\n+#define BOULDER_RAPIDS_HW\n+#endif\n+\n #define STATIC                  static\n #define DEBUGFUNC(F)            DEBUGOUT(F \"\\n\");\n #define DEBUGOUT(S, args...)    PMD_DRV_LOG_RAW(DEBUG, S, ##args)\ndiff --git a/lib/librte_eal/common/include/rte_pci_dev_ids.h b/lib/librte_eal/common/include/rte_pci_dev_ids.h\nindex 265e66c..5a44cbe 100644\n--- a/lib/librte_eal/common/include/rte_pci_dev_ids.h\n+++ b/lib/librte_eal/common/include/rte_pci_dev_ids.h\n@@ -516,8 +516,10 @@ RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_10G_BASE_T4)\n /*************** Physical FM10K devices from fm10k_type.h ***************/\n \n #define FM10K_DEV_ID_PF                   0x15A4\n+#define FM10K_DEV_ID_SDI_FM10420_QDA2     0x15D0\n \n RTE_PCI_DEV_ID_DECL_FM10K(PCI_VENDOR_ID_INTEL, FM10K_DEV_ID_PF)\n+RTE_PCI_DEV_ID_DECL_FM10K(PCI_VENDOR_ID_INTEL, FM10K_DEV_ID_SDI_FM10420_QDA2)\n \n /****************** Virtual IGB devices from e1000_hw.h ******************/\n \n",
    "prefixes": [
        "dpdk-dev",
        "v2",
        "1/2"
    ]
}