get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 120986,
    "url": "http://patches.dpdk.org/api/patches/120986/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1671211000-14856-1-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": "<1671211000-14856-1-git-send-email-roretzla@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1671211000-14856-1-git-send-email-roretzla@linux.microsoft.com",
    "date": "2022-12-16T17:16:38",
    "name": "[v2,0/2] Enable the lcores test on Windows instead of skipping it.",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2077,
        "url": "http://patches.dpdk.org/api/people/2077/?format=api",
        "name": "Tyler Retzlaff",
        "email": "roretzla@linux.microsoft.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1671211000-14856-1-git-send-email-roretzla@linux.microsoft.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/120986/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/120986/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 87327A0542;\n\tFri, 16 Dec 2022 18:16:46 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 249BC42D25;\n\tFri, 16 Dec 2022 18:16:46 +0100 (CET)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id 3E3654068E;\n Fri, 16 Dec 2022 18:16:45 +0100 (CET)",
            "by linux.microsoft.com (Postfix, from userid 1086)\n id 762FF20B96DB; Fri, 16 Dec 2022 09:16:44 -0800 (PST)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com 762FF20B96DB",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1671211004;\n bh=l0p1t6GLUGvnBfFIcEoxVo+Fu6TlUyQRJlMqgi7FtJI=;\n h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n b=YfUOi3Q9VEH5ulARWkN3YAxX90Hrubd2s5PnfwVjL146kXHqVVCOHL0AzrBeJV82y\n QID36+Bl4subUhgW+aN9Ma3IIqcEE8vyZQeVoBkYG9VYsVWxE3r7npi0XGx11A2Ux8\n pyB7vcuInD6N+GzVA1/PnaDdCP+NFwAtz9v9J/PI=",
        "From": "Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "To": "dev@dpdk.org",
        "Cc": "stable@dpdk.org, david.marchand@redhat.com, dmitry.kozliuk@gmail.com,\n stephen@networkplumber.org, Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "Subject": "[PATCH v2 0/2] Enable the lcores test on Windows instead of skipping\n it.",
        "Date": "Fri, 16 Dec 2022 09:16:38 -0800",
        "Message-Id": "<1671211000-14856-1-git-send-email-roretzla@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1670287169-15325-1-git-send-email-roretzla@linux.microsoft.com>",
        "References": "<1670287169-15325-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": "Two bugs are fixed to allow this test to build, run & pass.\n  * Mark memory configuration complete during rte_eal_init()\n  * Use rte thread api to get a proper implementation of thread join.\n\nv2:\n  * update commit message to clarify why this test is beneficial on Windows.\n  * add missing Fixes tag\n\nTyler Retzlaff (2):\n  eal: add missing call marking memory config complete\n  test: enable lcores test on Windows\n\n app/test/test_lcores.c | 28 +++++++++++++---------------\n lib/eal/windows/eal.c  |  3 +++\n 2 files changed, 16 insertions(+), 15 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/2"
    ]
}