* [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
@ 2021-07-29 16:01 Yinan Wang
2021-08-10 8:35 ` Tu, Lijuan
0 siblings, 1 reply; 6+ messages in thread
From: Yinan Wang @ 2021-07-29 16:01 UTC (permalink / raw)
To: dts; +Cc: Yinan Wang
1. change test app name.
2. change one case to dynamic queue size for case coverage improvement
Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
...back_virtio_user_server_mode_test_plan.rst | 100 +++++++++---------
1 file changed, 50 insertions(+), 50 deletions(-)
diff --git a/test_plans/loopback_virtio_user_server_mode_test_plan.rst b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
index 18d580f4..34c519c5 100644
--- a/test_plans/loopback_virtio_user_server_mode_test_plan.rst
+++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
@@ -44,14 +44,14 @@ Test Case 1: Basic test for packed ring server mode
1. Launch virtio-user as server mode::
- ./testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \
--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
>set fwd mac
>start
2. Launch vhost as client mode::
- ./testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \
--vdev 'net_vhost0,iface=/tmp/sock0,client=1,queues=1' -- -i --rxq=1 --txq=1 --nb-cores=1
>set fwd mac
>start tx_first 32
@@ -65,14 +65,14 @@ Test Case 2: Basic test for split ring server mode
1. Launch virtio-user as server mode::
- ./testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -l 1-2 -n 4 --no-pci --file-prefix=virtio \
--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
>set fwd mac
>start
2. Launch vhost as client mode::
- ./testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -l 3-4 -n 4 --no-pci --file-prefix=vhost \
--vdev 'net_vhost0,iface=/tmp/sock0,client=1,queues=1' -- -i --rxq=1 --txq=1 --nb-cores=1
>set fwd mac
>start tx_first 32
@@ -87,14 +87,14 @@ Test Case 3: loopback reconnect test with split ring mergeable path and server m
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=0 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -107,7 +107,7 @@ Test Case 3: loopback reconnect test with split ring mergeable path and server m
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -129,7 +129,7 @@ Test Case 3: loopback reconnect test with split ring mergeable path and server m
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=0 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -159,14 +159,14 @@ Test Case 4: loopback reconnect test with split ring inorder mergeable path and
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=1 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -179,7 +179,7 @@ Test Case 4: loopback reconnect test with split ring inorder mergeable path and
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -201,7 +201,7 @@ Test Case 4: loopback reconnect test with split ring inorder mergeable path and
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=1,in_order=1\
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -231,14 +231,14 @@ Test Case 5: loopback reconnect test with split ring inorder non-mergeable path
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=1 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -251,7 +251,7 @@ Test Case 5: loopback reconnect test with split ring inorder non-mergeable path
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -273,7 +273,7 @@ Test Case 5: loopback reconnect test with split ring inorder non-mergeable path
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,server=1,queues=2,mrg_rxbuf=0,in_order=1 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -303,14 +303,14 @@ Test Case 6: loopback reconnect test with split ring non-mergeable path and serv
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -323,7 +323,7 @@ Test Case 6: loopback reconnect test with split ring non-mergeable path and serv
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -345,7 +345,7 @@ Test Case 6: loopback reconnect test with split ring non-mergeable path and serv
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -375,14 +375,14 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -395,7 +395,7 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -417,7 +417,7 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -447,14 +447,14 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -467,7 +467,7 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -489,7 +489,7 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -519,14 +519,14 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -539,7 +539,7 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -561,7 +561,7 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -591,14 +591,14 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -611,7 +611,7 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -633,7 +633,7 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -663,14 +663,14 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
2. Launch virtio-user as server mode with 2 queues::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --rx-offloads=0x10 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -683,7 +683,7 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -705,7 +705,7 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio \
--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 \
-- -i --rx-offloads=0x10 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -735,16 +735,16 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve
1. launch vhost as client mode with 2 queues::
rm -rf vhost-net*
- ./testpmd -c 0xe -n 4 --log-level=pmd.net.vhost.driver,8 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --log-level=pmd.net.vhost.driver,8 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start
-2. Launch virtio-user as server mode with 2 queues::
+2. Launch virtio-user as server mode with 8 queues::
- ./testpmd -n 4 -l 5-7 --log-level=pmd.net.virtio.driver,8 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
- --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 \
- -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
+ ./dpdk-testpmd -n 4 -l 5-7 --log-level=pmd.net.virtio.driver,8 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
+ --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 \
+ -- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2
>set fwd mac
>start tx_first 32
@@ -755,7 +755,7 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve
4. Relaunch vhost and send packets::
- ./testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
+ ./dpdk-testpmd -c 0xe -n 4 --no-pci --file-prefix=vhost \
--vdev 'eth_vhost0,iface=vhost-net,client=1,queues=2' -- -i --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
>start tx_first 32
@@ -766,7 +766,7 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve
#it should show up"
testpmd>show port stats all
-6. Check each RX/TX queue has packets::
+6. Check RX/TX queue0 and queue1 has packets::
testpmd>stop
@@ -777,7 +777,7 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve
8. Relaunch virtio-user and send packets::
- ./testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
+ ./dpdk-testpmd -n 4 -l 5-7 --no-pci --file-prefix=virtio --force-max-simd-bitwidth=512 \
--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 \
-- -i --tx-offloads=0x0 --enable-hw-vlan-strip --rss-ip --nb-cores=2 --rxq=2 --txq=2
>set fwd mac
@@ -797,6 +797,6 @@ Test Case 12: loopback reconnect test with packed ring vectorized path and serve
testpmd>start tx_first 32
testpmd>show port stats all
-11. Check each RX/TX queue has packets::
+11. Check RX/TX queue0 and queue1 have packets::
- testpmd>stop
+ testpmd>stop
--
2.25.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
2021-07-29 16:01 [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode Yinan Wang
@ 2021-08-10 8:35 ` Tu, Lijuan
2021-08-10 9:01 ` Wang, Yinan
0 siblings, 1 reply; 6+ messages in thread
From: Tu, Lijuan @ 2021-08-10 8:35 UTC (permalink / raw)
To: Wang, Yinan, dts; +Cc: Wang, Yinan
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Yinan Wang
> Sent: 2021年7月30日 0:01
> To: dts@dpdk.org
> Cc: Wang, Yinan <yinan.wang@intel.com>
> Subject: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
>
> 1. change test app name.
> 2. change one case to dynamic queue size for case coverage improvement
Is there any patch for test suite accordingly ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
2021-08-10 8:35 ` Tu, Lijuan
@ 2021-08-10 9:01 ` Wang, Yinan
2021-08-11 1:46 ` Tu, Lijuan
2021-08-11 7:22 ` Wang, Yinan
0 siblings, 2 replies; 6+ messages in thread
From: Wang, Yinan @ 2021-08-10 9:01 UTC (permalink / raw)
To: Tu, Lijuan, dts
> -----Original Message-----
> From: Tu, Lijuan <lijuan.tu@intel.com>
> Sent: 2021年8月10日 16:36
> To: Wang, Yinan <yinan.wang@intel.com>; dts@dpdk.org
> Cc: Wang, Yinan <yinan.wang@intel.com>
> Subject: RE: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
>
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Yinan Wang
> > Sent: 2021年7月30日 0:01
> > To: dts@dpdk.org
> > Cc: Wang, Yinan <yinan.wang@intel.com>
> > Subject: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
> >
> > 1. change test app name.
> > 2. change one case to dynamic queue size for case coverage improvement
>
> Is there any patch for test suite accordingly ?
> yes, after test plan up streamed, accordingly test suite will be prepare and upstream.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
2021-08-10 9:01 ` Wang, Yinan
@ 2021-08-11 1:46 ` Tu, Lijuan
2021-08-11 7:22 ` Wang, Yinan
1 sibling, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2021-08-11 1:46 UTC (permalink / raw)
To: Wang, Yinan, dts
> -----Original Message-----
> From: Wang, Yinan <yinan.wang@intel.com>
> Sent: 2021年8月10日 17:01
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Subject: RE: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
>
>
>
> > -----Original Message-----
> > From: Tu, Lijuan <lijuan.tu@intel.com>
> > Sent: 2021年8月10日 16:36
> > To: Wang, Yinan <yinan.wang@intel.com>; dts@dpdk.org
> > Cc: Wang, Yinan <yinan.wang@intel.com>
> > Subject: RE: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
> >
> > > -----Original Message-----
> > > From: dts <dts-bounces@dpdk.org> On Behalf Of Yinan Wang
> > > Sent: 2021年7月30日 0:01
> > > To: dts@dpdk.org
> > > Cc: Wang, Yinan <yinan.wang@intel.com>
> > > Subject: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
> > >
> > > 1. change test app name.
> > > 2. change one case to dynamic queue size for case coverage improvement
> >
> > Is there any patch for test suite accordingly ?
> > yes, after test plan up streamed, accordingly test suite will be prepare and
> upstream.
Please submit them in the same series, thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
2021-08-10 9:01 ` Wang, Yinan
2021-08-11 1:46 ` Tu, Lijuan
@ 2021-08-11 7:22 ` Wang, Yinan
2021-08-11 7:33 ` Tu, Lijuan
1 sibling, 1 reply; 6+ messages in thread
From: Wang, Yinan @ 2021-08-11 7:22 UTC (permalink / raw)
To: Wang, Yinan, Tu, Lijuan, dts
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Wang, Yinan
> Sent: 2021年8月10日 17:01
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH v1]
> test_plans/loopback_virtio_user_server_mode
>
>
>
> > -----Original Message-----
> > From: Tu, Lijuan <lijuan.tu@intel.com>
> > Sent: 2021年8月10日 16:36
> > To: Wang, Yinan <yinan.wang@intel.com>; dts@dpdk.org
> > Cc: Wang, Yinan <yinan.wang@intel.com>
> > Subject: RE: [dts] [PATCH v1]
> test_plans/loopback_virtio_user_server_mode
> >
> > > -----Original Message-----
> > > From: dts <dts-bounces@dpdk.org> On Behalf Of Yinan Wang
> > > Sent: 2021年7月30日 0:01
> > > To: dts@dpdk.org
> > > Cc: Wang, Yinan <yinan.wang@intel.com>
> > > Subject: [dts] [PATCH v1]
> test_plans/loopback_virtio_user_server_mode
> > >
> > > 1. change test app name.
> > > 2. change one case to dynamic queue size for case coverage
> improvement
> >
> > Is there any patch for test suite accordingly ?
> > yes, after test plan up streamed, accordingly test suite will be prepare and
> upstream.
Why can’t upstream this patch first?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
2021-08-11 7:22 ` Wang, Yinan
@ 2021-08-11 7:33 ` Tu, Lijuan
0 siblings, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2021-08-11 7:33 UTC (permalink / raw)
To: Wang, Yinan, dts
> -----Original Message-----
> From: Wang, Yinan <yinan.wang@intel.com>
> Sent: 2021年8月11日 15:23
> To: Wang, Yinan <yinan.wang@intel.com>; Tu, Lijuan <lijuan.tu@intel.com>;
> dts@dpdk.org
> Subject: RE: [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode
>
>
>
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Wang, Yinan
> > Sent: 2021年8月10日 17:01
> > To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> > Subject: Re: [dts] [PATCH v1]
> > test_plans/loopback_virtio_user_server_mode
> >
> >
> >
> > > -----Original Message-----
> > > From: Tu, Lijuan <lijuan.tu@intel.com>
> > > Sent: 2021年8月10日 16:36
> > > To: Wang, Yinan <yinan.wang@intel.com>; dts@dpdk.org
> > > Cc: Wang, Yinan <yinan.wang@intel.com>
> > > Subject: RE: [dts] [PATCH v1]
> > test_plans/loopback_virtio_user_server_mode
> > >
> > > > -----Original Message-----
> > > > From: dts <dts-bounces@dpdk.org> On Behalf Of Yinan Wang
> > > > Sent: 2021年7月30日 0:01
> > > > To: dts@dpdk.org
> > > > Cc: Wang, Yinan <yinan.wang@intel.com>
> > > > Subject: [dts] [PATCH v1]
> > test_plans/loopback_virtio_user_server_mode
> > > >
> > > > 1. change test app name.
> > > > 2. change one case to dynamic queue size for case coverage
> > improvement
> > >
> > > Is there any patch for test suite accordingly ?
> > > yes, after test plan up streamed, accordingly test suite will be prepare and
> > upstream.
> Why can’t upstream this patch first?
Just keep test plan and test suite alignment.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-08-11 7:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 16:01 [dts] [PATCH v1] test_plans/loopback_virtio_user_server_mode Yinan Wang
2021-08-10 8:35 ` Tu, Lijuan
2021-08-10 9:01 ` Wang, Yinan
2021-08-11 1:46 ` Tu, Lijuan
2021-08-11 7:22 ` Wang, Yinan
2021-08-11 7:33 ` Tu, Lijuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).