test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 0/1] tests/performance_thread: update script
@ 2021-11-16  1:51 Yufen Mo
  2021-11-16  1:51 ` [dts][PATCH V1 1/1] " Yufen Mo
  0 siblings, 1 reply; 2+ messages in thread
From: Yufen Mo @ 2021-11-16  1:51 UTC (permalink / raw)
  To: dts; +Cc: Yufen Mo


v1: 
 - update script based on dpdk commit 1aca4fdb0096bad59dc9ea879723fee59a8408dc. 

Yufen Mo (1):
  tests/performance_thread: update script

 tests/TestSuite_performance_thread.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.21.0


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

* [dts][PATCH V1 1/1] tests/performance_thread: update script
  2021-11-16  1:51 [dts][PATCH V1 0/1] tests/performance_thread: update script Yufen Mo
@ 2021-11-16  1:51 ` Yufen Mo
  0 siblings, 0 replies; 2+ messages in thread
From: Yufen Mo @ 2021-11-16  1:51 UTC (permalink / raw)
  To: dts; +Cc: Yufen Mo


update script based on dpdk commit 1aca4fdb0096bad59dc9ea879723fee59a8408dc.

Signed-off-by: Yufen Mo <yufengx.mo@intel.com>
---
 tests/TestSuite_performance_thread.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_performance_thread.py b/tests/TestSuite_performance_thread.py
index fc29ef6a..f3c58f05 100644
--- a/tests/TestSuite_performance_thread.py
+++ b/tests/TestSuite_performance_thread.py
@@ -227,15 +227,15 @@ class TestPerformanceThread(TestCase):
         self.result_table_print()
 
     def test_perf_one_lcore_per_pcore(self):
-        params = "-n 4 -- -P -p {} --enable-jumbo --max-pkt-len=2500 --no-lthread" .format(self.port_mask)
+        params = "-n 4 -- -P -p {} --max-pkt-len=2500 --no-lthread" .format(self.port_mask)
         self.perf_test(params)
 
     def test_perf_n_lthreads_per_pcore(self):
-        params = "-n 4 -- -P -p {} --enable-jumbo --max-pkt-len=2500" .format(self.port_mask)
+        params = "-n 4 -- -P -p {} --max-pkt-len=2500" .format(self.port_mask)
         self.perf_test(params)
 
     def test_perf_n_lcore_per_pcore(self):
-        params = "-- -P -p {} --enable-jumbo --max-pkt-len 2500 --no-lthread" .format(self.port_mask)
+        params = "-- -P -p {} --max-pkt-len 2500 --no-lthread" .format(self.port_mask)
         self.perf_test(params)
 
     def set_fields(self):
-- 
2.21.0


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

end of thread, other threads:[~2021-11-16  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16  1:51 [dts][PATCH V1 0/1] tests/performance_thread: update script Yufen Mo
2021-11-16  1:51 ` [dts][PATCH V1 1/1] " Yufen Mo

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