[dts] [PATCH V1] test_plans/vm2vm_virtio_net_perf_test_plan.rst

Yinan Wang yinan.wang at intel.com
Wed Apr 7 17:52:11 CEST 2021


Fix incorrect qemu version usage for packed ring test.

Signed-off-by: Yinan Wang <yinan.wang at intel.com>
---
 test_plans/vm2vm_virtio_net_perf_test_plan.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
index 6902bf55..78418e00 100644
--- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
@@ -676,7 +676,7 @@ Test Case 11: VM2VM virtio-net packed ring mergeable 8 queues CBDMA enable test
     --vdev 'net_vhost1,iface=vhost-net1,client=1,queues=8,dmas=[txq0 at 80:04.0;txq1 at 80:04.1;txq2 at 80:04.2;txq3 at 80:04.3;txq4 at 80:04.4;txq5 at 80:04.5;txq6 at 80:04.6;txq7 at 80:04.7],dmathr=512'  -- -i --nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8
     testpmd>start
 
-2. Launch VM1 and VM2 using qemu3.0::
+2. Launch VM1 and VM2::
 
     taskset -c 32 qemu-system-x86_64 -name vm1 -enable-kvm -cpu host -smp 8 -m 4096 \
     -object memory-backend-file,id=mem,size=4096M,mem-path=/mnt/huge,share=on \
@@ -769,7 +769,7 @@ Test Case 12: VM2VM virtio-net packed ring non-mergeable 8 queues CBDMA enable t
     --vdev 'net_vhost1,iface=vhost-net1,client=1,queues=8,dmas=[txq0 at 80:04.0;txq1 at 80:04.1;txq2 at 80:04.2;txq3 at 80:04.3;txq4 at 80:04.4;txq5 at 80:04.5;txq6 at 80:04.6;txq7 at 80:04.7],dmathr=512'  -- -i --nb-cores=4 --txd=1024 --rxd=1024 --rxq=8 --txq=8
     testpmd>start
 
-2. Launch VM1 and VM2 using qemu3.0::
+2. Launch VM1 and VM2::
 
     taskset -c 32 qemu-system-x86_64 -name vm1 -enable-kvm -cpu host -smp 8 -m 4096 \
     -object memory-backend-file,id=mem,size=4096M,mem-path=/mnt/huge,share=on \
@@ -850,4 +850,4 @@ Test Case 12: VM2VM virtio-net packed ring non-mergeable 8 queues CBDMA enable t
 14. Check the iperf performance, ensure queue0 can work from vhost side::
 
      Under VM1, run: `iperf -s -i 1`
-     Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60`
\ No newline at end of file
+     Under VM2, run: `iperf -c 1.1.1.2 -i 1 -t 60`
-- 
2.25.1



More information about the dts mailing list