get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 64935,
    "url": "http://patches.dpdk.org/api/patches/64935/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200121030657.39048-2-xiao.w.wang@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": "<20200121030657.39048-2-xiao.w.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200121030657.39048-2-xiao.w.wang@intel.com",
    "date": "2020-01-21T03:06:56",
    "name": "[1/2] l3fwd-power: fix a typo",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "adc223a5e8f5c4fc112a404b166727d54ec34fb2",
    "submitter": {
        "id": 281,
        "url": "http://patches.dpdk.org/api/people/281/?format=api",
        "name": "Xiao Wang",
        "email": "xiao.w.wang@intel.com"
    },
    "delegate": {
        "id": 24651,
        "url": "http://patches.dpdk.org/api/users/24651/?format=api",
        "username": "dmarchand",
        "first_name": "David",
        "last_name": "Marchand",
        "email": "david.marchand@redhat.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200121030657.39048-2-xiao.w.wang@intel.com/mbox/",
    "series": [
        {
            "id": 8221,
            "url": "http://patches.dpdk.org/api/series/8221/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8221",
            "date": "2020-01-21T03:06:55",
            "name": "l3fwd-power fixes",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8221/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/64935/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/64935/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id A4B93A0527;\n\tMon, 20 Jan 2020 16:12:49 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 7597014581;\n\tMon, 20 Jan 2020 16:12:43 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by dpdk.org (Postfix) with ESMTP id 042072C6A;\n Mon, 20 Jan 2020 16:12:39 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 20 Jan 2020 07:12:39 -0800",
            "from dpdk-xiao1.sh.intel.com ([10.67.110.150])\n by orsmga008.jf.intel.com with ESMTP; 20 Jan 2020 07:12:38 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.70,342,1574150400\"; d=\"scan'208\";a=\"219674106\"",
        "From": "Xiao Wang <xiao.w.wang@intel.com>",
        "To": "david.hunt@intel.com",
        "Cc": "dev@dpdk.org,\n\tXiao Wang <xiao.w.wang@intel.com>,\n\tstable@dpdk.org",
        "Date": "Mon, 20 Jan 2020 22:06:56 -0500",
        "Message-Id": "<20200121030657.39048-2-xiao.w.wang@intel.com>",
        "X-Mailer": "git-send-email 2.15.1",
        "In-Reply-To": "<20200121030657.39048-1-xiao.w.wang@intel.com>",
        "References": "<20200121030657.39048-1-xiao.w.wang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 1/2] l3fwd-power: fix a typo",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Fixes: aee3bc79cc34 (\"examples/l3fwd-power: enable one-shot Rx interrupt and polling switch\")\nCc: stable@dpdk.org\n\nSigned-off-by: Xiao Wang <xiao.w.wang@intel.com>\n---\n examples/l3fwd-power/main.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c\nindex d049d8a5d..ffcc7ecf4 100644\n--- a/examples/l3fwd-power/main.c\n+++ b/examples/l3fwd-power/main.c\n@@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)\n \t\t\t\t */\n \t\t\t\trte_delay_us(lcore_idle_hint);\n \t\t\telse {\n-\t\t\t\t/* suspend until rx interrupt trigges */\n+\t\t\t\t/* suspend until rx interrupt triggers */\n \t\t\t\tif (intr_en) {\n \t\t\t\t\tturn_on_intr(qconf);\n \t\t\t\t\tsleep_until_rx_interrupt(\n",
    "prefixes": [
        "1/2"
    ]
}