[dts][PATCH V1 2/2] test_plans/vm2vm_virtio_net_perf_dsa: modify packed ring non-mergeable path tso=0

Dukai Yuan dukaix.yuan at intel.com
Tue Jan 31 09:13:01 CET 2023


Modify start virtio back-end side testpmd parameter from
'tso=1' to 'tso=0' to cover packed ring non-merageable path
with disable tso.

Signed-off-by: Dukai Yuan <dukaix.yuan at intel.com>
---
 test_plans/vm2vm_virtio_net_perf_dsa_test_plan.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test_plans/vm2vm_virtio_net_perf_dsa_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_dsa_test_plan.rst
index 0e742387..2c52cb0a 100644
--- a/test_plans/vm2vm_virtio_net_perf_dsa_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_dsa_test_plan.rst
@@ -519,8 +519,8 @@ The dynamic change of multi-queues number also test.
 2. Launch the Vhost sample by below commands::
 
 	<dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-5 -n 4 --file-prefix=vhost -a 0000:f1:01.0,max_queues=8 -a 0000:f6:01.0,max_queues=8 \
-	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=1,dmas=[txq0 at 0000:f1:01.0-q0;txq1 at 0000:f1:01.0-q1;txq2 at 0000:f1:01.0-q2;txq3 at 0000:f1:01.0-q3;txq4 at 0000:f1:01.0-q4;txq5 at 0000:f1:01.0-q5;rxq2 at 0000:f1:01.0-q6;rxq3 at 0000:f1:01.0-q6;rxq4 at 0000:f1:01.0-q7;rxq5 at 0000:f1:01.0-q7;rxq6 at 0000:f1:01.0-q7;rxq7 at 0000:f1:01.0-q7]' \
-	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[txq2 at 0000:f6:01.0-q0;txq3 at 0000:f6:01.0-q1;txq4 at 0000:f6:01.0-q2;txq5 at 0000:f6:01.0-q3;txq6 at 0000:f6:01.0-q4;txq7 at 0000:f6:01.0-q5;rxq0 at 0000:f6:01.0-q6;rxq1 at 0000:f6:01.0-q6;rxq2 at 0000:f6:01.0-q7;rxq3 at 0000:f6:01.0-q7;rxq4 at 0000:f6:01.0-q7;rxq5 at 0000:f6:01.0-q7]' \
+	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[txq0 at 0000:f1:01.0-q0;txq1 at 0000:f1:01.0-q1;txq2 at 0000:f1:01.0-q2;txq3 at 0000:f1:01.0-q3;txq4 at 0000:f1:01.0-q4;txq5 at 0000:f1:01.0-q5;rxq2 at 0000:f1:01.0-q6;rxq3 at 0000:f1:01.0-q6;rxq4 at 0000:f1:01.0-q7;rxq5 at 0000:f1:01.0-q7;rxq6 at 0000:f1:01.0-q7;rxq7 at 0000:f1:01.0-q7]' \
+	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[txq2 at 0000:f6:01.0-q0;txq3 at 0000:f6:01.0-q1;txq4 at 0000:f6:01.0-q2;txq5 at 0000:f6:01.0-q3;txq6 at 0000:f6:01.0-q4;txq7 at 0000:f6:01.0-q5;rxq0 at 0000:f6:01.0-q6;rxq1 at 0000:f6:01.0-q6;rxq2 at 0000:f6:01.0-q7;rxq3 at 0000:f6:01.0-q7;rxq4 at 0000:f6:01.0-q7;rxq5 at 0000:f6:01.0-q7]' \
 	--iova=va -- -i --nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8
 	testpmd>start
 
@@ -1112,8 +1112,8 @@ The dynamic change of multi-queues number also test.
 2. Launch the Vhost sample by below commands::
 
 	<dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-5 -n 4 --file-prefix=vhost \
-	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=1,dmas=[txq0 at wq0.0;txq1 at wq0.0;txq2 at wq0.1;txq3 at wq0.1;txq4 at wq0.2;txq5 at wq0.2;txq6 at wq0.3;txq7 at wq0.3;rxq0 at wq0.0;rxq1 at wq0.0;rxq2 at wq0.1;rxq3 at wq0.1;rxq4 at wq0.2;rxq5 at wq0.2;rxq6 at wq0.3;rxq7 at wq0.3]' \
-	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[txq0 at wq0.0;txq1 at wq0.0;txq2 at wq0.1;txq3 at wq0.1;txq4 at wq0.2;txq5 at wq0.2;txq6 at wq0.3;txq7 at wq0.3;rxq0 at wq0.0;rxq1 at wq0.0;rxq2 at wq0.1;rxq3 at wq0.1;rxq4 at wq0.2;rxq5 at wq0.2;rxq6 at wq0.3;rxq7 at wq0.3]' \
+	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[txq0 at wq0.0;txq1 at wq0.0;txq2 at wq0.1;txq3 at wq0.1;txq4 at wq0.2;txq5 at wq0.2;txq6 at wq0.3;txq7 at wq0.3;rxq0 at wq0.0;rxq1 at wq0.0;rxq2 at wq0.1;rxq3 at wq0.1;rxq4 at wq0.2;rxq5 at wq0.2;rxq6 at wq0.3;rxq7 at wq0.3]' \
+	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[txq0 at wq0.0;txq1 at wq0.0;txq2 at wq0.1;txq3 at wq0.1;txq4 at wq0.2;txq5 at wq0.2;txq6 at wq0.3;txq7 at wq0.3;rxq0 at wq0.0;rxq1 at wq0.0;rxq2 at wq0.1;rxq3 at wq0.1;rxq4 at wq0.2;rxq5 at wq0.2;rxq6 at wq0.3;rxq7 at wq0.3]' \
 	--iova=va -- -i --nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8
 	testpmd>start
 
-- 
2.17.1



More information about the dts mailing list