get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 130458,
    "url": "https://patches.dpdk.org/api/patches/130458/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20230817043027.138473-1-okaya@kernel.org/",
    "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": "<20230817043027.138473-1-okaya@kernel.org>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230817043027.138473-1-okaya@kernel.org",
    "date": "2023-08-17T04:30:27",
    "name": "[v5,10/10] test: remove double registration check",
    "commit_ref": null,
    "pull_url": null,
    "state": "new",
    "archived": false,
    "hash": "22f48471e52b9f0877a94dd0524ff000f325387a",
    "submitter": {
        "id": 2903,
        "url": "https://patches.dpdk.org/api/people/2903/?format=api",
        "name": "Sinan Kaya",
        "email": "okaya@kernel.org"
    },
    "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/20230817043027.138473-1-okaya@kernel.org/mbox/",
    "series": [
        {
            "id": 29258,
            "url": "https://patches.dpdk.org/api/series/29258/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=29258",
            "date": "2023-08-17T04:28:11",
            "name": "support reinit flow",
            "version": 5,
            "mbox": "https://patches.dpdk.org/series/29258/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/130458/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/130458/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 A60614308A;\n\tThu, 17 Aug 2023 06:30:40 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 94819411F3;\n\tThu, 17 Aug 2023 06:30:40 +0200 (CEST)",
            "from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217])\n by mails.dpdk.org (Postfix) with ESMTP id F063F40ED8\n for <dev@dpdk.org>; Thu, 17 Aug 2023 06:30:33 +0200 (CEST)",
            "from smtp.kernel.org (relay.kernel.org [52.25.139.140])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits))\n (No client certificate requested)\n by dfw.source.kernel.org (Postfix) with ESMTPS id 5EDA96359E\n for <dev@dpdk.org>; Thu, 17 Aug 2023 04:30:33 +0000 (UTC)",
            "by smtp.kernel.org (Postfix) with ESMTPSA id 58FBBC433C8;\n Thu, 17 Aug 2023 04:30:32 +0000 (UTC)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org;\n s=k20201202; t=1692246632;\n bh=/hMLz26N7Y7WYFEjwSMir6/cOzErURmJXPxoqo0Sn1s=;\n h=From:To:Cc:Subject:Date:From;\n b=NeYKP7icPN2pjMFsbZkdg3VsQp7088REoDt35Qk8NMvBLxpaUXcukscmn/av1bh6p\n l4A2nZUEZqTp8XEyOpdZUPSIF82J5NmIZSJyK9Dl3U+td/BGnQ1L6MqwB4ESGyu7gO\n llhpFGndDET9KY06AngGe8DuqPtCy/vPDDXJNX40XGVtNpNNi1S2PbZVTiLQRQUrxu\n PIYfqp0tAGTj3QtiPffsQlPv2D+40TZYtlAZVu7/5r01LYsWl7uyoS247bX/tuXegl\n XK/HdKWn713Y/oTQWpPqFn9xbqVk4BoCSFBtDGar/0DjYDm5HPUrwtgpAYuKiyH79Q\n y22CnUg9e9hXg==",
        "From": "okaya@kernel.org",
        "To": "",
        "Cc": "dev@dpdk.org,\n\tSinan Kaya <okaya@kernel.org>",
        "Subject": "[PATCH v5 10/10] test: remove double registration check",
        "Date": "Thu, 17 Aug 2023 00:30:27 -0400",
        "Message-Id": "<20230817043027.138473-1-okaya@kernel.org>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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": "From: Sinan Kaya <okaya@kernel.org>\n\nCode will fetch the existing registration when called\nfor second time as part of the reinit changes.\nRegistration will still succeed.\n\nSigned-off-by: Sinan Kaya <okaya@kernel.org>\n---\n app/test/test_tailq.c | 5 -----\n 1 file changed, 5 deletions(-)",
    "diff": "diff --git a/app/test/test_tailq.c b/app/test/test_tailq.c\nindex 9520219b0a..fbb483ea86 100644\n--- a/app/test/test_tailq.c\n+++ b/app/test/test_tailq.c\n@@ -70,11 +70,6 @@ test_tailq_create(void)\n \tif (strcmp(rte_dummy_dyn2_tailq.name, rte_dummy_dyn_tailq.name))\n \t\tdo_return(\"Error, something is wrong in the tailq test\\n\");\n \n-\t/* try allocating again, and check for failure */\n-\tif (!rte_eal_tailq_register(&rte_dummy_dyn2_tailq))\n-\t\tdo_return(\"Error, registering the same tailq %s did not fail\\n\",\n-\t\t\t  rte_dummy_dyn2_tailq.name);\n-\n \treturn 0;\n }\n \n",
    "prefixes": [
        "v5",
        "10/10"
    ]
}