From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V2] test_plans/virtio_event_idx_interrupt_cbdma_test_plan: fix testcase2&4 issue
Date: Thu, 22 Dec 2022 11:05:55 +0800 [thread overview]
Message-ID: <20221222030555.175017-1-weix.ling@intel.com> (raw)
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
next reply other threads:[~2022-12-22 3:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-22 3:05 Wei Ling [this message]
2022-12-26 4:49 ` lijuan.tu
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=20221222030555.175017-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).