From: lingwei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: lingwei <weix.ling@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito l3fwd cmd
Date: Fri, 30 Oct 2020 22:31:29 +0800 [thread overview]
Message-ID: <20201030143129.24011-1-weix.ling@intel.com> (raw)
-w is wrong add in virito l3fwd cmd
Signed-off-by: lingwei <weix.ling@intel.com>
---
tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py b/tests/TestSuite_vhost_virtio_user_interrupt.py
index 104998f..9f89c46 100644
--- a/tests/TestSuite_vhost_virtio_user_interrupt.py
+++ b/tests/TestSuite_vhost_virtio_user_interrupt.py
@@ -106,7 +106,7 @@ class TestVirtioUserInterrupt(TestCase):
self.core_interrupt = self.core_list_l3fwd[0]
example_para = "./%s " % self.app_l3fwd_power_path
vdev = "virtio_user0,path=%s,cq=1" % path if not packed else "virtio_user0,path=%s,cq=1,packed_vq=1" % path
- eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, ports=[self.pci_info], vdevs=[vdev])
+ eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, vdevs=[vdev])
if self.check_2M_env:
eal_params += " --single-file-segments"
para = " --config='(0,0,%s)' --parse-ptype --interrupt-only" % self.core_interrupt
--
2.17.1
next reply other threads:[~2020-10-30 6:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 14:31 lingwei [this message]
2020-10-30 6:36 ` Ling, WeiX
2020-10-30 8:51 ` Ma, LihongX
2020-11-03 2:51 ` 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=20201030143129.24011-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).