* [dts][PATCH V1 1/2] test_plans/vhost_qemu_mtu_test_plan: modify testplan
@ 2022-06-24 9:37 Wei Ling
0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2022-06-24 9:37 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
Delete the step 4 as no need to check the MTU value in VM's testpmd,
only need to check the MTU value in VM's kernel and vhost's testpmd.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
test_plans/vhost_qemu_mtu_test_plan.rst | 35 ++++++++++---------------
1 file changed, 14 insertions(+), 21 deletions(-)
diff --git a/test_plans/vhost_qemu_mtu_test_plan.rst b/test_plans/vhost_qemu_mtu_test_plan.rst
index 8b504a8d..38fead0c 100644
--- a/test_plans/vhost_qemu_mtu_test_plan.rst
+++ b/test_plans/vhost_qemu_mtu_test_plan.rst
@@ -28,27 +28,20 @@ Test Case: Test the MTU in virtio-net
Use the qemu_2.9 or qemu 2.10 to start the VM and the VM kernel should
grand than 4.10, set the mtu value to 9000
- qemu-system-x86_64 \
- -chardev socket,id=char0,path=./vhost-net \
- -netdev type=vhost-user,id=netdev0,chardev=char0,vhostforce \
- -device virtio-net-pci,netdev=netdev0,mrg_rxbuf=on,host_mtu=9000
-
-3. Check the MTU value in VM::
-
- Use the ifconfig command to check the MTU value of
- virtio kernel driver is 9000 in VM.
-
-4. Bind the virtio driver to igb_uio, launch testpmd in VM, and verify
- the mtu in port info is 9000::
-
- ./<build_target>/app/dpdk-testpmd -c 0x03 -n 3 \
- -- -i --txd=512 --rxd=128 --tx-offloads=0x0 --enable-hw-vlan-strip
- testpmd> set fwd mac
- testpmd> start
- testpmd> show port info 0
-
-5. Check the MTU value of virtio in testpmd on host is 9000::
+ taskset -c 32 qemu-system-x86_64 -name vm0 \
+ -enable-kvm -pidfile /tmp/.vm0.pid -daemonize -monitor unix:/tmp/vm0_monitor.sock,server,nowait \
+ -netdev user,id=nttsip1,hostfwd=tcp:127.0.0.1:6000-:22 -device e1000,netdev=nttsip1 \
+ -chardev socket,id=char0,path=vhost-net -netdev type=vhost-user,id=netdev0,chardev=char0,vhostforce \
+ -device virtio-net-pci,netdev=netdev0,mac=52:54:00:00:00:01,mrg_rxbuf=on,host_mtu=9000 -cpu host -smp 8 \
+ -m 8192 -object memory-backend-file,id=mem,size=8192M,mem-path=/mnt/huge,share=on -numa node,memdev=mem \
+ -mem-prealloc -chardev socket,path=/tmp/vm0_qga0.sock,server,nowait,id=vm0_qga0 -device virtio-serial \
+ -device virtserialport,chardev=vm0_qga0,name=org.qemu.guest_agent.0 -vnc :4 -drive file=/home/image/ubuntu2004.img
+
+3. Use the ifconfig command to check the MTU value of virtio kernel driver is 9000 in VM.
+
+4. Check the MTU value of virtio in testpmd on host is 9000::
testpmd> show port info 1
-6. Repeat the step 2 ~ 5, change the mtu value to 68, 65535(the minimal value
+5. Repeat the step 2 ~ 4, change the mtu value to 68, 65535(the minimal value
and maximum value), verify the value is changed.
+
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-24 9:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 9:37 [dts][PATCH V1 1/2] test_plans/vhost_qemu_mtu_test_plan: modify testplan Wei Ling
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).