From: Ling Wei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Ling Wei <weix.ling@intel.com>
Subject: [dts] [PATCH V1 1/3] tests/vhost_user_interrupt: delete invalid parameter
Date: Mon, 29 Mar 2021 10:25:39 +0800 [thread overview]
Message-ID: <20210329022539.21027-1-weix.ling@intel.com> (raw)
Delete invalid parameter 'ports=[self.pci_info]' because of
use 'no_pci=True' means not use any pci.
Signed-off-by: Ling Wei <weix.ling@intel.com>
---
tests/TestSuite_vhost_user_interrupt.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vhost_user_interrupt.py b/tests/TestSuite_vhost_user_interrupt.py
index 53f407fa..296d2283 100644
--- a/tests/TestSuite_vhost_user_interrupt.py
+++ b/tests/TestSuite_vhost_user_interrupt.py
@@ -177,7 +177,7 @@ class TestVhostUserInterrupt(TestCase):
eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, ports=self.cbdma_dev_infos[0:4], vdevs=[vdev])
else:
vdev = 'net_vhost0,iface=vhost-net,queues=%d,client=1' % self.queues
- eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, no_pci=True, ports=[self.pci_info], vdevs=[vdev])
+ eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, no_pci=True, vdevs=[vdev])
para = " -- -p 0x1 --parse-ptype 1 --config '%s' --interrupt-only" % config_info
command_line_client = example_cmd + eal_params + para
self.vhost.get_session_before(timeout=2)
--
2.25.1
reply other threads:[~2021-03-29 2:26 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=20210329022539.21027-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).