test suite reviews and discussions
 help / color / mirror / Atom feed
From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1] test_plans/virtio_event_idx_interrupt_cbdma_test_plan: fix testcase2&4 issue
Date: Thu, 15 Dec 2022 17:14:33 +0800	[thread overview]
Message-ID: <20221215091434.367624-1-weix.ling@intel.com> (raw)

Fix testcase1&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>
---
 .../virtio_event_idx_interrupt_cbdma_test_plan.rst   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 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..06add559 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
 
@@ -159,8 +159,8 @@ 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


                 reply	other threads:[~2022-12-15  9:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221215091434.367624-1-weix.ling@intel.com \
    --to=weix.ling@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).