get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 138962,
    "url": "http://patches.dpdk.org/api/patches/138962/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1711642446-6880-2-git-send-email-roretzla@linux.microsoft.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": "<1711642446-6880-2-git-send-email-roretzla@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1711642446-6880-2-git-send-email-roretzla@linux.microsoft.com",
    "date": "2024-03-28T16:14:05",
    "name": "[v2,1/2] eal: include header for MSVC SIMD intrinsics",
    "commit_ref": null,
    "pull_url": null,
    "state": "new",
    "archived": false,
    "hash": "f017cf0ef939f303caccb73babd5f60a394bbbbd",
    "submitter": {
        "id": 2077,
        "url": "http://patches.dpdk.org/api/people/2077/?format=api",
        "name": "Tyler Retzlaff",
        "email": "roretzla@linux.microsoft.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/1711642446-6880-2-git-send-email-roretzla@linux.microsoft.com/mbox/",
    "series": [
        {
            "id": 31643,
            "url": "http://patches.dpdk.org/api/series/31643/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=31643",
            "date": "2024-03-28T16:14:04",
            "name": "stop using mmx intrinsics",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/31643/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/138962/comments/",
    "check": "success",
    "checks": "http://patches.dpdk.org/api/patches/138962/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 9114D43D6D;\n\tThu, 28 Mar 2024 17:14:14 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 7E734410FC;\n\tThu, 28 Mar 2024 17:14:11 +0100 (CET)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id 9F871410D5\n for <dev@dpdk.org>; Thu, 28 Mar 2024 17:14:09 +0100 (CET)",
            "by linux.microsoft.com (Postfix, from userid 1086)\n id A320320E6AF0; Thu, 28 Mar 2024 09:14:08 -0700 (PDT)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com A320320E6AF0",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1711642448;\n bh=lVLoU4MPmGkdlW7usTyVPOCZUno/4Ps5zi+8f1uSMMw=;\n h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n b=YUfAcquH5FzIOmgmwZcn/pjXPzqD2MnSiawkkbCD1U84STyKH/MBWRbcqzrTukMe2\n Y4PAYQ7VRkWNZdh2RBoBp4ttzkwd3x3CE9weLEfZUkOVNF6DN8IEhkgp5IP5WptLVT\n rKQzNpkAoDuQsYrxCiV6iglMGUapOT9iI9kqLXIg=",
        "From": "Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>,\n Jasvinder Singh <jasvinder.singh@intel.com>,\n Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,\n Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "Subject": "[PATCH v2 1/2] eal: include header for MSVC SIMD intrinsics",
        "Date": "Thu, 28 Mar 2024 09:14:05 -0700",
        "Message-Id": "<1711642446-6880-2-git-send-email-roretzla@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1711642446-6880-1-git-send-email-roretzla@linux.microsoft.com>",
        "References": "<1710969121-18503-1-git-send-email-roretzla@linux.microsoft.com>\n <1711642446-6880-1-git-send-email-roretzla@linux.microsoft.com>",
        "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"
    },
    "content": "MSVC documents that you use the monolithic intrin.h for all intrinsics\n(including SIMD intrinsics) include intrin.h into rte_vec.h when\nbuilding with MSVC so we don't have to duplicate conditionally compile\ninclude it across the DPDK source.\n\nSigned-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>\n---\n lib/eal/include/generic/rte_vect.h | 6 +++++-\n 1 file changed, 5 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/lib/eal/include/generic/rte_vect.h b/lib/eal/include/generic/rte_vect.h\nindex 6540419..1f84292 100644\n--- a/lib/eal/include/generic/rte_vect.h\n+++ b/lib/eal/include/generic/rte_vect.h\n@@ -15,7 +15,11 @@\n \n #include <stdint.h>\n \n-#ifndef RTE_TOOLCHAIN_MSVC\n+#ifdef RTE_TOOLCHAIN_MSVC\n+\n+#include <intrin.h>\n+\n+#else\n \n /* Unsigned vector types */\n \n",
    "prefixes": [
        "v2",
        "1/2"
    ]
}