get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 17008,
    "url": "https://patches.dpdk.org/api/patches/17008/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1479091635-4288-1-git-send-email-wei.zhao1@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": "<1479091635-4288-1-git-send-email-wei.zhao1@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1479091635-4288-1-git-send-email-wei.zhao1@intel.com",
    "date": "2016-11-14T02:47:15",
    "name": "[dpdk-dev] lib/librte_mempool: a redundant word in comment",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "aa122614ea71f87b4529edeea5c2be466e195dcb",
    "submitter": {
        "id": 495,
        "url": "https://patches.dpdk.org/api/people/495/?format=api",
        "name": "Zhao1, Wei",
        "email": "wei.zhao1@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1479091635-4288-1-git-send-email-wei.zhao1@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/17008/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/17008/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 0B0BD2BD6;\n\tMon, 14 Nov 2016 03:50:45 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 7DC542BD1\n\tfor <dev@dpdk.org>; Mon, 14 Nov 2016 03:50:43 +0100 (CET)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby fmsmga101.fm.intel.com with ESMTP; 13 Nov 2016 18:50:36 -0800",
            "from dpdk1.bj.intel.com ([172.16.182.84])\n\tby orsmga003.jf.intel.com with ESMTP; 13 Nov 2016 18:50:34 -0800"
        ],
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.31,488,1473145200\"; d=\"scan'208\";a=\"901029364\"",
        "From": "Wei Zhao <wei.zhao1@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "olivier.matz@6wind.com,\n\tzhao wei <wei.zhao1@intel.com>",
        "Date": "Mon, 14 Nov 2016 10:47:15 +0800",
        "Message-Id": "<1479091635-4288-1-git-send-email-wei.zhao1@intel.com>",
        "X-Mailer": "git-send-email 2.5.5",
        "Subject": "[dpdk-dev] [PATCH] lib/librte_mempool: a redundant word in comment",
        "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": "From: zhao wei <wei.zhao1@intel.com>\n\nThere is a redundant repetition word \"for\" in commnet line the\nfile rte_mempool.h after the definition of RTE_MEMPOOL_OPS_NAMESIZE.\nThe word \"for\"appear twice in line 359 and 360.One of them is\nredundant, so delete it.\n\nFixes: 449c49b93a6b (\"lib/librte_mempool: mempool: support handler\noperations\")\n\nSigned-off-by: zhao wei <wei.zhao1@intel.com>\n---\n lib/librte_mempool/rte_mempool.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h\nindex 440f3b1..911102b 100644\n--- a/lib/librte_mempool/rte_mempool.h\n+++ b/lib/librte_mempool/rte_mempool.h\n@@ -357,7 +357,7 @@ void rte_mempool_check_cookies(const struct rte_mempool *mp,\n  * Prototype for implementation specific data provisioning function.\n  *\n  * The function should provide the implementation specific memory for\n- * for use by the other mempool ops functions in a given mempool ops struct.\n+ * use by the other mempool ops functions in a given mempool ops struct.\n  * E.g. the default ops provides an instance of the rte_ring for this purpose.\n  * it will most likely point to a different type of data structure, and\n  * will be transparent to the application programmer.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}