get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 92022,
    "url": "https://patches.dpdk.org/api/patches/92022/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1619095749-7948-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": "<1619095749-7948-3-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1619095749-7948-3-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2021-04-22T12:49:03",
    "name": "[v17,2/8] net/bnxt: fix aarch32 build",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "e9e67cba1bc6dc6607547bc12470ef00aeb04510",
    "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/1619095749-7948-3-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [
        {
            "id": 16608,
            "url": "https://patches.dpdk.org/api/series/16608/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=16608",
            "date": "2021-04-22T12:49:01",
            "name": "aarch64 -> aarch32 cross compilation support",
            "version": 17,
            "mbox": "https://patches.dpdk.org/series/16608/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/92022/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/92022/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 1FF94A09E4;\n\tThu, 22 Apr 2021 14:49:32 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E926341D64;\n\tThu, 22 Apr 2021 14:49:21 +0200 (CEST)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by mails.dpdk.org (Postfix) with ESMTP id 14C3A41D5B;\n Thu, 22 Apr 2021 14:49:20 +0200 (CEST)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id 4D322C5F6B;\n Thu, 22 Apr 2021 14:49:17 +0200 (CEST)",
            "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 sVcnECeFNIW3; Thu, 22 Apr 2021 14:49:16 +0200 (CEST)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id 8D65EC5F64;\n Thu, 22 Apr 2021 14:49:12 +0200 (CEST)"
        ],
        "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,\n Honnappa.Nagarahalli@arm.com, Ruifeng.Wang@arm.com, jerinj@marvell.com,\n viktorin@rehivetech.com, ajit.khaparde@broadcom.com",
        "Cc": "juraj.linkes@pantheon.tech, dev@dpdk.org,\n Ruifeng Wang <ruifeng.wang@arm.com>, lance.richardson@broadcom.com,\n stable@dpdk.org",
        "Date": "Thu, 22 Apr 2021 14:49:03 +0200",
        "Message-Id": "<1619095749-7948-3-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1619095749-7948-1-git-send-email-juraj.linkes@pantheon.tech>",
        "References": "<1618995020-4775-1-git-send-email-juraj.linkes@pantheon.tech>\n <1619095749-7948-1-git-send-email-juraj.linkes@pantheon.tech>",
        "Subject": "[dpdk-dev] [PATCH v17 2/8] net/bnxt: fix aarch32 build",
        "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": "From: Ruifeng Wang <ruifeng.wang@arm.com>\n\nNEON vector path of the PMD needs aarch64 support. But it was\nenabled for aarch32 build as well because aarch32 build had\ncpu_family set to aarch64. So build for aarch32 will fail due\nto unsupported intrinsics.\n\nFix aarch32 build by updating meson file to exclude NEON vector\nimplementation for aarch32.\n\nFixes: 398358341419 (\"net/bnxt: support NEON\")\nCc: lance.richardson@broadcom.com\nCc: stable@dpdk.org\n\nSigned-off-by: Ruifeng Wang <ruifeng.wang@arm.com>\nReviewed-by: Lance Richardson <lance.richardson@broadcom.com>\n---\n drivers/net/bnxt/meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/drivers/net/bnxt/meson.build b/drivers/net/bnxt/meson.build\nindex 117c753489..5a72989915 100644\n--- a/drivers/net/bnxt/meson.build\n+++ b/drivers/net/bnxt/meson.build\n@@ -82,6 +82,6 @@ sources = files(\n \n if arch_subdir == 'x86'\n     sources += files('bnxt_rxtx_vec_sse.c')\n-elif arch_subdir == 'arm' and host_machine.cpu_family().startswith('aarch64')\n+elif arch_subdir == 'arm' and dpdk_conf.get('RTE_ARCH_64')\n     sources += files('bnxt_rxtx_vec_neon.c')\n endif\n",
    "prefixes": [
        "v17",
        "2/8"
    ]
}