get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 75311,
    "url": "http://patches.dpdk.org/api/patches/75311/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200807162829.11690-2-konstantin.ananyev@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": "<20200807162829.11690-2-konstantin.ananyev@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200807162829.11690-2-konstantin.ananyev@intel.com",
    "date": "2020-08-07T16:28:23",
    "name": "[20.11,1/7] acl: fix x86 build when compiler doesn't support AVX2",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "cb458dd06f65e759493d43f0c432bc9f7f443e64",
    "submitter": {
        "id": 33,
        "url": "http://patches.dpdk.org/api/people/33/?format=api",
        "name": "Ananyev, Konstantin",
        "email": "konstantin.ananyev@intel.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200807162829.11690-2-konstantin.ananyev@intel.com/mbox/",
    "series": [
        {
            "id": 11551,
            "url": "http://patches.dpdk.org/api/series/11551/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11551",
            "date": "2020-08-07T16:28:22",
            "name": "acl: introduce AVX512 classify method",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/11551/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/75311/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/75311/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 A817CA04B0;\n\tFri,  7 Aug 2020 18:28:53 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id CF4B51C038;\n\tFri,  7 Aug 2020 18:28:52 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n by dpdk.org (Postfix) with ESMTP id 6D5CB1C034;\n Fri,  7 Aug 2020 18:28:51 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Aug 2020 09:28:50 -0700",
            "from sivswdev08.ir.intel.com ([10.237.217.47])\n by orsmga008.jf.intel.com with ESMTP; 07 Aug 2020 09:28:48 -0700"
        ],
        "IronPort-SDR": [
            "\n p6R/aESfEAzTYdDsLKdC1APRITfJQ4tTE2VyKxeo+KU1+tsT2DWqQwlaQ5r7GzvsItOi9dZgHa\n hB4byWNcgkxQ==",
            "\n ZbtT0ubR6qZdPtFiqKAY9WPlVMHrBrqHLOeZnQFYJMdIKVf+AY5MLNqC2+yipxGbAd9jjzO6Ac\n MJE7biMBcSNw=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9706\"; a=\"141003385\"",
            "E=Sophos;i=\"5.75,446,1589266800\"; d=\"scan'208\";a=\"141003385\"",
            "E=Sophos;i=\"5.75,446,1589266800\"; d=\"scan'208\";a=\"323799702\""
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Konstantin Ananyev <konstantin.ananyev@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "jerinj@marvell.com, ruifeng.wang@arm.com, vladimir.medvedkin@intel.com,\n Konstantin Ananyev <konstantin.ananyev@intel.com>, stable@dpdk.org",
        "Date": "Fri,  7 Aug 2020 17:28:23 +0100",
        "Message-Id": "<20200807162829.11690-2-konstantin.ananyev@intel.com>",
        "X-Mailer": "git-send-email 2.18.0",
        "In-Reply-To": "<20200807162829.11690-1-konstantin.ananyev@intel.com>",
        "References": "<20200807162829.11690-1-konstantin.ananyev@intel.com>",
        "Subject": "[dpdk-dev] [PATCH 20.11 1/7] acl: fix x86 build when compiler\n\tdoesn't support AVX2",
        "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": "Right now we define dummy version of rte_acl_classify_avx2()\nwhen both X86 and AVX2 are not detected, though it should be\nfor non-AVX2 case only.\n\nFixes: e53ce4e41379 (\"acl: remove use of weak functions\")\nCc: stable@dpdk.org\n\nSigned-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>\n---\n lib/librte_acl/rte_acl.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/lib/librte_acl/rte_acl.c b/lib/librte_acl/rte_acl.c\nindex 777ec4d34..715b02359 100644\n--- a/lib/librte_acl/rte_acl.c\n+++ b/lib/librte_acl/rte_acl.c\n@@ -16,7 +16,6 @@ static struct rte_tailq_elem rte_acl_tailq = {\n };\n EAL_REGISTER_TAILQ(rte_acl_tailq)\n \n-#ifndef RTE_ARCH_X86\n #ifndef CC_AVX2_SUPPORT\n /*\n  * If the compiler doesn't support AVX2 instructions,\n@@ -33,6 +32,7 @@ rte_acl_classify_avx2(__rte_unused const struct rte_acl_ctx *ctx,\n }\n #endif\n \n+#ifndef RTE_ARCH_X86\n int\n rte_acl_classify_sse(__rte_unused const struct rte_acl_ctx *ctx,\n \t__rte_unused const uint8_t **data,\n",
    "prefixes": [
        "20.11",
        "1/7"
    ]
}