get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 86881,
    "url": "https://patches.dpdk.org/api/patches/86881/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1611045187-8097-3-git-send-email-juraj.linkes@pantheon.tech/",
    "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": "<1611045187-8097-3-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1611045187-8097-3-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2021-01-19T08:33:06",
    "name": "[v4,2/3] ci: add aarch64 clang cross-compilation builds",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "453f5cdc96d692278d1bd01bf850e511895971cd",
    "submitter": {
        "id": 1626,
        "url": "https://patches.dpdk.org/api/people/1626/?format=api",
        "name": "Juraj Linkeš",
        "email": "juraj.linkes@pantheon.tech"
    },
    "delegate": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1611045187-8097-3-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [
        {
            "id": 14842,
            "url": "https://patches.dpdk.org/api/series/14842/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14842",
            "date": "2021-01-19T08:33:04",
            "name": "aarch64 clang cross compilation",
            "version": 4,
            "mbox": "https://patches.dpdk.org/series/14842/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/86881/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/86881/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id B6B1BA0A03;\n\tTue, 19 Jan 2021 09:33:27 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 4DC73140D90;\n\tTue, 19 Jan 2021 09:33:17 +0100 (CET)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by mails.dpdk.org (Postfix) with ESMTP id DC5C2140D45\n for <dev@dpdk.org>; Tue, 19 Jan 2021 09:33:12 +0100 (CET)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id 1BAA0BD2BA;\n Tue, 19 Jan 2021 09:33:11 +0100 (CET)",
            "from lb.pantheon.sk ([127.0.0.1])\n by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024)\n with ESMTP id GKD9QJHdqemf; Tue, 19 Jan 2021 09:33:11 +0100 (CET)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id 23AC8BF45A;\n Tue, 19 Jan 2021 09:33:09 +0100 (CET)"
        ],
        "X-Virus-Scanned": "amavisd-new at siecit.sk",
        "From": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "To": "thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com,\n maicolgabriel@hotmail.com, jerinjacobk@gmail.com, ferruh.yigit@intel.com,\n Ruifeng.Wang@arm.com",
        "Cc": "dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "Date": "Tue, 19 Jan 2021 09:33:06 +0100",
        "Message-Id": "<1611045187-8097-3-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1611045187-8097-1-git-send-email-juraj.linkes@pantheon.tech>",
        "References": "<1601631508-5307-1-git-send-email-juraj.linkes@pantheon.tech>\n <1611045187-8097-1-git-send-email-juraj.linkes@pantheon.tech>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v4 2/3] ci: add aarch64 clang cross-compilation\n builds",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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": "Mirror the existing gcc jobs - build static and shared libs.\nUse arm64_armv8_linux_clang_ubuntu1804 meson cross file.\n\nSigned-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>\n---\n .ci/linux-build.sh |  6 +++++-\n .travis.yml        | 18 ++++++++++++++++++\n 2 files changed, 23 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh\nindex d2c821adf..afa3689a0 100755\n--- a/.ci/linux-build.sh\n+++ b/.ci/linux-build.sh\n@@ -32,7 +32,11 @@ install_libabigail() {\n \n if [ \"$AARCH64\" = \"true\" ]; then\n     # convert the arch specifier\n-    OPTS=\"$OPTS --cross-file config/arm/arm64_armv8_linux_gcc\"\n+    if [ \"$CC_FOR_BUILD\" = \"gcc\" ]; then\n+    \tOPTS=\"$OPTS --cross-file config/arm/arm64_armv8_linux_gcc\"\n+    elif [ \"$CC_FOR_BUILD\" = \"clang\" ]; then\n+    \tOPTS=\"$OPTS --cross-file config/arm/arm64_armv8_linux_clang_ubuntu1804\"\n+    fi\n fi\n \n if [ \"$BUILD_DOCS\" = \"true\" ]; then\ndiff --git a/.travis.yml b/.travis.yml\nindex 5aa7ad49f..ad6e956be 100644\n--- a/.travis.yml\n+++ b/.travis.yml\n@@ -21,6 +21,10 @@ _aarch64_packages: &aarch64_packages\n   - *required_packages\n   - [gcc-aarch64-linux-gnu, libc6-dev-arm64-cross, pkg-config-aarch64-linux-gnu]\n \n+_aarch64_clang_packages: &aarch64_clang_packages\n+  - *required_packages\n+  - [libgcc-7-dev-arm64-cross, libatomic1-arm64-cross, libc6-dev-arm64-cross, pkg-config-aarch64-linux-gnu]\n+\n _libabigail_build_packages: &libabigail_build_packages\n   - [autoconf, automake, libtool, pkg-config, libxml2-dev, libdw-dev]\n \n@@ -102,6 +106,20 @@ jobs:\n       apt:\n         packages:\n           - *aarch64_packages\n+  - env: DEF_LIB=\"static\" AARCH64=true\n+    arch: amd64\n+    compiler: clang\n+    addons:\n+      apt:\n+        packages:\n+          - *aarch64_clang_packages\n+  - env: DEF_LIB=\"shared\" AARCH64=true\n+    arch: amd64\n+    compiler: clang\n+    addons:\n+      apt:\n+        packages:\n+          - *aarch64_clang_packages\n   # aarch64 gcc jobs\n   - env: DEF_LIB=\"static\"\n     arch: arm64\n",
    "prefixes": [
        "v4",
        "2/3"
    ]
}