test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/eventdev_pipeline*: restore application parameter -a to -w
@ 2021-10-22  9:32 Dong, JunX
  2021-10-25  3:08 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Dong, JunX @ 2021-10-22  9:32 UTC (permalink / raw)
  To: dts; +Cc: junx.dong

From: Jun Dong <junx.dong@intel.com>

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/eventdev_pipeline*: restore application parameter -a to -w
  2021-10-22  9:32 [dts] [PATCH V1] tests/eventdev_pipeline*: restore application parameter -a to -w Dong, JunX
@ 2021-10-25  3:08 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2021-10-25  3:08 UTC (permalink / raw)
  To: Dong, JunX, dts; +Cc: Dong, JunX

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Dong, JunX
> Sent: 2021年10月22日 17:33
> To: dts@dpdk.org
> Cc: Dong, JunX <junx.dong@intel.com>
> Subject: [dts] [PATCH V1] tests/eventdev_pipeline*: restore application
> parameter -a to -w
> 
> From: Jun Dong <junx.dong@intel.com>
> 
> Signed-off-by: Jun Dong <junx.dong@intel.com>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25  3:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22  9:32 [dts] [PATCH V1] tests/eventdev_pipeline*: restore application parameter -a to -w Dong, JunX
2021-10-25  3:08 ` Tu, Lijuan

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).