test suite reviews and discussions
 help / color / mirror / Atom feed
From: Ling Wei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Ling Wei <weix.ling@intel.com>
Subject: [dts] [PATCH V1] tests/vhost_event_idx_interrupt: fix testcase 10 start vm parameter wrong issue
Date: Fri, 16 Apr 2021 10:22:45 +0800	[thread overview]
Message-ID: <20210416022245.1457743-1-weix.ling@intel.com> (raw)

Fix testcase 10 start vm parameter wrong issue, use packed ring
to start vm.

Signed-off-by: Ling Wei <weix.ling@intel.com>
---
 tests/TestSuite_vhost_event_idx_interrupt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vhost_event_idx_interrupt.py b/tests/TestSuite_vhost_event_idx_interrupt.py
index 2233f647..6179dd1c 100644
--- a/tests/TestSuite_vhost_event_idx_interrupt.py
+++ b/tests/TestSuite_vhost_event_idx_interrupt.py
@@ -468,7 +468,7 @@ class TestVhostEventIdxInterrupt(TestCase):
         self.nopci=False
         self.get_cbdma_ports_info_and_bind_to_dpdk()
         self.lanuch_l3fwd_power(cbdma=True)
-        self.start_vms(vm_num=self.vm_num,)
+        self.start_vms(vm_num=self.vm_num, packed=True)
         self.relanuch_l3fwd_power(cbdma=True)
         self.config_virito_net_in_vm()
         self.send_and_verify()
-- 
2.25.1


             reply	other threads:[~2021-04-16  2:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16  2:22 Ling Wei [this message]
2021-04-16  2:25 ` Ling, WeiX
2021-04-20  1:55   ` Wang, Yinan
2021-05-07  6:06     ` Tu, Lijuan

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