get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 40205,
    "url": "https://patches.dpdk.org/api/patches/40205/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1526639183-27020-3-git-send-email-gavin.hu@linaro.org/",
    "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": "<1526639183-27020-3-git-send-email-gavin.hu@linaro.org>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1526639183-27020-3-git-send-email-gavin.hu@linaro.org",
    "date": "2018-05-18T10:26:22",
    "name": "[dpdk-dev,2/3] expamples/ip_pipeline: convert to SPDX license tags",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "7e040e85936fef0c51608c658563e84349b79310",
    "submitter": {
        "id": 1016,
        "url": "https://patches.dpdk.org/api/people/1016/?format=api",
        "name": null,
        "email": "gavin.hu@linaro.org"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1526639183-27020-3-git-send-email-gavin.hu@linaro.org/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/40205/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/40205/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 [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 7414DCFA2;\n\tFri, 18 May 2018 12:26:57 +0200 (CEST)",
            "from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id D16C48D85\n\tfor <dev@dpdk.org>; Fri, 18 May 2018 12:26:52 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2EE071435;\n\tFri, 18 May 2018 03:26:52 -0700 (PDT)",
            "from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com\n\t[10.169.36.53])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\tB56293F53D; Fri, 18 May 2018 03:26:51 -0700 (PDT)"
        ],
        "From": "gavin.hu@linaro.org",
        "To": "dev@dpdk.org",
        "Cc": "Gavin Hu <gavin.hu@linaro.org>",
        "Date": "Fri, 18 May 2018 06:26:22 -0400",
        "Message-Id": "<1526639183-27020-3-git-send-email-gavin.hu@linaro.org>",
        "X-Mailer": "git-send-email 2.1.4",
        "In-Reply-To": "<1526639183-27020-1-git-send-email-gavin.hu@linaro.org>",
        "References": "<1524127935-10495-1-git-send-email-gavin.hu@linaro.org>\n\t<1526639183-27020-1-git-send-email-gavin.hu@linaro.org>",
        "Subject": "[dpdk-dev] [PATCH 2/3] expamples/ip_pipeline: convert to SPDX\n\tlicense tags",
        "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://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": "<https://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: Gavin Hu <gavin.hu@linaro.org>\n\nSigned-off-by: Gavin Hu <gavin.hu@linaro.org>\nAcked-by: Hemant Agrawal <hemant.agrawal@nxp.com>\n---\n examples/ip_pipeline/hash_func_arm64.h | 33 ++-------------------------------\n 1 file changed, 2 insertions(+), 31 deletions(-)",
    "diff": "diff --git a/examples/ip_pipeline/hash_func_arm64.h b/examples/ip_pipeline/hash_func_arm64.h\nindex ae6c0f4..50df816 100644\n--- a/examples/ip_pipeline/hash_func_arm64.h\n+++ b/examples/ip_pipeline/hash_func_arm64.h\n@@ -1,34 +1,5 @@\n-/*-\n- *   BSD LICENSE\n- *\n- *   Copyright(c) 2017 Linaro Limited. All rights reserved.\n- *   All rights reserved.\n- *\n- *   Redistribution and use in source and binary forms, with or without\n- *   modification, are permitted provided that the following conditions\n- *   are met:\n- *\n- *     * Redistributions of source code must retain the above copyright\n- *       notice, this list of conditions and the following disclaimer.\n- *     * Redistributions in binary form must reproduce the above copyright\n- *       notice, this list of conditions and the following disclaimer in\n- *       the documentation and/or other materials provided with the\n- *       distribution.\n- *     * Neither the name of Intel Corporation nor the names of its\n- *       contributors may be used to endorse or promote products derived\n- *       from this software without specific prior written permission.\n- *\n- *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n- *   \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n- *   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n- *   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n- *   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n- *   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n- *   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n- *   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n- *   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n- *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n- *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n+/* SPDX-License-Identifier: BSD-3-Clause\n+ * Copyright(c) 2017-2018 Linaro Limited.\n  */\n #ifndef __HASH_FUNC_ARM64_H__\n #define __HASH_FUNC_ARM64_H__\n",
    "prefixes": [
        "dpdk-dev",
        "2/3"
    ]
}