get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 63249,
    "url": "http://patches.dpdk.org/api/patches/63249/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191122160359.11625-4-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": "<20191122160359.11625-4-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191122160359.11625-4-bruce.richardson@intel.com",
    "date": "2019-11-22T16:03:54",
    "name": "[3/8] doc: reorder meson and make build instructions for arm",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "a38eb8a57a0e8d944c36c306932ea584b7b7fde6",
    "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/20191122160359.11625-4-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 7590,
            "url": "http://patches.dpdk.org/api/series/7590/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=7590",
            "date": "2019-11-22T16:03:53",
            "name": "GSG Documentation updates",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/7590/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/63249/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/63249/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 54188A04C3;\n\tFri, 22 Nov 2019 17:04:44 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E57A68F96;\n\tFri, 22 Nov 2019 17:04:23 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n by dpdk.org (Postfix) with ESMTP id 4677C2BB1\n for <dev@dpdk.org>; Fri, 22 Nov 2019 17:04:17 +0100 (CET)",
            "from fmsmga006.fm.intel.com ([10.253.24.20])\n by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 22 Nov 2019 08:04:11 -0800",
            "from silpixa00399126.ir.intel.com (HELO\n silpixa00399126.ger.corp.intel.com) ([10.237.223.2])\n by fmsmga006.fm.intel.com with ESMTP; 22 Nov 2019 08:04:11 -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,230,1571727600\"; d=\"scan'208\";a=\"408931050\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "john.mcnamara@intel.com",
        "Cc": "dev@dpdk.org,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Date": "Fri, 22 Nov 2019 16:03:54 +0000",
        "Message-Id": "<20191122160359.11625-4-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "In-Reply-To": "<20191122160359.11625-1-bruce.richardson@intel.com>",
        "References": "<20191122160359.11625-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 3/8] doc: reorder meson and make build\n\tinstructions for arm",
        "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 the meson instructions are the simpler of the two sets, and also the\nones most future-proof, put those first in the user documentation with make\ninstructions following them.\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n .../linux_gsg/cross_build_dpdk_for_arm64.rst  | 32 ++++++++++---------\n 1 file changed, 17 insertions(+), 15 deletions(-)",
    "diff": "diff --git a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst\nindex e799b0ba4..8c87a595e 100644\n--- a/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst\n+++ b/doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst\n@@ -77,8 +77,23 @@ Copy the NUMA header files and lib to the cross compiler's directories:\n \n .. _configure_and_cross_compile_dpdk_build:\n \n-Configure and cross compile DPDK Build\n---------------------------------------\n+Cross Compiling DPDK using Meson\n+--------------------------------\n+\n+To cross-compile DPDK on a desired target machine we can use the following\n+command::\n+\n+\tmeson cross-build --cross-file <target_machine_configuration>\n+\tninja -C cross-build\n+\n+For example if the target machine is arm64 we can use the following\n+command::\n+\n+\tmeson arm64-build --cross-file config/arm/arm64_armv8_linux_gcc\n+\tninja -C arm64-build\n+\n+Configure and Cross Compile DPDK using Make\n+-------------------------------------------\n To configure a build, choose one of the target configurations, like arm64-dpaa-linux-gcc and arm64-thunderx-linux-gcc.\n \n .. code-block:: console\n@@ -119,17 +134,4 @@ To compile for non-NUMA targets, without compiling the kernel modules, use the f\n \n       make -j CROSS=aarch64-linux-gnu- CONFIG_RTE_KNI_KMOD=n CONFIG_RTE_EAL_IGB_UIO=n EXTRA_CFLAGS=\"-isystem <numa_install_dir>/include\" EXTRA_LDFLAGS=\"-L<numa_install_dir>/lib -lnuma\"\n \n-Meson Cross Compiling DPDK\n---------------------------\n-\n-To cross-compile DPDK on a desired target machine we can use the following\n-command::\n-\n-\tmeson cross-build --cross-file <target_machine_configuration>\n-\tninja -C cross-build\n-\n-For example if the target machine is arm64 we can use the following\n-command::\n \n-\tmeson arm64-build --cross-file config/arm/arm64_armv8_linux_gcc\n-\tninja -C arm64-build\n",
    "prefixes": [
        "3/8"
    ]
}