get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 130336,
    "url": "https://patches.dpdk.org/api/patches/130336/?format=api",
    "web_url": "https://patches.dpdk.org/project/ci/patch/20230815131320.375088-2-bruce.richardson@intel.com/",
    "project": {
        "id": 5,
        "url": "https://patches.dpdk.org/api/projects/5/?format=api",
        "name": "CI",
        "link_name": "ci",
        "list_id": "ci.dpdk.org",
        "list_email": "ci@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dpdk-ci",
        "webscm_url": "https://git.dpdk.org/tools/dpdk-ci/",
        "list_archive_url": "https://inbox.dpdk.org/ci",
        "list_archive_url_format": "https://inbox.dpdk.org/ci/{}",
        "commit_url_format": ""
    },
    "msgid": "<20230815131320.375088-2-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/ci/20230815131320.375088-2-bruce.richardson@intel.com",
    "date": "2023-08-15T13:13:13",
    "name": "[v4,1/8] app/test: add new macros for various test types",
    "commit_ref": null,
    "pull_url": null,
    "state": "new",
    "archived": false,
    "hash": "70699de9e12cdc16391b52d7937af156a825ff2c",
    "submitter": {
        "id": 20,
        "url": "https://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/ci/patch/20230815131320.375088-2-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 29231,
            "url": "https://patches.dpdk.org/api/series/29231/?format=api",
            "web_url": "https://patches.dpdk.org/project/ci/list/?series=29231",
            "date": "2023-08-15T13:13:12",
            "name": "expand list of optional libraries",
            "version": 4,
            "mbox": "https://patches.dpdk.org/series/29231/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/130336/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/130336/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<ci-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 64F2643070;\n\tTue, 15 Aug 2023 15:13:35 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 61A3443262;\n\tTue, 15 Aug 2023 15:13:35 +0200 (CEST)",
            "from mgamail.intel.com (mgamail.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id 7EBA540F17;\n Tue, 15 Aug 2023 15:13:32 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 15 Aug 2023 06:13:30 -0700",
            "from silpixa00401385.ir.intel.com ([10.237.214.14])\n by fmsmga008.fm.intel.com with ESMTP; 15 Aug 2023 06:13:29 -0700"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1692105212; x=1723641212;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=xdo0l5GXS19yPeG8kdUUcbUABk11qat6WN2U/QjeZMI=;\n b=Uvn2rvSP5s89tmakAFOUAAqTLd1o6kh/rzc6rV8LjAhGrM4YxTu4LLwC\n tXyreT4wvCGrfQvX6x3NvM4uQZmfvFDhqX8yIruy/M3nhmB1X8OgA3bAx\n 42k8feYmhS2qu8weM66SGMWYV/V9qUy5397sEKbpREFIAfibYVyaGaADe\n SydslleFgib7XKmfhmYPgcld2AT5MOGwcMJX6cF3Tfyls8XEdvU7JBkom\n jWrVJFxhXhgHhbJCpNvWOZPRvgLY5CTQSJVK15c2EMEiYGaMgFRtK8h3+\n YE9EXj7UwtjIORKCA5DGrFklNeGc+ZKqsay6V6KpOWTqW00389wIqbZHk Q==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6600,9927,10803\"; a=\"458623156\"",
            "E=Sophos;i=\"6.01,174,1684825200\"; d=\"scan'208\";a=\"458623156\"",
            "E=McAfee;i=\"6600,9927,10803\"; a=\"799189803\"",
            "E=Sophos;i=\"6.01,174,1684825200\"; d=\"scan'208\";a=\"799189803\""
        ],
        "X-ExtLoop1": "1",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "ci@dpdk.org,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Subject": "[PATCH v4 1/8] app/test: add new macros for various test types",
        "Date": "Tue, 15 Aug 2023 14:13:13 +0100",
        "Message-Id": "<20230815131320.375088-2-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.39.2",
        "In-Reply-To": "<20230815131320.375088-1-bruce.richardson@intel.com>",
        "References": "<20230721115125.55137-1-bruce.richardson@intel.com>\n <20230815131320.375088-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "ci@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK CI discussions <ci.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/ci>,\n <mailto:ci-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/ci/>",
        "List-Post": "<mailto:ci@dpdk.org>",
        "List-Help": "<mailto:ci-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/ci>,\n <mailto:ci-request@dpdk.org?subject=subscribe>",
        "Errors-To": "ci-bounces@dpdk.org"
    },
    "content": "Rather than just registering all tests using a single generic macro,\nadd macros which identify the test as being of a particular type.\n\nSigned-off-by: Bruce Richardson <bruce.richardson@intel.com>\n---\n app/test/test.h | 9 ++++++++-\n 1 file changed, 8 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/app/test/test.h b/app/test/test.h\nindex 85f57efbc6..a91ded76af 100644\n--- a/app/test/test.h\n+++ b/app/test/test.h\n@@ -190,7 +190,7 @@ struct test_command {\n \n void add_test_command(struct test_command *t);\n \n-/* Register a test function with its command string */\n+/* Register a test function with its command string. Should not be used directly */\n #define REGISTER_TEST_COMMAND(cmd, func) \\\n \tstatic struct test_command test_struct_##cmd = { \\\n \t\t.command = RTE_STR(cmd), \\\n@@ -201,4 +201,11 @@ void add_test_command(struct test_command *t);\n \t\tadd_test_command(&test_struct_##cmd); \\\n \t}\n \n+/* Register a test function as a particular type.\n+ * These can be used to build up test suites automatically\n+ */\n+#define REGISTER_FAST_TEST(cmd, no_huge, ASan, func)  REGISTER_TEST_COMMAND(cmd, func)\n+#define REGISTER_PERF_TEST REGISTER_TEST_COMMAND\n+#define REGISTER_DRIVER_TEST REGISTER_TEST_COMMAND\n+\n #endif\n",
    "prefixes": [
        "v4",
        "1/8"
    ]
}