get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17010,
    "url": "https://patches.dpdk.org/api/patches/17010/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1479104089-27862-3-git-send-email-remy.horton@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": "<1479104089-27862-3-git-send-email-remy.horton@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1479104089-27862-3-git-send-email-remy.horton@intel.com",
    "date": "2016-11-14T06:14:49",
    "name": "[dpdk-dev,v1,2/2] net/i40e: fix spelling errors",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "290e8a77181297ac02ff8a1f433cfc001a30acae",
    "submitter": {
        "id": 326,
        "url": "https://patches.dpdk.org/api/people/326/?format=api",
        "name": "Remy Horton",
        "email": "remy.horton@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1479104089-27862-3-git-send-email-remy.horton@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/17010/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/17010/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 17002377A;\n\tMon, 14 Nov 2016 07:15:08 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id A9390F72\n\tfor <dev@dpdk.org>; Mon, 14 Nov 2016 07:14:54 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga102.jf.intel.com with ESMTP; 13 Nov 2016 22:14:54 -0800",
            "from rhorton-mobl.ger.corp.intel.com (HELO VM.sh.intel.com)\n\t([10.239.204.180])\n\tby orsmga003.jf.intel.com with ESMTP; 13 Nov 2016 22:14:53 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,488,1473145200\"; d=\"scan'208\";a=\"901066262\"",
        "From": "Remy Horton <remy.horton@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Helin Zhang <helin.zhang@intel.com>, Jingjing Wu <jingjing.wu@intel.com>",
        "Date": "Mon, 14 Nov 2016 14:14:49 +0800",
        "Message-Id": "<1479104089-27862-3-git-send-email-remy.horton@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "In-Reply-To": "<1479104089-27862-1-git-send-email-remy.horton@intel.com>",
        "References": "<1479104089-27862-1-git-send-email-remy.horton@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v1 2/2] net/i40e: fix spelling errors",
        "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": "Fixes: da61cd084976 (\"i40evf: add extended stats\")\nFixes: 0eedec25ea36 (\"i40e: clean log messages\")\n\nSigned-off-by: Remy Horton <remy.horton@intel.com>\n---\n drivers/net/i40e/i40e_ethdev.c    | 2 +-\n drivers/net/i40e/i40e_ethdev_vf.c | 6 +++---\n 2 files changed, 4 insertions(+), 4 deletions(-)",
    "diff": "diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c\nindex 67778ba..f102328 100644\n--- a/drivers/net/i40e/i40e_ethdev.c\n+++ b/drivers/net/i40e/i40e_ethdev.c\n@@ -4107,7 +4107,7 @@ i40e_veb_setup(struct i40e_pf *pf, struct i40e_vsi *vsi)\n \tret = i40e_aq_get_veb_parameters(hw, veb->seid, NULL, NULL,\n \t\t\t\t&veb->stats_idx, NULL, NULL, NULL);\n \tif (ret != I40E_SUCCESS) {\n-\t\tPMD_DRV_LOG(ERR, \"Get veb statics index failed, aq_err: %d\",\n+\t\tPMD_DRV_LOG(ERR, \"Get veb statistics index failed, aq_err: %d\",\n \t\t\t    hw->aq.asq_last_status);\n \t\tgoto fail;\n \t}\ndiff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c\nindex afae2ec..1431b6e 100644\n--- a/drivers/net/i40e/i40e_ethdev_vf.c\n+++ b/drivers/net/i40e/i40e_ethdev_vf.c\n@@ -952,7 +952,7 @@ i40evf_update_stats(struct rte_eth_dev *dev, struct i40e_eth_stats **pstats)\n }\n \n static int\n-i40evf_get_statics(struct rte_eth_dev *dev, struct rte_eth_stats *stats)\n+i40evf_get_statistics(struct rte_eth_dev *dev, struct rte_eth_stats *stats)\n {\n \tint ret;\n \tstruct i40e_eth_stats *pstats = NULL;\n@@ -2277,8 +2277,8 @@ i40evf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)\n static void\n i40evf_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats)\n {\n-\tif (i40evf_get_statics(dev, stats))\n-\t\tPMD_DRV_LOG(ERR, \"Get statics failed\");\n+\tif (i40evf_get_statistics(dev, stats))\n+\t\tPMD_DRV_LOG(ERR, \"Get statistics failed\");\n }\n \n static void\n",
    "prefixes": [
        "dpdk-dev",
        "v1",
        "2/2"
    ]
}