get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 104907,
    "url": "http://patchwork.dpdk.org/api/patches/104907/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dts/patch/20211206094714.3231939-1-weix.ling@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patchwork.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": "<20211206094714.3231939-1-weix.ling@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20211206094714.3231939-1-weix.ling@intel.com",
    "date": "2021-12-06T09:47:14",
    "name": "[V1,3/3] conf/vm2vm_virtio_net_perf: modify case name",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "28d6e452e36c8cfd6d025c5aab84ba458513b564",
    "submitter": {
        "id": 1828,
        "url": "http://patchwork.dpdk.org/api/people/1828/?format=api",
        "name": "Ling, WeiX",
        "email": "weix.ling@intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dts/patch/20211206094714.3231939-1-weix.ling@intel.com/mbox/",
    "series": [
        {
            "id": 20867,
            "url": "http://patchwork.dpdk.org/api/series/20867/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dts/list/?series=20867",
            "date": "2021-12-06T09:46:41",
            "name": "modify test plan and suite to coverage the test point",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/20867/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/patches/104907/comments/",
    "check": "fail",
    "checks": "http://patchwork.dpdk.org/api/patches/104907/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 0E938A034F;\n\tMon,  6 Dec 2021 10:56:17 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 0990F41160;\n\tMon,  6 Dec 2021 10:56:17 +0100 (CET)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n by mails.dpdk.org (Postfix) with ESMTP id 5E43D4115E\n for <dts@dpdk.org>; Mon,  6 Dec 2021 10:56:15 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 06 Dec 2021 01:56:14 -0800",
            "from unknown (HELO localhost.localdomain) ([10.240.183.222])\n by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 06 Dec 2021 01:56:13 -0800"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10189\"; a=\"224537296\"",
            "E=Sophos;i=\"5.87,291,1631602800\"; d=\"scan'208\";a=\"224537296\"",
            "E=Sophos;i=\"5.87,291,1631602800\"; d=\"scan'208\";a=\"514676887\""
        ],
        "From": "Wei Ling <weix.ling@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Wei Ling <weix.ling@intel.com>",
        "Subject": "[dts][PATCH V1 3/3] conf/vm2vm_virtio_net_perf: modify case name",
        "Date": "Mon,  6 Dec 2021 17:47:14 +0800",
        "Message-Id": "<20211206094714.3231939-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 except value case name 2 in config file.\n\nSigned-off-by: Wei Ling <weix.ling@intel.com>\n---\n conf/vm2vm_virtio_net_perf.cfg | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/conf/vm2vm_virtio_net_perf.cfg b/conf/vm2vm_virtio_net_perf.cfg\nindex 324f6fb4..59af82d5 100644\n--- a/conf/vm2vm_virtio_net_perf.cfg\n+++ b/conf/vm2vm_virtio_net_perf.cfg\n@@ -1,4 +1,4 @@\n [suite]\n update_expected = True\n accepted_tolerance = 1\n-expected_throughput = {'test_vm2vm_split_ring_with_tso_and_cbdma_enable': 0.00}\n+expected_throughput = {'test_vm2vm_split_ring_iperf_with_tso': 0.00}\n",
    "prefixes": [
        "V1",
        "3/3"
    ]
}