[V1] test_plans/vm2vm_virtio_net_perf_test_plan.rst

Message ID 20210407155211.823332-1-yinan.wang@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/vm2vm_virtio_net_perf_test_plan.rst |

Commit Message

Wang, Yinan April 7, 2021, 3:52 p.m. UTC
  Fix incorrect qemu version usage for packed ring test.

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

Comments

Tu, Lijuan April 8, 2021, 8:56 a.m. UTC | #1
> Fix incorrect qemu version usage for packed ring test.
> 
> Signed-off-by: Yinan Wang <yinan.wang@intel.com>

Applied, thanks
  

Patch

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@80:04.0;txq1@80:04.1;txq2@80:04.2;txq3@80:04.3;txq4@80:04.4;txq5@80:04.5;txq6@80:04.6;txq7@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@80:04.0;txq1@80:04.1;txq2@80:04.2;txq3@80:04.3;txq4@80:04.4;txq5@80:04.5;txq6@80:04.6;txq7@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`