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

Dukai Yuan dukaix.yuan at intel.com
Mon Jan 30 10:39:15 CET 2023


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

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

diff --git a/test_plans/vm2vm_virtio_net_perf_cbdma_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_cbdma_test_plan.rst
index 87e91c17..497cac37 100644
--- a/test_plans/vm2vm_virtio_net_perf_cbdma_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_cbdma_test_plan.rst
@@ -615,8 +615,8 @@ vm2vm vhost-user/virtio-net packed ring non-mergeable path and 8 queues when vho
 	<dpdk dir># ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1-5 -n 4 --file-prefix=vhost \
 	-a 0000:00:04.0 -a 0000:00:04.1 -a 0000:00:04.2 -a 0000:00:04.3 -a 0000:00:04.4 -a 0000:00:04.5 -a 0000:00:04.6 -a 0000:00:04.7 \
 	-a 0000:80:04.0 -a 0000:80:04.1 -a 0000:80:04.2 -a 0000:80:04.3 -a 0000:80:04.4 -a 0000:80:04.5 -a 0000:80:04.6 -a 0000:80:04.7 \
-	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=1,dmas=[txq0 at 0000:00:04.0;txq1 at 0000:00:04.0;txq2 at 0000:00:04.1;txq3 at 0000:00:04.1;txq4 at 0000:00:04.2;txq5 at 0000:00:04.2;rxq2 at 0000:00:04.3;rxq3 at 0000:00:04.3;rxq4 at 0000:00:04.4;rxq5 at 0000:00:04.4;rxq6 at 0000:00:04.5;rxq7 at 0000:00:04.5],dma-ring-size=1024' \
-	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[txq2 at 0000:80:04.0;txq3 at 0000:80:04.0;txq4 at 0000:80:04.1;txq5 at 0000:80:04.1;txq6 at 0000:80:04.2;txq7 at 0000:80:04.2;rxq0 at 0000:80:04.3;rxq1 at 0000:80:04.3;rxq2 at 0000:80:04.4;rxq3 at 0000:80:04.4;rxq4 at 0000:80:04.5;rxq5 at 0000:80:04.5],dma-ring-size=1024' \
+	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[txq0 at 0000:00:04.0;txq1 at 0000:00:04.0;txq2 at 0000:00:04.1;txq3 at 0000:00:04.1;txq4 at 0000:00:04.2;txq5 at 0000:00:04.2;rxq2 at 0000:00:04.3;rxq3 at 0000:00:04.3;rxq4 at 0000:00:04.4;rxq5 at 0000:00:04.4;rxq6 at 0000:00:04.5;rxq7 at 0000:00:04.5],dma-ring-size=1024' \
+	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[txq2 at 0000:80:04.0;txq3 at 0000:80:04.0;txq4 at 0000:80:04.1;txq5 at 0000:80:04.1;txq6 at 0000:80:04.2;txq7 at 0000:80:04.2;rxq0 at 0000:80:04.3;rxq1 at 0000:80:04.3;rxq2 at 0000:80:04.4;rxq3 at 0000:80:04.4;rxq4 at 0000:80:04.5;rxq5 at 0000:80:04.5],dma-ring-size=1024' \
 	--iova=va -- -i --nb-cores=4 --txd=1024 --rxd=1024 --txq=8 --rxq=8
 	testpmd>start
 
-- 
2.17.1



More information about the dts mailing list