From: ChenBo <box.c.chen@intel.com>
To: dts@dpdk.org
Cc: ChenBo <box.c.chen@intel.com>
Subject: [dts] [PATCH V1] tests/l3fwdacl: Adaptive dpdk command update
Date: Thu, 22 Oct 2020 17:52:40 +0800 [thread overview]
Message-ID: <20201022095240.2824-1-box.c.chen@intel.com> (raw)
DPDK has modified the print log, commit: ddfaa718b7a1f6a91f433341a512aca17d16a743
DTS needs to be adapted and updated.
Signed-off-by: ChenBo <box.c.chen@intel.com>
---
tests/TestSuite_l3fwdacl.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/TestSuite_l3fwdacl.py b/tests/TestSuite_l3fwdacl.py
index 35b7c25..cc87e17 100644
--- a/tests/TestSuite_l3fwdacl.py
+++ b/tests/TestSuite_l3fwdacl.py
@@ -170,7 +170,7 @@ class TestL3fwdacl(TestCase):
extra_args = ''
if scalar:
- extra_args = '--scalar'
+ extra_args = '--alg="scalar"'
cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" %s' % \
(self.app_l3fwd_acl_path, self.core_mask, self.dut.get_memory_channels(),
@@ -840,7 +840,7 @@ class TestL3fwdacl(TestCase):
rule_list_ipv4.append(TestL3fwdacl.invalid_port_rule_ipv4)
self.create_acl_ipv4_db(rule_list_ipv4)
- cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --scalar' % \
+ cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --alg="scalar"' % \
(self.app_l3fwd_acl_path, self.core_mask, self.dut.get_memory_channels(),
self.port_mask, self.dut_ports[0], self.dut_ports[1],
TestL3fwdacl.acl_ipv4_db, TestL3fwdacl.acl_ipv6_db)
@@ -852,7 +852,7 @@ class TestL3fwdacl(TestCase):
rule_list_ipv6.append(TestL3fwdacl.invalid_port_rule_ipv6)
self.create_acl_ipv6_db(rule_list_ipv6)
- cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --scalar' % \
+ cmdline = '%s -c %s -n %d -- -p %s --config="(%d,0,2),(%d,0,3)" --rule_ipv4="%s" --rule_ipv6="%s" --alg="scalar"' % \
(self.app_l3fwd_acl_path, self.core_mask, self.dut.get_memory_channels(),
self.port_mask, self.dut_ports[0], self.dut_ports[1],
TestL3fwdacl.acl_ipv4_db, TestL3fwdacl.acl_ipv6_db)
--
2.17.1
next reply other threads:[~2020-10-22 9:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-22 9:52 ChenBo [this message]
2020-10-22 9:55 ` Chen, BoX C
2020-11-03 1:49 ` 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=20201022095240.2824-1-box.c.chen@intel.com \
--to=box.c.chen@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).