From: Jun Dong <junx.dong@intel.com>
To: dts@dpdk.org
Cc: PingX.Yu@intel.com, weix.ling@intel.com, junx.dong@intel.com
Subject: [dts] [PATCH V1] tests/TestSuite_eventdev_pipeline*: restore application parameter -a to -w
Date: Wed, 20 Oct 2021 10:30:04 +0800 [thread overview]
Message-ID: <1634697004-102833-1-git-send-email-junx.dong@intel.com> (raw)
Signed-off-by: Jun Dong <junx.dong@intel.com>
---
tests/TestSuite_eventdev_pipeline.py | 2 +-
tests/TestSuite_eventdev_pipeline_perf.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_eventdev_pipeline.py b/tests/TestSuite_eventdev_pipeline.py
index 32959500..33091b6a 100644
--- a/tests/TestSuite_eventdev_pipeline.py
+++ b/tests/TestSuite_eventdev_pipeline.py
@@ -99,7 +99,7 @@ class TestEventdevPipeline(TestCase):
ports=[self.dut.ports_info[0]['pci']])
command_line = "taskset -c %s " + self.app_command + \
"/build/eventdev_pipeline %s " + \
- "--vdev event_sw0 -- -r%s -t%s -e%s -a %s -s1 -n0 -c32 -W1000 %s -D"
+ "--vdev event_sw0 -- -r%s -t%s -e%s -w %s -s1 -n0 -c32 -W1000 %s -D"
command_line = command_line % (
self.taskset_core_list, eal_params, self.core_mask_rx,
self.core_mask_tx, self.core_mask_sd, self.core_mask_wk, cmd_type)
diff --git a/tests/TestSuite_eventdev_pipeline_perf.py b/tests/TestSuite_eventdev_pipeline_perf.py
index 830c91a3..5ff0b8d1 100644
--- a/tests/TestSuite_eventdev_pipeline_perf.py
+++ b/tests/TestSuite_eventdev_pipeline_perf.py
@@ -149,7 +149,7 @@ class TestEventdevPipelinePerf(TestCase):
## Adding core-list and pci-ids
command_line1 = command_line1 + " -a %s "
## Adding test and stage types
- command_line2 = "-- -a %s -n=0 --dump %s -m 16384" % (wmask , stlist )
+ command_line2 = "-- -w %s -n=0 --dump %s -m 16384" % (wmask , stlist )
return command_line1 + command_line2
def test_perf_eventdev_pipeline_1ports_atomic_performance(self):
--
2.25.1
reply other threads:[~2021-10-20 2:16 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=1634697004-102833-1-git-send-email-junx.dong@intel.com \
--to=junx.dong@intel.com \
--cc=PingX.Yu@intel.com \
--cc=dts@dpdk.org \
--cc=weix.ling@intel.com \
/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).