test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V2 0/2] modify vm2vm_virtio_net_perf_cbdma testplan and testsuite
@ 2023-01-30  9:53 Dukai Yuan
  2023-01-30  9:53 ` [dts][PATCH V2 1/2] test_plans/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0' Dukai Yuan
  2023-01-30  9:53 ` [dts][PATCH V2 2/2] tests/vm2vm_virtio_net_perf_cbdma: " Dukai Yuan
  0 siblings, 2 replies; 3+ messages in thread
From: Dukai Yuan @ 2023-01-30  9:53 UTC (permalink / raw)
  To: dts; +Cc: Dukai Yuan

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

Dukai Yuan (2):
  test_plans/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0'
  tests/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0'

 test_plans/vm2vm_virtio_net_perf_cbdma_test_plan.rst | 4 ++--
 tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts][PATCH V2 1/2] test_plans/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0'
  2023-01-30  9:53 [dts][PATCH V2 0/2] modify vm2vm_virtio_net_perf_cbdma testplan and testsuite Dukai Yuan
@ 2023-01-30  9:53 ` Dukai Yuan
  2023-01-30  9:53 ` [dts][PATCH V2 2/2] tests/vm2vm_virtio_net_perf_cbdma: " Dukai Yuan
  1 sibling, 0 replies; 3+ messages in thread
From: Dukai Yuan @ 2023-01-30  9:53 UTC (permalink / raw)
  To: dts; +Cc: Dukai Yuan

Modify 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@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@0000:00:04.0;txq1@0000:00:04.0;txq2@0000:00:04.1;txq3@0000:00:04.1;txq4@0000:00:04.2;txq5@0000:00:04.2;rxq2@0000:00:04.3;rxq3@0000:00:04.3;rxq4@0000:00:04.4;rxq5@0000:00:04.4;rxq6@0000:00:04.5;rxq7@0000:00:04.5],dma-ring-size=1024' \
-	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[txq2@0000:80:04.0;txq3@0000:80:04.0;txq4@0000:80:04.1;txq5@0000:80:04.1;txq6@0000:80:04.2;txq7@0000:80:04.2;rxq0@0000:80:04.3;rxq1@0000:80:04.3;rxq2@0000:80:04.4;rxq3@0000:80:04.4;rxq4@0000:80:04.5;rxq5@0000:80:04.5],dma-ring-size=1024' \
+	--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[txq0@0000:00:04.0;txq1@0000:00:04.0;txq2@0000:00:04.1;txq3@0000:00:04.1;txq4@0000:00:04.2;txq5@0000:00:04.2;rxq2@0000:00:04.3;rxq3@0000:00:04.3;rxq4@0000:00:04.4;rxq5@0000:00:04.4;rxq6@0000:00:04.5;rxq7@0000:00:04.5],dma-ring-size=1024' \
+	--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[txq2@0000:80:04.0;txq3@0000:80:04.0;txq4@0000:80:04.1;txq5@0000:80:04.1;txq6@0000:80:04.2;txq7@0000:80:04.2;rxq0@0000:80:04.3;rxq1@0000:80:04.3;rxq2@0000:80:04.4;rxq3@0000:80:04.4;rxq4@0000:80:04.5;rxq5@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts][PATCH V2 2/2] tests/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0'
  2023-01-30  9:53 [dts][PATCH V2 0/2] modify vm2vm_virtio_net_perf_cbdma testplan and testsuite Dukai Yuan
  2023-01-30  9:53 ` [dts][PATCH V2 1/2] test_plans/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0' Dukai Yuan
@ 2023-01-30  9:53 ` Dukai Yuan
  1 sibling, 0 replies; 3+ messages in thread
From: Dukai Yuan @ 2023-01-30  9:53 UTC (permalink / raw)
  To: dts; +Cc: Dukai Yuan

Modify 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@intel.com>
---
 tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py b/tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py
index b19c8636..5c4cd0ac 100644
--- a/tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py
+++ b/tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py
@@ -1100,8 +1100,8 @@ class TestVM2VMVirtioNetPerfCbdma(TestCase):
             )
         )
         eal_param = (
-            "--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=1,dmas=[%s],dma-ring-size=1024' "
-            "--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=1,dmas=[%s],dma-ring-size=1024'"
+            "--vdev 'net_vhost0,iface=vhost-net0,queues=8,tso=0,dmas=[%s],dma-ring-size=1024' "
+            "--vdev 'net_vhost1,iface=vhost-net1,queues=8,tso=0,dmas=[%s],dma-ring-size=1024'"
             % (dmas1, dmas2)
         )
         param = " --nb-cores=4 --txd=1024 --rxd=1024 --txq=8 --rxq=8"
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-30  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  9:53 [dts][PATCH V2 0/2] modify vm2vm_virtio_net_perf_cbdma testplan and testsuite Dukai Yuan
2023-01-30  9:53 ` [dts][PATCH V2 1/2] test_plans/vm2vm_virtio_net_perf_cbdma: modify packed ring non-mergeable path 'tso=0' Dukai Yuan
2023-01-30  9:53 ` [dts][PATCH V2 2/2] tests/vm2vm_virtio_net_perf_cbdma: " Dukai Yuan

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).