get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 89394,
    "url": "http://patches.dpdk.org/api/patches/89394/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1615988163-17371-1-git-send-email-juraj.linkes@pantheon.tech/",
    "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": "<1615988163-17371-1-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1615988163-17371-1-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2021-03-17T13:35:56",
    "name": "[v14,0/7] aarch64 -> aarch32 cross compilation support",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1626,
        "url": "http://patches.dpdk.org/api/people/1626/?format=api",
        "name": "Juraj Linkeš",
        "email": "juraj.linkes@pantheon.tech"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1615988163-17371-1-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/89394/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/89394/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 BA8BFA00C2;\n\tWed, 17 Mar 2021 14:36:08 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 6E705140EAE;\n\tWed, 17 Mar 2021 14:36:08 +0100 (CET)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by mails.dpdk.org (Postfix) with ESMTP id 698854067E\n for <dev@dpdk.org>; Wed, 17 Mar 2021 14:36:07 +0100 (CET)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id 5FD20C4823;\n Wed, 17 Mar 2021 14:36:05 +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 m-jq7Rtf60-Q; Wed, 17 Mar 2021 14:36:04 +0100 (CET)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id 8433CC4816;\n Wed, 17 Mar 2021 14:36:03 +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,\n bruce.richardson@intel.com,\n aconole@redhat.com, maicolgabriel@hotmail.com",
        "Cc": "dev@dpdk.org, juraj.linkes@pantheon.tech, Ruifeng.Wang@arm.com,\n Honnappa.Nagarahalli@arm.com",
        "Date": "Wed, 17 Mar 2021 14:35:56 +0100",
        "Message-Id": "<1615988163-17371-1-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1615279005-30278-1-git-send-email-juraj.linkes@pantheon.tech>",
        "References": "<1615279005-30278-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 v14 0/7] aarch64 -> aarch32 cross compilation\n support",
        "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": "Add support for aarch32 cross build in meson and add aarch64 -> aarch32\ncross build to Travis.\n\nAarch32 is an execution state that allows execution of 32-bit code on\narmv8 machines. This execution state contains a superset of previous\narmv7 32-bit instructions and features. Thus the aarch32 build is distinct\nfrom arvm7 build.\n\nv4:\nRemoved disabled drivers which actually build on arm32.\nAlso tested the patchset with series 9609 which fixes underlying failures.\n\nv5:\nChanged the condition for running test-null.sh in ci.\nRe-uploaded after underlying fixes have been committed.\n\nv6:\nChanged the condition for running test-null.sh again.\nReworked the patch to do aarch32 build instead of arvm7-a build.\nSimplified meson build flags. Changed commit msgs.\nAdded 32b qualifier to .travis.yml.\nAdded a patch with fixes for bnxt.\nAdded a patch with cross compilation docs.\n\nv7:\nRebased the patchset.\n\nv8:\nRemoved Makefile additions from net/bnxt patch.\n\nv9:\nChanged ci test-null.sh condition, only run it if not cross-compiling\naarch64 nor aarch32.\nCleaned up docs.\n\nv10:\nFixed doc: add aarch32 build guidance commit message.\n\nv11:\nRebase and fix scf and bnxt after rebase.\n\nv12:\nDropped one superfluous net/bnxt patch.\n\nv13:\nRebased and fixed net/virtio build by removing NEON for aarch32.\n\nv14:\nFixed docs build.\n\nAcked-by: Aaron Conole <aconole@redhat.com>\n\nJuraj Linkeš (4):\n  net/virtio: fix aarch32 build\n  build: add aarch32 meson build flags\n  build: add aarch32 to meson cross-compilation\n  ci: add aarch64 -> aarch32 cross compiling jobs\n\nPhil Yang (1):\n  doc: add aarch32 build guidance\n\nRuifeng Wang (2):\n  net/sfc: fix aarch32 build\n  net/bnxt: fix aarch32 build\n\n .ci/linux-build.sh                            |  7 +++-\n .travis.yml                                   | 19 ++++++++++\n config/arm/arm32_armv8a_linux_gcc             | 17 +++++++++\n config/arm/meson.build                        | 24 ++++++++++--\n .../linux_gsg/cross_build_dpdk_for_arm64.rst  | 38 +++++++++++++++----\n drivers/common/sfc_efx/meson.build            |  2 +-\n drivers/net/bnxt/meson.build                  |  2 +-\n drivers/net/sfc/meson.build                   |  2 +-\n drivers/net/virtio/meson.build                |  2 +-\n 9 files changed, 98 insertions(+), 15 deletions(-)\n create mode 100644 config/arm/arm32_armv8a_linux_gcc",
    "diff": null,
    "prefixes": [
        "v14",
        "0/7"
    ]
}