get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 128421,
    "url": "http://patches.dpdk.org/api/patches/128421/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20230608182742.360594-7-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": "<20230608182742.360594-7-zhiminx.huang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20230608182742.360594-7-zhiminx.huang@intel.com",
    "date": "2023-06-08T18:27:42",
    "name": "[V1,6/6] conf/*:add config file for new suites",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "9eb6f84526f514b8044e226eb997d3a82cf11ed4",
    "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/20230608182742.360594-7-zhiminx.huang@intel.com/mbox/",
    "series": [
        {
            "id": 28418,
            "url": "http://patches.dpdk.org/api/series/28418/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=28418",
            "date": "2023-06-08T18:27:36",
            "name": "add new common module and add new suites",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/28418/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/128421/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/128421/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 2CD7A42C5C;\n\tThu,  8 Jun 2023 12:16:29 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 2A9DA427F2;\n\tThu,  8 Jun 2023 12:16:29 +0200 (CEST)",
            "from mga06.intel.com (mga06b.intel.com [134.134.136.31])\n by mails.dpdk.org (Postfix) with ESMTP id 5B85B40EF0\n for <dts@dpdk.org>; Thu,  8 Jun 2023 12:16:27 +0200 (CEST)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Jun 2023 03:16:23 -0700",
            "from unknown (HELO localhost.localdomain) ([10.239.252.96])\n by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Jun 2023 03:16:22 -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=1686219387; x=1717755387;\n h=from:to:cc:subject:date:message-id:in-reply-to:\n references:mime-version:content-transfer-encoding;\n bh=PrSzHP8YVy++YCKO/3GdMSYuMXoqPLliHEEidx9UYKE=;\n b=WbHOmVUlOD6g/wv7RDrFPggqDVD8H/AxWDb04PX/cZ2ww7Qn6pLZ0zMr\n +lvRmwVoxrC7rYThdApdpTYpXqxMPMDOVpVAU2NKzAkva1dirs9cVEyhh\n f1OzBQGziKOP1Y39F5obWjpIZ7hlWJF7bjM/vMuxyfxtFzdFQVn/my9KH\n NgEuugRTwqI/BDGsLxu9uBGbARUNKIicuuR00cpU4c0w3vSj0UhUvGmO7\n Spx5OhQPm+7zxC+wYesrriBfXBPia5k2pmDaNpof+gmCYZejYpq1luFCU\n lfz+cfP2s8/4EWGsSO7EcZa26pr9TSocdyPlUywLIyFxekJcM1/TCmJ5r Q==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6600,9927,10734\"; a=\"420832857\"",
            "E=Sophos;i=\"6.00,226,1681196400\"; d=\"scan'208\";a=\"420832857\"",
            "E=McAfee;i=\"6600,9927,10734\"; a=\"660327304\"",
            "E=Sophos;i=\"6.00,226,1681196400\"; d=\"scan'208\";a=\"660327304\""
        ],
        "X-ExtLoop1": "1",
        "From": "Zhimin Huang <zhiminx.huang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Zhimin Huang <zhiminx.huang@intel.com>",
        "Subject": "[dts][PATCH V1 6/6] conf/*:add config file for new suites",
        "Date": "Thu,  8 Jun 2023 18:27:42 +0000",
        "Message-Id": "<20230608182742.360594-7-zhiminx.huang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20230608182742.360594-1-zhiminx.huang@intel.com>",
        "References": "<20230608182742.360594-1-zhiminx.huang@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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"
    },
    "content": "add config file for new test suites\n\nSigned-off-by: Zhimin Huang <zhiminx.huang@intel.com>\n---\n conf/ice_kernelpf_dcf.cfg | 22 ++++++++++++++++++++++\n conf/kernelpf_vf.cfg      | 22 ++++++++++++++++++++++\n test_plans/index.rst      |  2 ++\n 3 files changed, 46 insertions(+)\n create mode 100644 conf/ice_kernelpf_dcf.cfg\n create mode 100644 conf/kernelpf_vf.cfg",
    "diff": "diff --git a/conf/ice_kernelpf_dcf.cfg b/conf/ice_kernelpf_dcf.cfg\nnew file mode 100644\nindex 00000000..2820ffed\n--- /dev/null\n+++ b/conf/ice_kernelpf_dcf.cfg\n@@ -0,0 +1,22 @@\n+# Configuration sample: kernelpf_iavf.cfg\n+\n+[vm0]\n+cpu =\n+    model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ;\n+disk =\n+    file=/home/image/fedora23-ok.img;\n+login =\n+    user=root,password=tester;\n+# net option is not necessary for libvirt, comment out below 2 lines if using libvirt\n+net = \n+   type=nic,opt_vlan=0;\n+   type=user,opt_vlan=0; \n+# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt\n+monitor = \n+    port=;\n+# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt\n+vnc = \n+    displayNum=1;\n+# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt\n+daemon =\n+    enable=yes;\ndiff --git a/conf/kernelpf_vf.cfg b/conf/kernelpf_vf.cfg\nnew file mode 100644\nindex 00000000..2820ffed\n--- /dev/null\n+++ b/conf/kernelpf_vf.cfg\n@@ -0,0 +1,22 @@\n+# Configuration sample: kernelpf_iavf.cfg\n+\n+[vm0]\n+cpu =\n+    model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ;\n+disk =\n+    file=/home/image/fedora23-ok.img;\n+login =\n+    user=root,password=tester;\n+# net option is not necessary for libvirt, comment out below 2 lines if using libvirt\n+net = \n+   type=nic,opt_vlan=0;\n+   type=user,opt_vlan=0; \n+# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt\n+monitor = \n+    port=;\n+# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt\n+vnc = \n+    displayNum=1;\n+# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt\n+daemon =\n+    enable=yes;\ndiff --git a/test_plans/index.rst b/test_plans/index.rst\nindex 2ac4850d..e6646bb5 100644\n--- a/test_plans/index.rst\n+++ b/test_plans/index.rst\n@@ -205,6 +205,8 @@ The following are the test plans for the DPDK DTS automated test system.\n     vf_l3fwd_lpm_ipv4_rfc2544_kernelpf_test_plan\n     vf_l3fwd_lpm_ipv6_kernelpf_test_plan\n     kernelpf_iavf_test_plan\n+    kernelpf_vf_test_plan\n+    ice_kernelpf_dcf_test_plan\n     vhost_multi_queue_qemu_test_plan\n     vhost_qemu_mtu_test_plan\n     vhost_user_live_migration_test_plan\n",
    "prefixes": [
        "V1",
        "6/6"
    ]
}