test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V2] test_plans/virtio_event_idx_interrupt_cbdma_test_plan: fix testcase2&4 issue
@ 2022-12-22  3:05 Wei Ling
  2022-12-26  4:49 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2022-12-22  3:05 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Fix testcase2&4 the following issue:
1)Missing the server parameter when start VM.
2)Missing the queues parameter when start VM.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst b/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst
index d8694ad5..eed10893 100644
--- a/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst
+++ b/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst
@@ -118,8 +118,8 @@ vhost uses the asynchronous operations with CBDMA channels.
 	-smp cores=1,sockets=1 -drive file=/home/osimg/ubuntu2004.img \
 	-monitor unix:/tmp/vm2_monitor.sock,server,nowait \
 	-device e1000,netdev=nttsip1 -netdev user,id=nttsip1,hostfwd=tcp:127.0.0.1:6000-:22 \
-	-chardev socket,id=char1,path=./vhost-net \
-	-netdev type=vhost-user,id=mynet1,chardev=char1,vhostforce \
+	-chardev socket,id=char1,path=./vhost-net,server \
+	-netdev type=vhost-user,id=mynet1,chardev=char1,vhostforce,queues=16 \
 	-device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet1,mrg_rxbuf=on,csum=on,gso=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
 	-vnc :11 -daemonize
 
@@ -202,8 +202,8 @@ uses the asynchronous operations with CBDMA channels.
 	-smp cores=1,sockets=1 -drive file=/home/osimg/ubuntu2004.img \
 	-monitor unix:/tmp/vm2_monitor.sock,server,nowait \
 	-device e1000,netdev=nttsip1 -netdev user,id=nttsip1,hostfwd=tcp:127.0.0.1:6000-:22 \
-	-chardev socket,id=char1,path=./vhost-net \
-	-netdev type=vhost-user,id=mynet1,chardev=char1,vhostforce \
+	-chardev socket,id=char1,path=./vhost-net,server \
+	-netdev type=vhost-user,id=mynet1,chardev=char1,vhostforce,queues=16 \
 	-device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet1,mrg_rxbuf=on,csum=on,gso=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
 	-vnc :11 -daemonize
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dts][PATCH V2] test_plans/virtio_event_idx_interrupt_cbdma_test_plan: fix testcase2&4 issue
  2022-12-22  3:05 [dts][PATCH V2] test_plans/virtio_event_idx_interrupt_cbdma_test_plan: fix testcase2&4 issue Wei Ling
@ 2022-12-26  4:49 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-12-26  4:49 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Thu, 22 Dec 2022 11:05:55 +0800, Wei Ling <weix.ling@intel.com> wrote:
> Fix testcase2&4 the following issue:
> 1)Missing the server parameter when start VM.
> 2)Missing the queues parameter when start VM.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-26  4:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22  3:05 [dts][PATCH V2] test_plans/virtio_event_idx_interrupt_cbdma_test_plan: fix testcase2&4 issue Wei Ling
2022-12-26  4:49 ` lijuan.tu

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).