get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 96370,
    "url": "https://patches.dpdk.org/api/patches/96370/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/patch/20210729160114.1263613-1-yinan.wang@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": "<20210729160114.1263613-1-yinan.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210729160114.1263613-1-yinan.wang@intel.com",
    "date": "2021-07-29T16:01:14",
    "name": "[v1] test_plans/loopback_virtio_user_server_mode",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "e0ee729672e35e6610cb54d9ed301715a42149e7",
    "submitter": {
        "id": 1081,
        "url": "https://patches.dpdk.org/api/people/1081/?format=api",
        "name": "Wang, Yinan",
        "email": "yinan.wang@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dts/patch/20210729160114.1263613-1-yinan.wang@intel.com/mbox/",
    "series": [
        {
            "id": 18049,
            "url": "https://patches.dpdk.org/api/series/18049/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=18049",
            "date": "2021-07-29T16:01:14",
            "name": "[v1] test_plans/loopback_virtio_user_server_mode",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/18049/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/96370/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/96370/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 3F631A0C40;\n\tThu, 29 Jul 2021 09:19:38 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 09BCF40687;\n\tThu, 29 Jul 2021 09:19:38 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by mails.dpdk.org (Postfix) with ESMTP id F219740041\n for <dts@dpdk.org>; Thu, 29 Jul 2021 09:19:35 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 29 Jul 2021 00:19:26 -0700",
            "from dpdk-yinan-ntb1.sh.intel.com ([10.67.119.39])\n by fmsmga005.fm.intel.com with ESMTP; 29 Jul 2021 00:19:25 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10059\"; a=\"200037172\"",
            "E=Sophos;i=\"5.84,278,1620716400\"; d=\"scan'208\";a=\"200037172\"",
            "E=Sophos;i=\"5.84,278,1620716400\"; d=\"scan'208\";a=\"666276539\""
        ],
        "X-ExtLoop1": "1",
        "From": "Yinan Wang <yinan.wang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Yinan Wang <yinan.wang@intel.com>",
        "Date": "Thu, 29 Jul 2021 12:01:14 -0400",
        "Message-Id": "<20210729160114.1263613-1-yinan.wang@intel.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode",
        "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. change test app name.\n2. change one case to dynamic queue size for case coverage improvement\n\nSigned-off-by: Yinan Wang <yinan.wang@intel.com>\n---\n ...back_virtio_user_server_mode_test_plan.rst | 100 +++++++++---------\n 1 file changed, 50 insertions(+), 50 deletions(-)",
    "diff": "diff --git a/test_plans/loopback_virtio_user_server_mode_test_plan.rst b/test_plans/loopback_virtio_user_server_mode_test_plan.rst\nindex 18d580f4..34c519c5 100644\n--- a/test_plans/loopback_virtio_user_server_mode_test_plan.rst\n+++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst\n@@ -44,14 +44,14 @@ Test Case 1: Basic test for packed ring server mode\n \n 1. Launch virtio-user as server mode::\n \n-    ./testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:11:22:33:44:10,path=/tmp/sock0,server=1,queues=1,packed_vq=1 -- -i --rxq=1 --txq=1 --no-numa\n     >set fwd mac\n     >start\n \n 2. Launch vhost as client mode::\n \n-    ./testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'net_vhost0,iface=/tmp/sock0,client=1,queues=1' -- -i --rxq=1 --txq=1 --nb-cores=1\n     >set fwd mac\n     >start tx_first 32\n@@ -65,14 +65,14 @@ Test Case 2:  Basic test for split ring server mode\n \n 1. Launch virtio-user as server mode::\n \n-    ./testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:11:22:33:44:10,path=/tmp/sock0,server=1,queues=1 -- -i --rxq=1 --txq=1 --no-numa\n     >set fwd mac\n     >start\n \n 2. Launch vhost as client mode::\n \n-    ./testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'net_vhost0,iface=/tmp/sock0,client=1,queues=1' -- -i --rxq=1 --txq=1 --nb-cores=1\n     >set fwd mac\n     >start tx_first 32\n@@ -87,14 +87,14 @@ Test Case 3: loopback reconnect test with split ring mergeable path and server m\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=0 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -107,7 +107,7 @@ Test Case 3: loopback reconnect test with split ring mergeable path and server m\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -129,7 +129,7 @@ Test Case 3: loopback reconnect test with split ring mergeable path and server m\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=0 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -159,14 +159,14 @@ Test Case 4: loopback reconnect test with split ring inorder mergeable path and\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -179,7 +179,7 @@ Test Case 4: loopback reconnect test with split ring inorder mergeable path and\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -201,7 +201,7 @@ Test Case 4: loopback reconnect test with split ring inorder mergeable path and\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=1\\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -231,14 +231,14 @@ Test Case 5: loopback reconnect test with split ring inorder non-mergeable path\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -251,7 +251,7 @@ Test Case 5: loopback reconnect test with split ring inorder non-mergeable path\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -273,7 +273,7 @@ Test Case 5: loopback reconnect test with split ring inorder non-mergeable path\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -303,14 +303,14 @@ Test Case 6: loopback reconnect test with split ring non-mergeable path and serv\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=0,vectorized=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -323,7 +323,7 @@ Test Case 6: loopback reconnect test with split ring non-mergeable path and serv\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -345,7 +345,7 @@ Test Case 6: loopback reconnect test with split ring non-mergeable path and serv\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=0,vectorized=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -375,14 +375,14 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=0,vectorized=1 \\\n     -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -395,7 +395,7 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -417,7 +417,7 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=0,vectorized=1 \\\n     -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -447,14 +447,14 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=1,in_order=0 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -467,7 +467,7 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -489,7 +489,7 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=1,in_order=0 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -519,14 +519,14 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=0 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -539,7 +539,7 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -561,7 +561,7 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=0 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -591,14 +591,14 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=1,in_order=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -611,7 +611,7 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -633,7 +633,7 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=1,in_order=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -663,14 +663,14 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n 2. Launch virtio-user as server mode with 2 queues::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \\\n     -- -i --rx-offloads=0x10 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -683,7 +683,7 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -705,7 +705,7 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \\\n     -- -i --rx-offloads=0x10 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -735,16 +735,16 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve\n 1. launch vhost as client mode with 2 queues::\n \n     rm -rf vhost-net*\n-    ./testpmd -c 0xe -n 4 --log-level=pmd.net.vhost.driver,8 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --log-level=pmd.net.vhost.driver,8 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start\n \n-2. Launch virtio-user as server mode with 2 queues::\n+2. Launch virtio-user as server mode with 8 queues::\n \n-    ./testpmd -n 4 -l 5-7 --log-level=pmd.net.virtio.driver,8 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \\\n-    --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \\\n-    -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n+    ./dpdk-testpmd -n 4 -l 5-7 --log-level=pmd.net.virtio.driver,8 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \\\n+    --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=8,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \\\n+    -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2\n     >set fwd mac\n     >start tx_first 32\n \n@@ -755,7 +755,7 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve\n \n 4. Relaunch vhost and send packets::\n \n-    ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n+    ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \\\n     --vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n     >start tx_first 32\n@@ -766,7 +766,7 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve\n     #it should show up\"\n     testpmd>show port stats all\n \n-6. Check each RX/TX queue has packets::\n+6. Check RX/TX queue0 and queue1 has packets::\n \n     testpmd>stop\n \n@@ -777,7 +777,7 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve\n \n 8. Relaunch virtio-user and send packets::\n \n-    ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \\\n+    ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \\\n     --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,packed_vq=1,mrg_rxbuf=0,in_order=1,vectorized=1 \\\n     -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2\n     >set fwd mac\n@@ -797,6 +797,6 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve\n      testpmd>start tx_first 32\n      testpmd>show port stats all\n \n-11. Check each RX/TX queue has packets::\n+11. Check RX/TX queue0 and queue1 have packets::\n \n-     testpmd>stop\n+     testpmd>stop\n",
    "prefixes": [
        "v1"
    ]
}