test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 1/2] test_plans/vhost_virtio_user_interrupt_test_plan: delete CBDMA related testcases
@ 2022-05-19  6:26 Wei Ling
  0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2022-05-19  6:26 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Delete CBDMA related testcases.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 .../vhost_virtio_user_interrupt_test_plan.rst | 96 -------------------
 1 file changed, 96 deletions(-)

diff --git a/test_plans/vhost_virtio_user_interrupt_test_plan.rst b/test_plans/vhost_virtio_user_interrupt_test_plan.rst
index be663b5f..24c35d04 100644
--- a/test_plans/vhost_virtio_user_interrupt_test_plan.rst
+++ b/test_plans/vhost_virtio_user_interrupt_test_plan.rst
@@ -178,99 +178,3 @@ flow: Vhost <--> Virtio
 
     testpmd> show port info 0
     #it should show "down"
-
-Test Case7: LSC event between vhost-user and virtio-user with split ring and cbdma enabled
-==========================================================================================
-
-flow: Vhost <--> Virtio
-
-1. Bind one cbdma port to vfio-pci driver, then start vhost-user side::
-
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x3000 -n 4 -a 00:04.0 --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1,client=0,dmas=[txq0@00:04.0]' -- -i
-    testpmd>set fwd mac
-    testpmd>start
-
-2. Start virtio-user side::
-
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc000 -n 4 --no-pci --file-prefix=virtio --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net -- -i --tx-offloads=0x00
-    testpmd>set fwd mac
-    testpmd>start
-
-3. Check the virtio-user side link status::
-
-    testpmd> show port info 0
-    #it should show "up"
-
-4. Quit the vhost-user side with testpmd, then check the virtio-user side link status::
-
-    testpmd> show port info 0
-    #it should show "down"
-
-Test Case8: Split ring virtio-user interrupt test with vhost-user as backend and cbdma enabled
-==============================================================================================
-
-flow: TG --> NIC --> Vhost --> Virtio
-
-1. Bind one cbdma port and one NIC port to vfio-pci, launch testpmd with a virtual vhost device as backend::
-
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x7c -n 4 --vdev 'net_vhost0,iface=vhost-net,queues=1,dmas=[txq0@00:04.0]' -- -i  --rxq=1 --txq=1
-    testpmd>start
-
-2. Start l3fwd-power with a virtio-user device::
-
-    ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \
-    --vdev=virtio_user0,path=./vhost-net -- -p 1 -P --config="(0,0,14)" --parse-ptype
-
-3. Send packets with packet generator, check the virtio-user related core can be wakeup status.
-
-4. Stop sending packets with packet generator, check virtio-user related core change to sleep status.
-
-5. Restart sending packets with packet generator, check virtio-user related core change to wakeup status again.
-
-Test Case9: LSC event between vhost-user and virtio-user with packed ring and cbdma enabled
-===========================================================================================
-
-flow: Vhost <--> Virtio
-
-1. Bind one cbdma port to vfio-pci driver, then start vhost-user side::
-
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x3000 -n 4 -a 00:04.0 --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1,client=0,dmas=[txq0@00:04.0]' -- -i
-    testpmd>set fwd mac
-    testpmd>start
-
-2. Start virtio-user side::
-
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0xc000 -n 4 --no-pci --file-prefix=virtio --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net,packed_vq=1 -- -i --tx-offloads=0x00
-    testpmd>set fwd mac
-    testpmd>start
-
-3. Check the virtio-user side link status::
-
-    testpmd> show port info 0
-    #it should show "up"
-
-4. Quit the vhost-user side with testpmd, then check the virtio-user side link status::
-
-    testpmd> show port info 0
-    #it should show "down"
-
-Test Case10: Packed ring virtio-user interrupt test with vhost-user as backend and cbdma enabled
-================================================================================================
-
-flow: TG --> NIC --> Vhost --> Virtio
-
-1. Bind one cbdma port and one NIC port to vfio-pci, launch testpmd with a virtual vhost device as backend::
-
-    ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -c 0x7c -n 4 --vdev 'net_vhost0,iface=vhost-net,queues=1,dmas=[txq0@00:04.0]' -- -i  --rxq=1 --txq=1
-    testpmd>start
-
-2. Start l3fwd-power with a virtio-user device::
-
-    ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \
-    --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 -P --config="(0,0,14)" --parse-ptype
-
-3. Send packets with packet generator, check the virtio-user related core can be wakeup status.
-
-4. Stop sending packets with packet generator, check virtio-user related core change to sleep status.
-
-5. Restart sending packets with packet generator, check virtio-user related core change to wakeup status again.
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-19  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  6:26 [dts][PATCH V1 1/2] test_plans/vhost_virtio_user_interrupt_test_plan: delete CBDMA related testcases 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).