get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 99004,
    "url": "https://patches.dpdk.org/api/patches/99004/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/patch/20210916164932.77942-3-linglix.chen@intel.com/",
    "project": {
        "id": 3,
        "url": "https://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": "<20210916164932.77942-3-linglix.chen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210916164932.77942-3-linglix.chen@intel.com",
    "date": "2021-09-16T16:49:32",
    "name": "[V1,2/2] tests/vm2vm_virtio_user: Modify the script sync with testplan",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "c29fa8ecffb1ac6e93b8d7b45bd5a2ab405b6187",
    "submitter": {
        "id": 1843,
        "url": "https://patches.dpdk.org/api/people/1843/?format=api",
        "name": "Lingli Chen",
        "email": "linglix.chen@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dts/patch/20210916164932.77942-3-linglix.chen@intel.com/mbox/",
    "series": [
        {
            "id": 18972,
            "url": "https://patches.dpdk.org/api/series/18972/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=18972",
            "date": "2021-09-16T16:49:30",
            "name": "Modify vm2vm_virtio_user testsuite and test_plan",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/18972/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/99004/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/99004/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 ABD81A0C45;\n\tThu, 16 Sep 2021 10:47:45 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 01A47410ED;\n\tThu, 16 Sep 2021 10:47:45 +0200 (CEST)",
            "from mga05.intel.com (mga05.intel.com [192.55.52.43])\n by mails.dpdk.org (Postfix) with ESMTP id 211D54069E\n for <dts@dpdk.org>; Thu, 16 Sep 2021 10:47:43 +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 16 Sep 2021 01:47:43 -0700",
            "from unknown (HELO localhost.localdomain) ([10.240.183.77])\n by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 16 Sep 2021 01:47:42 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10108\"; a=\"308061612\"",
            "E=Sophos;i=\"5.85,297,1624345200\"; d=\"scan'208\";a=\"308061612\"",
            "E=Sophos;i=\"5.85,297,1624345200\"; d=\"scan'208\";a=\"509231642\""
        ],
        "From": "Lingli Chen <linglix.chen@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Lingli Chen <linglix.chen@intel.com>",
        "Date": "Thu, 16 Sep 2021 16:49:32 +0000",
        "Message-Id": "<20210916164932.77942-3-linglix.chen@intel.com>",
        "X-Mailer": "git-send-email 2.32.0",
        "In-Reply-To": "<20210916164932.77942-1-linglix.chen@intel.com>",
        "References": "<20210916164932.77942-1-linglix.chen@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH V1 2/2] tests/vm2vm_virtio_user: Modify the script\n sync with testplan",
        "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": "1.Modify case 12, case 14 case name sync with testplan.\n2.Modify case 4, case 7, case 8 sync with testplan.\n\nSigned-off-by: Lingli Chen <linglix.chen@intel.com>\n---\n tests/TestSuite_vm2vm_virtio_user.py | 38 +++++++++++++---------------\n 1 file changed, 18 insertions(+), 20 deletions(-)",
    "diff": "diff --git a/tests/TestSuite_vm2vm_virtio_user.py b/tests/TestSuite_vm2vm_virtio_user.py\nindex bd1c320e..e6c407a8 100644\n--- a/tests/TestSuite_vm2vm_virtio_user.py\n+++ b/tests/TestSuite_vm2vm_virtio_user.py\n@@ -416,7 +416,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_packed_virtqueue_mergeable_path(self):\n         \"\"\"\n-        packed virtqueue vm2vm mergeable path test\n+        Test Case 1: packed virtqueue vm2vm mergeable path test\n         about packed virtqueue path, the 8k length pkt will occupies 1 ring since indirect feature enabled\n         \"\"\"\n         small_pkts_num = 251\n@@ -444,7 +444,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_packed_virtqueue_inorder_mergeable_path(self):\n         \"\"\"\n-        packed virtqueue vm2vm inorder mergeable path test\n+        Test Case 2: packed virtqueue vm2vm inorder mergeable path test\n         about packed virtqueue path, the 8k length pkt will occupies 5 ring,\n         2000,2000,2000,2000 will need 4 consequent ring, still need one ring put header\n         so, as the rxt=256, if received pkts include 8k chain pkt, it will received up to 252 pkts\n@@ -471,7 +471,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_packed_virtqueue_no_mergeable_path(self):\n         \"\"\"\n-        packed virtqueue vm2vm non-mergeable path test\n+        Test Case 3: packed virtqueue vm2vm non-mergeable path test\n         about non-mergeable path, it can not received large pkts\n         \"\"\"\n         small_pkts_num = 251\n@@ -497,13 +497,13 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_packed_virtqueue_inorder_no_mergeable_path(self):\n         \"\"\"\n-        packed virtqueue vm2vm inorder non-mergeable path test\n+        Test Case 4: packed virtqueue vm2vm inorder non-mergeable path test\n         about non-mergeable path, it can not received large pkts\n         \"\"\"\n         small_pkts_num = 251\n         large_8k_pkts_num = 0\n         large_2k_pkts_num = 0\n-        path_mode = 'packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1'\n+        path_mode = 'packed_vq=1,mrg_rxbuf=0,in_order=1'\n         extern_params = '--rx-offloads=0x10'\n         ringsize = 256\n         # get dump pcap file of virtio\n@@ -523,8 +523,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_packed_virtqueue_vectorized_path(self):\n         \"\"\"\n-        packed virtqueue vm2vm inorder non-mergeable path test\n-        about non-mergeable path, it can not received large pkts\n+        Test Case 10: packed virtqueue vm2vm vectorized path test\n         \"\"\"\n         small_pkts_num = 251\n         large_8k_pkts_num = 0\n@@ -549,8 +548,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_packed_virtqueue_vectorized_path_ringsize_not_powerof_2(self):\n         \"\"\"\n-        packed virtqueue vm2vm inorder non-mergeable path test\n-        about non-mergeable path, it can not received large pkts\n+        Test Case 11: packed virtqueue vm2vm vectorized path test with ring size is not power of 2\n         \"\"\"\n         small_pkts_num = 251\n         large_8k_pkts_num = 0\n@@ -575,7 +573,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_split_virtqueue_mergeable_path(self):\n         \"\"\"\n-        split virtqueue vm2vm mergeable path test\n+        Test Case 5: split virtqueue vm2vm mergeable path test\n         about split virtqueue path, the 8k length pkt will occupies 1 ring,\n         so, as the rxt=256, if received pkts include 8k chain pkt, also will received up to 256 pkts\n         \"\"\"\n@@ -604,7 +602,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_split_virtqueue_inorder_mergeable_path(self):\n         \"\"\"\n-        split virtqueue vm2vm inorder mergeable path test\n+        Test Case 6: split virtqueue vm2vm inorder mergeable path test\n         about split virtqueue path, the 8k length pkt will occupies 5 ring,\n         2000,2000,2000,2000 will need 4 consequent ring, still need one ring put header\n         so, as the rxt=256, if received pkts include 8k chain pkt, it will received up to 252 pkts\n@@ -631,13 +629,13 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_split_virtqueue_no_mergeable_path(self):\n         \"\"\"\n-        split virtqueue vm2vm non-mergeable path test\n+        Test Case 7: split virtqueue vm2vm non-mergeable path test\n         about non-mergeable path, it can not received large pkts\n         \"\"\"\n         small_pkts_num = 251\n         large_8k_pkts_num = 0\n         large_2k_pkts_num = 0\n-        path_mode = 'packed_vq=0,mrg_rxbuf=0,in_order=0,vectorized=1'\n+        path_mode = 'packed_vq=0,mrg_rxbuf=0,in_order=0'\n         ringsize = 256\n         extern_params = '--enable-hw-vlan-strip'\n         # get dump pcap file of virtio\n@@ -656,7 +654,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_split_virtqueue_inorder_no_mergeable_path(self):\n         \"\"\"\n-        split virtqueue vm2vm inorder non-mergeable path test\n+        Test Case 8: split virtqueue vm2vm inorder non-mergeable path test\n         about non-mergeable path, it can not received large pkts\n         \"\"\"\n         small_pkts_num = 251\n@@ -664,7 +662,7 @@ class TestVM2VMVirtioUser(TestCase):\n         large_2k_pkts_num = 0\n         path_mode = 'packed_vq=0,mrg_rxbuf=0,in_order=1'\n         ringsize = 256\n-        extern_params = '--rx-offloads=0x10'\n+        extern_params = ''\n         # get dump pcap file of virtio\n         # the virtio0 will send 283 pkts, but the virtio only will received 251 pkts\n         self.logger.info('check pcap file info about virtio')\n@@ -681,7 +679,7 @@ class TestVM2VMVirtioUser(TestCase):\n \n     def test_vm2vm_virtio_user_split_virtqueue_vector_rx_path(self):\n         \"\"\"\n-        split virtqueue vm2vm vector_rx path test\n+        Test Case 9: split virtqueue vm2vm vector_rx path test\n         about vector_rx path, it can not received large pkts\n         \"\"\"\n         small_pkts_num = 251\n@@ -753,9 +751,9 @@ class TestVM2VMVirtioUser(TestCase):\n                 if driver != driver_now:\n                     netdev.bind_driver(driver=driver)\n \n-    def test_vm2vm_virtio_user_split_virtqueue_inorder_mergeable_path_with_cbdma(self):\n+    def test_vm2vm_virtio_user_split_virtqueue_non_mergeable_path_with_cbdma(self):\n         \"\"\"\n-        Test Case 12: split virtqueue vm2vm inorder mergeable path multi-queues payload check with cbdma enabled\n+        Test Case 12: split virtqueue vm2vm non-mergeable path multi-queues payload check with cbdma enabled\n         \"\"\"\n         self.cbdma_nic_dev_num = 4\n         self.get_cbdma_ports_info_and_bind_to_dpdk()\n@@ -812,9 +810,9 @@ class TestVM2VMVirtioUser(TestCase):\n         self.check_packet_payload_valid_with_cbdma(self.dump_virtio_pcap, total_pkts_num, large_4640_pkts_num, large_64_pkts_num)\n         self.logger.info('check pcap file info about vhost')\n \n-    def test_vm2vm_virtio_user_packed_virtqueue_inorder_mergeable_path_with_cbdma(self):\n+    def test_vm2vm_virtio_user_packed_virtqueue_non_mergeable_path_with_cbdma(self):\n         \"\"\"\n-        Test Case 14: packed virtqueue vm2vm inorder mergeable path multi-queues payload check with cbdma enabled\n+        Test Case 14: packed virtqueue vm2vm non-mergeable path multi-queues payload check with cbdma enabled\n         \"\"\"\n         self.cbdma_nic_dev_num = 4\n         self.get_cbdma_ports_info_and_bind_to_dpdk()\n",
    "prefixes": [
        "V1",
        "2/2"
    ]
}