get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 26972,
    "url": "http://patches.dpdk.org/api/patches/26972/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1500272976-129779-1-git-send-email-tiwei.bie@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": "<1500272976-129779-1-git-send-email-tiwei.bie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1500272976-129779-1-git-send-email-tiwei.bie@intel.com",
    "date": "2017-07-17T06:29:36",
    "name": "[dpdk-dev] net/ixgbe: remove an unnecessary goto",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "dcce17e9c482444b7b105011a2519b66560c486b",
    "submitter": {
        "id": 617,
        "url": "http://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "delegate": {
        "id": 319,
        "url": "http://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1500272976-129779-1-git-send-email-tiwei.bie@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/26972/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/26972/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 866D43977;\n\tMon, 17 Jul 2017 08:30:47 +0200 (CEST)",
            "from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby dpdk.org (Postfix) with ESMTP id C78682E41\n\tfor <dev@dpdk.org>; Mon, 17 Jul 2017 08:30:45 +0200 (CEST)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t16 Jul 2017 23:30:44 -0700",
            "from dpdk25.sh.intel.com ([10.67.111.96])\n\tby fmsmga002.fm.intel.com with ESMTP; 16 Jul 2017 23:30:43 -0700"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos; i=\"5.40,373,1496127600\"; d=\"scan'208\";\n\ta=\"1196190618\"",
        "From": "Tiwei Bie <tiwei.bie@intel.com>",
        "To": "wenzhuo.lu@intel.com,\n\tkonstantin.ananyev@intel.com,\n\tdev@dpdk.org",
        "Cc": "tiwei.bie@intel.com",
        "Date": "Mon, 17 Jul 2017 14:29:36 +0800",
        "Message-Id": "<1500272976-129779-1-git-send-email-tiwei.bie@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH] net/ixgbe: remove an unnecessary goto",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <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": "Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>\n---\n drivers/net/ixgbe/ixgbe_tm.c | 2 --\n 1 file changed, 2 deletions(-)",
    "diff": "diff --git a/drivers/net/ixgbe/ixgbe_tm.c b/drivers/net/ixgbe/ixgbe_tm.c\nindex b76d186..cdcf45c 100644\n--- a/drivers/net/ixgbe/ixgbe_tm.c\n+++ b/drivers/net/ixgbe/ixgbe_tm.c\n@@ -1029,8 +1029,6 @@ ixgbe_hierarchy_commit(struct rte_eth_dev *dev,\n \t\t}\n \t}\n \n-\tgoto done;\n-\n done:\n \ttm_conf->committed = true;\n \treturn 0;\n",
    "prefixes": [
        "dpdk-dev"
    ]
}