get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 64342,
    "url": "http://patches.dpdk.org/api/patches/64342/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200109115631.500056-2-bruce.richardson@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": "<20200109115631.500056-2-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200109115631.500056-2-bruce.richardson@intel.com",
    "date": "2020-01-09T11:56:26",
    "name": "[1/6] kernel/linux/kni: fix meson warning about console keyword",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "8f4dda9234d4a1287211c3f7313b5e3f241b3062",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200109115631.500056-2-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 8030,
            "url": "http://patches.dpdk.org/api/series/8030/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8030",
            "date": "2020-01-09T11:56:25",
            "name": "meson build improvements",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8030/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/64342/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/64342/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 E3E5BA046B;\n\tThu,  9 Jan 2020 12:56:49 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 770E31DCAB;\n\tThu,  9 Jan 2020 12:56:43 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n by dpdk.org (Postfix) with ESMTP id 7DC141DC98\n for <dev@dpdk.org>; Thu,  9 Jan 2020 12:56:41 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 09 Jan 2020 03:56:41 -0800",
            "from silpixa00399126.ir.intel.com (HELO\n silpixa00399126.ger.corp.intel.com) ([10.237.223.2])\n by fmsmga002.fm.intel.com with ESMTP; 09 Jan 2020 03:56:39 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.69,413,1571727600\"; d=\"scan'208\";a=\"254571900\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "david.marchand@6wind.com,\n\tjohn.mcnamara@intel.com,\n\tbluca@debian.org",
        "Cc": "dev@dpdk.org,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Date": "Thu,  9 Jan 2020 11:56:26 +0000",
        "Message-Id": "<20200109115631.500056-2-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.24.1",
        "In-Reply-To": "<20200109115631.500056-1-bruce.richardson@intel.com>",
        "References": "<20200109115631.500056-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 1/6] kernel/linux/kni: fix meson warning about\n\tconsole keyword",
        "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": "Since kni no longer includes the ethtool code and so is faster to build, we\nno longer need the console parameter to have incremental screen updates as\nit builds. Therefore, we drop the keyword which removes the warning.\n\nFixes: b78f32cff94d (\"kni: support meson build\")\nCc: bluca@debian.org\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n kernel/linux/kni/meson.build | 1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/kernel/linux/kni/meson.build b/kernel/linux/kni/meson.build\nindex 955eec949..f93e97fa0 100644\n--- a/kernel/linux/kni/meson.build\n+++ b/kernel/linux/kni/meson.build\n@@ -23,7 +23,6 @@ custom_target('rte_kni',\n \t\t' -I' + meson.current_source_dir(),\n \t\t'modules'],\n \tdepends: kni_mkfile,\n-\tconsole: true,\n \tinstall: true,\n \tinstall_dir: kernel_dir + '/extra/dpdk',\n \tbuild_by_default: get_option('enable_kmods'))\n",
    "prefixes": [
        "1/6"
    ]
}