get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 51023,
    "url": "http://patchwork.dpdk.org/api/patches/51023/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1552273514-189820-1-git-send-email-joyce.kong@arm.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<1552273514-189820-1-git-send-email-joyce.kong@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1552273514-189820-1-git-send-email-joyce.kong@arm.com",
    "date": "2019-03-11T03:05:14",
    "name": "[v1] doc: update cross build tool links",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "795c34dd11a23837736a0e10a7d56199bb731ebf",
    "submitter": {
        "id": 970,
        "url": "http://patchwork.dpdk.org/api/people/970/?format=api",
        "name": "Joyce Kong",
        "email": "joyce.kong@arm.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1552273514-189820-1-git-send-email-joyce.kong@arm.com/mbox/",
    "series": [
        {
            "id": 3692,
            "url": "http://patchwork.dpdk.org/api/series/3692/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=3692",
            "date": "2019-03-11T03:05:14",
            "name": "[v1] doc: update cross build tool links",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/3692/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/51023/comments/",
    "check": "success",
    "checks": "http://patchwork.dpdk.org/api/patches/51023/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 36FE844C3;\n\tMon, 11 Mar 2019 04:05:41 +0100 (CET)",
            "from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id 2C66A2E8F;\n\tMon, 11 Mar 2019 04:05:39 +0100 (CET)",
            "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 5CA44374;\n\tSun, 10 Mar 2019 20:05:38 -0700 (PDT)",
            "from net-arm-thunderx2.shanghai.arm.com\n\t(net-arm-thunderx2.shanghai.arm.com [10.169.40.121])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\t2E30C3F59C; Sun, 10 Mar 2019 20:05:37 -0700 (PDT)"
        ],
        "From": "Joyce Kong <joyce.kong@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "nd@arm.com, thomas@monjalon.net, honnappa.nagarahalli@arm.com,\n\tgavin.hu@arm.com, stable@dpdk.org",
        "Date": "Mon, 11 Mar 2019 11:05:14 +0800",
        "Message-Id": "<1552273514-189820-1-git-send-email-joyce.kong@arm.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH v1] doc: update cross build tool links",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Update cross build tool links as newer cross build tools\nversion are provided on Linaro, and attempts to download\nthe old one give permission denied.\n\nFixes: 01add9da25cd (\"doc: add cross compiling guide\")\nCc: stable@dpdk.org\n\nSigned-off-by: Joyce Kong <joyce.kong@arm.com>\n---\n doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst | 16 ++++++++--------\n 1 file changed, 8 insertions(+), 8 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 9d1f0fa..fd7a46c 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@@ -14,25 +14,25 @@ This chapter describes how to cross compile DPDK for ARM64 from x86 build hosts.\n Obtain the cross tool chain\n ---------------------------\n The latest cross compile tool chain can be downloaded from:\n-https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/.\n+https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads.\n \n-Following is the step to get the version 7.2.1, latest one at the time of this writing.\n+Following is the step to get the version 8.2, latest one at the time of this writing.\n \n .. code-block:: console\n \n-   wget https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz\n+   wget https://developer.arm.com/-/media/Files/downloads/gnu-a/8.2-2019.01/gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu.tar.xz\n \n Unzip and add into the PATH\n ---------------------------\n \n .. code-block:: console\n \n-   tar -xvf gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz\n-   export PATH=$PATH:<cross_install_dir>/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin\n+   tar -xvf gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu.tar.xz\n+   export PATH=$PATH:<cross_install_dir>/gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu/bin\n \n .. note::\n \n-   For the host requirements and other info, refer to the release note section: https://releases.linaro.org/components/toolchain/binaries/latest/\n+   For the host requirements and other info, refer to the release note section: https://releases.linaro.org/components/toolchain/binaries/\n \n Getting the prerequisite library\n --------------------------------\n@@ -69,8 +69,8 @@ Copy the NUMA header files and lib to the cross compiler's directories:\n \n .. code-block:: console\n \n-   cp <numa_install_dir>/include/numa*.h <cross_install_dir>/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin/../aarch64-linux-gnu/libc/usr/include/\n-   cp <numa_install_dir>/lib/libnuma.a <cross_install_dir>/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/7.2.1/\n+   cp <numa_install_dir>/include/numa*.h <cross_install_dir>/gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu/bin/../aarch64-linux-gnu/libc/usr/include/\n+   cp <numa_install_dir>/lib/libnuma.a <cross_install_dir>/gcc-arm-8.2-2019.01-x86_64-aarch64-linux-gnu/lib/gcc/aarch64-linux-gnu/8.2/\n \n .. _configure_and_cross_compile_dpdk_build:\n \n",
    "prefixes": [
        "v1"
    ]
}