From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [PATCH V1 5/5] tests/TestSuite_cvl_switch_filter:support meson build method
Date: Fri, 11 Sep 2020 10:19:28 +0800 [thread overview]
Message-ID: <20200911021928.8224-6-weix.xie@intel.com> (raw)
In-Reply-To: <20200911021928.8224-1-weix.xie@intel.com>
Signed-off-by: Xie wei <weix.xie@intel.com>
---
tests/TestSuite_cvl_switch_filter.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py
index 4e81a3e..296ab22 100644
--- a/tests/TestSuite_cvl_switch_filter.py
+++ b/tests/TestSuite_cvl_switch_filter.py
@@ -4527,6 +4527,7 @@ class CVLSwitchFilterTest(TestCase):
self.bind_nics_driver(self.dut_ports, driver="vfio-pci")
self.generate_file_with_fdir_rules()
+ self.path = self.dut.apps_name['test-pmd']
def set_up(self):
"""
@@ -4570,7 +4571,7 @@ class CVLSwitchFilterTest(TestCase):
"""
#Prepare testpmd EAL and parameters
all_eal_param = self.dut.create_eal_parameters(cores='1S/4C/1T', ports=[0])
- command = "./%s/app/testpmd %s --log-level=\"ice,8\" -- -i %s" % (self.dut.target, all_eal_param, "--rxq=16 --txq=16 --cmdline-file=%s" % self.fdir_file)
+ command = self.path + all_eal_param + " --log-level=\"ice,8\" -- -i --rxq=16 --txq=16 --cmdline-file=%s" % self.fdir_file
# command = "./%s/app/testpmd %s --log-level=\"ice,8\" -- -i %s" % (self.dut.target, all_eal_param, "--rxq=16 --txq=16")
return command
@@ -4580,7 +4581,7 @@ class CVLSwitchFilterTest(TestCase):
"""
#Prepare testpmd EAL and parameters
all_eal_param = self.dut.create_eal_parameters(cores='1S/4C/1T', ports=[0], port_options={0:"pipeline-mode-support=1"})
- command = "./%s/app/testpmd %s --log-level=\"ice,8\" -- -i %s" % (self.dut.target, all_eal_param, "--rxq=16 --txq=16")
+ command = self.path + all_eal_param + " --log-level=\"ice,8\" -- -i --rxq=16 --txq=16"
return command
def launch_testpmd(self, is_non_pipeline):
--
2.17.1
next prev parent reply other threads:[~2020-09-11 2:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 2:19 [dts] [PATCH V1 0/5] support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 1/5] tests/TestSuite_cvl_advanced_rss:support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 2/5] tests/TestSuite_cvl_dcf_switch_filter:support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 3/5] tests/TestSuite_cvl_fdir:support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 4/5] tests/TestSuite_cvl_rss_configure:support " Xie wei
2020-09-11 2:19 ` Xie wei [this message]
2020-09-15 8:43 ` [dts] [PATCH V1 0/5] support " 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=20200911021928.8224-6-weix.xie@intel.com \
--to=weix.xie@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).