From: Yufen Mo <yufengx.mo@intel.com>
To: dts@dpdk.org
Cc: Yufen Mo <yufengx.mo@intel.com>
Subject: [dts][PATCH V2 2/2] tests/performance_thread: update script
Date: Tue, 16 Nov 2021 11:14:06 +0800 [thread overview]
Message-ID: <20211116031406.9630-3-yufengx.mo@intel.com> (raw)
In-Reply-To: <20211116031406.9630-1-yufengx.mo@intel.com>
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
next prev parent reply other threads:[~2021-11-16 3:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 3:14 [dts][PATCH V2 0/2] tests/performance_thread: update test plan Yufen Mo
2021-11-16 3:14 ` [dts][PATCH V2 1/2] " Yufen Mo
2021-11-16 3:14 ` Yufen Mo [this message]
2021-11-23 14:31 ` [dts][PATCH V2 2/2] tests/performance_thread: update script 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=20211116031406.9630-3-yufengx.mo@intel.com \
--to=yufengx.mo@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).