Message ID | 20230130095325.28282-3-dukaix.yuan@intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | modify vm2vm_virtio_net_perf_cbdma testplan and testsuite | expand |
Context | Check | Description |
---|---|---|
ci/Intel-dts-pylama-test | success | Testing OK |
ci/Intel-dts-suite-test | warning | SKIPPED |
ci/Intel-dts-doc-test | success | Testing OK |
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"
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(-)