get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 35149,
    "url": "http://patches.dpdk.org/api/patches/35149/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1518534720-162019-1-git-send-email-lee.daly@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": "<1518534720-162019-1-git-send-email-lee.daly@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1518534720-162019-1-git-send-email-lee.daly@intel.com",
    "date": "2018-02-13T15:12:00",
    "name": "[dpdk-dev] examples/performance-thread: updates hasan alayli's license",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "919bc00ab12674e9cc49c5536651321da4a1a82a",
    "submitter": {
        "id": 825,
        "url": "http://patches.dpdk.org/api/people/825/?format=api",
        "name": "Daly, Lee",
        "email": "lee.daly@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1518534720-162019-1-git-send-email-lee.daly@intel.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/35149/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/35149/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 ED9381B1A7;\n\tTue, 13 Feb 2018 16:12:15 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n\tby dpdk.org (Postfix) with ESMTP id 99FED7CEA\n\tfor <dev@dpdk.org>; Tue, 13 Feb 2018 16:12:13 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n\tby fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t13 Feb 2018 07:12:12 -0800",
            "from silpixa00399501.ir.intel.com ([10.237.223.69])\n\tby orsmga005.jf.intel.com with ESMTP; 13 Feb 2018 07:12:09 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.46,507,1511856000\"; d=\"scan'208\";a=\"200821639\"",
        "From": "Lee Daly <lee.daly@intel.com>",
        "To": "hemant.agrawal@nxp.com, halayli@gmail.com, john.mcnamara@intel.com,\n\tolivier.matz@6wind.com, harry.van.haaren@intel.com,\n\tbruce.richardson@intel.com",
        "Cc": "dev@dpdk.org,\n\tLee Daly <lee.daly@intel.com>",
        "Date": "Tue, 13 Feb 2018 15:12:00 +0000",
        "Message-Id": "<1518534720-162019-1-git-send-email-lee.daly@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH] examples/performance-thread: updates hasan\n\talayli's license",
        "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": "This updates hasan alayli's license to be the standard BSD-3-Clause\nlicense used for the rest of DPDK,bringing the files in compliance\nwith the DPDK licensing policy.\n\nSigned-off-by: Lee Daly <lee.daly@intel.com>\n---\n .../performance-thread/common/arch/x86/stack.h     | 40 ++++------------------\n 1 file changed, 7 insertions(+), 33 deletions(-)",
    "diff": "diff --git a/examples/performance-thread/common/arch/x86/stack.h b/examples/performance-thread/common/arch/x86/stack.h\nindex edf21c0..ee78ba2 100644\n--- a/examples/performance-thread/common/arch/x86/stack.h\n+++ b/examples/performance-thread/common/arch/x86/stack.h\n@@ -1,37 +1,11 @@\n-/*   SPDX-License-Identifier: BSD-3-Clause\n- *   Copyright(c) 2015 Intel Corporation.\n- *   Copyright(c) Cavium, Inc. 2017.\n- *   All rights reserved.\n- */\n-\n-/*\n- * Some portions of this software is derived from the\n- * https://github.com/halayli/lthread which carrys the following license.\n- *\n+/* SPDX-License-Identifier: BSD-3-Clause\n+ * Copyright(c) 2015 Intel Corporation.\n+ * Copyright(c) Cavium, Inc. 2017.\n+ * All rights reserved\n  * Copyright (C) 2012, Hasan Alayli <halayli@gmail.com>\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- * 1. Redistributions of source code must retain the above copyright\n- *    notice, this list of conditions and the following disclaimer.\n- * 2. Redistributions in binary form must reproduce the above copyright\n- *    notice, this list of conditions and the following disclaimer in the\n- *    documentation and/or other materials provided with the distribution.\n- *\n- * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND\n- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n- * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE\n- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n- * SUCH DAMAGE.\n- */\n-\n+ * Portions derived from: https://github.com/halayli/lthread\n+ * With permissions from Hasan Alayli to use them as BSD-3-Clause\n+*/\n \n #ifndef STACK_H\n #define STACK_H\n",
    "prefixes": [
        "dpdk-dev"
    ]
}