get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 120082,
    "url": "http://patches.dpdk.org/api/patches/120082/?format=api",
    "web_url": "http://patches.dpdk.org/project/dts/patch/20221122085928.2898822-1-weix.ling@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": "<20221122085928.2898822-1-weix.ling@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20221122085928.2898822-1-weix.ling@intel.com",
    "date": "2022-11-22T08:59:28",
    "name": "[V2,3/3] conf/vhost_cbdma: modify the suite config by case changed",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "1027c13f1dab02f7c48616fd9ff020fbaf16aa52",
    "submitter": {
        "id": 1828,
        "url": "http://patches.dpdk.org/api/people/1828/?format=api",
        "name": "Ling, WeiX",
        "email": "weix.ling@intel.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dts/patch/20221122085928.2898822-1-weix.ling@intel.com/mbox/",
    "series": [
        {
            "id": 25862,
            "url": "http://patches.dpdk.org/api/series/25862/?format=api",
            "web_url": "http://patches.dpdk.org/project/dts/list/?series=25862",
            "date": "2022-11-22T08:58:51",
            "name": "modify the dmas parameter by DPDK changed",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/25862/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/patches/120082/comments/",
    "check": "fail",
    "checks": "http://patches.dpdk.org/api/patches/120082/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 97BCFA057F;\n\tTue, 22 Nov 2022 10:05:19 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 93B6642D2B;\n\tTue, 22 Nov 2022 10:05:19 +0100 (CET)",
            "from mga01.intel.com (mga01.intel.com [192.55.52.88])\n by mails.dpdk.org (Postfix) with ESMTP id 58317427EB\n for <dts@dpdk.org>; Tue, 22 Nov 2022 10:05:17 +0100 (CET)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 22 Nov 2022 01:05:16 -0800",
            "from unknown (HELO localhost.localdomain) ([10.239.252.222])\n by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 22 Nov 2022 01:05:13 -0800"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1669107917; x=1700643917;\n h=from:to:cc:subject:date:message-id:mime-version:\n content-transfer-encoding;\n bh=jKzvOBs8oN3toTN/XqS7Hz4u3mDHC06svSwuJxX/Nys=;\n b=QVT3uTZlf/yjWLyMhxG7YXA7Afbo2e9VTpLa9j2oIVEmBhe6iz25LPi2\n cU1zY89O2S1uBlsHE7iTLR4BPW50/uO/ROH4WS8pPxJ4QPU/5G5B306Q7\n tVRHWKdW/Bo0mZs/gOQslEoUv1BbIud39eK7pd62Gfe3/Ln4iC4FLM7lV\n s3Zc+fFWxWko1nxi86BlLnxxiLc9wsjViswcutF9moxwEDRBSGkqTz5dw\n 9kqMIrYBXezUYHeotolSLISHgoefHXpVv9zYN0DpAw98ebFatsCwdXgKq\n 3jfoKBthhhqNLCMoVHCnEtu/XzFTovk6clhow2+AzxhXBeYkLPNcpt8pt g==;",
        "X-IronPort-AV": [
            "E=McAfee;i=\"6500,9779,10538\"; a=\"340637949\"",
            "E=Sophos;i=\"5.96,183,1665471600\"; d=\"scan'208\";a=\"340637949\"",
            "E=McAfee;i=\"6500,9779,10538\"; a=\"766274719\"",
            "E=Sophos;i=\"5.96,183,1665471600\"; d=\"scan'208\";a=\"766274719\""
        ],
        "From": "Wei Ling <weix.ling@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Wei Ling <weix.ling@intel.com>",
        "Subject": "[dts][PATCH V2 3/3] conf/vhost_cbdma: modify the suite config by case\n changed",
        "Date": "Tue, 22 Nov 2022 16:59:28 +0800",
        "Message-Id": "<20221122085928.2898822-1-weix.ling@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "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": "Modify the suite config by case changed.\n\nSigned-off-by: Wei Ling <weix.ling@intel.com>\n---\n conf/vhost_cbdma.cfg | 20 ++++++++++----------\n 1 file changed, 10 insertions(+), 10 deletions(-)",
    "diff": "diff --git a/conf/vhost_cbdma.cfg b/conf/vhost_cbdma.cfg\nindex 9dbdb77f..d192facc 100644\n--- a/conf/vhost_cbdma.cfg\n+++ b/conf/vhost_cbdma.cfg\n@@ -28,16 +28,16 @@ expected_throughput = {\n          'non_mergeable_VA_RestartVhost': {'imix': {1024: 0.000}},\n          'vectorized_VA': {'imix': {1024: 0.000}},\n          'vectorized_VA_RestartVhost': {'imix': {1024: 0.000}},\n-         'inorder_mergeable_PA': {'imix': {1024: 0.000}},\n-         'inorder_mergeable_PA_RestartVhost': {'imix': {1024: 0.000}}},\n+         'mergeable_VA_diff': {'imix': {1024: 0.000}},\n+         'mergeable_VA_diff_RestartVhost': {'imix': {1024: 0.000}},\n+         'inorder_non_mergeable_PA': {'imix': {1024: 0.000}},\n+         'inorder_non_mergeable_PA_RestartVhost': {'imix': {1024: 0.000}}},\n     'test_perf_pvp_split_ring_dynamic_queue_number_vhost_async_operation_with_M_to_N': {\n          'inorder_mergeable_VA_1:N': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_without_CBDMA': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_1:1': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_M:N': {'imix': {1024: 0.000}},\n-         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},\n-         'mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},\n-         'mergeable_PA_M:N_diff': {'imix': {1024: 0.000}},},\n+         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}}},\n     'test_perf_pvp_packed_ring_all_path_multi_queues_vhost_async_operation_with_1_to_1': {\n          'inorder_mergeable_VA': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_RestartVhost': {'imix': {1024: 0.000}},\n@@ -66,13 +66,13 @@ expected_throughput = {\n          'vectorized_VA_RestartVhost': {'imix': {1024: 0.000}},\n          'vectorized_path_not_power_of_2_VA': {'imix': {1024: 0.000}},\n          'vectorized_path_not_power_of_2_VA_RestartVhost': {'imix': {1024: 0.000}},\n-         'inorder_mergeable_PA': {'imix': {1024: 0.000}},\n-         'inorder_mergeable_PA_RestartVhost': {'imix': {1024: 0.000}}},\n+         'vectorized_path_not_power_of_2_VA_diff': {'imix': {1024: 0.000}},\n+         'vectorized_path_not_power_of_2_VA_diff_RestartVhost': {'imix': {1024: 0.000}},\n+         'vectorized_path_not_power_of_2_PA': {'imix': {1024: 0.000}},\n+         'vectorized_path_not_power_of_2_PA_RestartVhost': {'imix': {1024: 0.000}}},\n     'test_perf_pvp_packed_ring_dynamic_queue_number_vhost_async_operation_with_M_to_N': {\n          'inorder_mergeable_VA_1:N': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_without_CBDMA': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_1:1': {'imix': {1024: 0.000}},\n          'inorder_mergeable_VA_M:N': {'imix': {1024: 0.000}},\n-         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},\n-         'mergeable_VA_M:N_diff': {'imix': {1024: 0.000}},\n-         'mergeable_PA_M:N_diff': {'imix': {1024: 0.000}},},}\n+         'inorder_mergeable_VA_M:N_diff': {'imix': {1024: 0.000}}}}\n",
    "prefixes": [
        "V2",
        "3/3"
    ]
}