get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 97879,
    "url": "http://patches.dpdk.org/api/patches/97879/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20210903182734.25439-1-zhiminx.huang@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<20210903182734.25439-1-zhiminx.huang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210903182734.25439-1-zhiminx.huang@intel.com",
    "date": "2021-09-03T18:27:34",
    "name": "[V1] conf/test_case_checklist:add checklist for special case",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "a4ca575422b31b1ac6be71c288d0cc535a13334a",
    "submitter": {
        "id": 1685,
        "url": "http://patches.dpdk.org/api/people/1685/?format=api",
        "name": "Huang, ZhiminX",
        "email": "zhiminx.huang@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20210903182734.25439-1-zhiminx.huang@intel.com/mbox/",
    "series": [
        {
            "id": 18656,
            "url": "http://patches.dpdk.org/api/series/18656/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=18656",
            "date": "2021-09-03T18:27:34",
            "name": "[V1] conf/test_case_checklist:add checklist for special case",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/18656/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/97879/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/97879/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dts-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 BF3FFA0C53;\n\tFri,  3 Sep 2021 11:55:36 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8489240DF7;\n\tFri,  3 Sep 2021 11:55:36 +0200 (CEST)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by mails.dpdk.org (Postfix) with ESMTP id 1484B40DF4\n for <dts@dpdk.org>; Fri,  3 Sep 2021 11:55:34 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 03 Sep 2021 02:55:34 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.103])\n by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 03 Sep 2021 02:55:32 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10095\"; a=\"241663438\"",
            "E=Sophos;i=\"5.85,265,1624345200\"; d=\"scan'208\";a=\"241663438\"",
            "E=Sophos;i=\"5.85,265,1624345200\"; d=\"scan'208\";a=\"533939845\""
        ],
        "From": "Zhimin Huang <zhiminx.huang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Zhimin Huang <zhiminx.huang@intel.com>",
        "Date": "Sat,  4 Sep 2021 02:27:34 +0800",
        "Message-Id": "<20210903182734.25439-1-zhiminx.huang@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V1] conf/test_case_checklist:add checklist for special\n case",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "test case need different cvl with serial number, it's cover by manual test, so add checklist\n\nSigned-off-by: Zhimin Huang <zhiminx.huang@intel.com>\n---\n conf/test_case_checklist.json | 16 ++++++++++++++++\n 1 file changed, 16 insertions(+)",
    "diff": "diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json\nindex 8cd47dd..218599e 100644\n--- a/conf/test_case_checklist.json\n+++ b/conf/test_case_checklist.json\n@@ -1773,6 +1773,22 @@\n             \"Comments\": \"the nic not support this case\"\n         }\n     ],\n+    \"check_specific_package_loading\": [\n+        {\n+            \"OS\": [\n+                \"ALL\"\n+            ],\n+            \"NIC\": [\n+                \"columbiaville_100g\",\n+                \"columbiaville_25g\"\n+            ],\n+            \"Target\": [\n+                \"ALL\"\n+            ],\n+            \"Bug ID\": \"\",\n+            \"Comments\": \"the case needs >=2 CVL NICs with different Serial Numbers\"\n+        }\n+    ],\n     \"kernel_2pf_2vf_1vm_mac_add_filter\": [\n         {\n             \"OS\": [\n",
    "prefixes": [
        "V1"
    ]
}