get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 10903,
    "url": "https://patches.dpdk.org/api/patches/10903/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1456511634-7983-1-git-send-email-rami.rosen@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": "<1456511634-7983-1-git-send-email-rami.rosen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1456511634-7983-1-git-send-email-rami.rosen@intel.com",
    "date": "2016-02-26T18:33:54",
    "name": "[dpdk-dev] i40e: Fix a typo.",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "4c3684f414b568efd3590ab55063ee0da0183a5b",
    "submitter": {
        "id": 436,
        "url": "https://patches.dpdk.org/api/people/436/?format=api",
        "name": "Rami Rosen",
        "email": "rami.rosen@intel.com"
    },
    "delegate": {
        "id": 10,
        "url": "https://patches.dpdk.org/api/users/10/?format=api",
        "username": "bruce",
        "first_name": "Bruce",
        "last_name": "Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1456511634-7983-1-git-send-email-rami.rosen@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/10903/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/10903/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 75119685E;\n\tFri, 26 Feb 2016 19:32:52 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id F25CF685C\n\tfor <dev@dpdk.org>; Fri, 26 Feb 2016 19:32:50 +0100 (CET)",
            "from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby orsmga103.jf.intel.com with ESMTP; 26 Feb 2016 10:32:49 -0800",
            "from imail001.iil.intel.com ([10.184.207.12])\n\tby fmsmga004.fm.intel.com with ESMTP; 26 Feb 2016 10:32:48 -0800",
            "from rr.iil.intel.com (rr.iil.intel.com [143.185.141.68])\n\tby imail001.iil.intel.com with ESMTP id u1QIWk67028768;\n\tFri, 26 Feb 2016 20:32:46 +0200"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.22,498,1449561600\"; d=\"scan'208\";a=\"55432814\"",
        "From": "Rami Rosen <rami.rosen@intel.com>",
        "To": "helin.zhang@intel.com",
        "Date": "Fri, 26 Feb 2016 20:33:54 +0200",
        "Message-Id": "<1456511634-7983-1-git-send-email-rami.rosen@intel.com>",
        "X-Mailer": "git-send-email 1.9.3",
        "Cc": "dev@dpdk.org",
        "Subject": "[dpdk-dev] [PATCH] i40e: Fix a typo.",
        "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": "This patch fixes a typo in a comment in the definition of\nthe i40e_pf struct.\n\nSigned-off-by: Rami Rosen <rami.rosen@intel.com>\n---\n drivers/net/i40e/i40e_ethdev.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/drivers/net/i40e/i40e_ethdev.h b/drivers/net/i40e/i40e_ethdev.h\nindex 6edd7dd..8ebac9d 100644\n--- a/drivers/net/i40e/i40e_ethdev.h\n+++ b/drivers/net/i40e/i40e_ethdev.h\n@@ -408,7 +408,7 @@ struct i40e_pf {\n \n \tstruct rte_eth_dev_data *dev_data; /* Pointer to the device data */\n \tstruct ether_addr dev_addr; /* PF device mac address */\n-\tuint64_t flags; /* PF featuer flags */\n+\tuint64_t flags; /* PF feature flags */\n \t/* All kinds of queue pair setting for different VSIs */\n \tstruct i40e_pf_vf *vfs;\n \tuint16_t vf_num;\n",
    "prefixes": [
        "dpdk-dev"
    ]
}