From: Yufen Mo <yufengx.mo@intel.com>
To: dts@dpdk.org
Cc: Yufen Mo <yufengx.mo@intel.com>
Subject: [dts][PATCH V2 1/2] tests/performance_thread: update test plan
Date: Tue, 16 Nov 2021 11:14:05 +0800 [thread overview]
Message-ID: <20211116031406.9630-2-yufengx.mo@intel.com> (raw)
In-Reply-To: <20211116031406.9630-1-yufengx.mo@intel.com>
update test plan based on dpdk commit 1aca4fdb0096bad59dc9ea879723fee59a8408dc.
Signed-off-by: Yufen Mo <yufengx.mo@intel.com>
---
test_plans/performance_thread_test_plan.rst | 30 ++++++++++-----------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/test_plans/performance_thread_test_plan.rst b/test_plans/performance_thread_test_plan.rst
index 66de604d..33ef9bc7 100644
--- a/test_plans/performance_thread_test_plan.rst
+++ b/test_plans/performance_thread_test_plan.rst
@@ -30,9 +30,9 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
-======================================
+=====================================
Performance-thread performance Tests
-======================================
+=====================================
The Performance-Thread results are produced using ``l3fwd-thread`` application.
@@ -40,7 +40,7 @@ For more information about Performance Thread sameple applicaton please refer to
link: http://doc.dpdk.org/guides/sample_app_ug/performance_thread.html
Prerequisites
-==============
+=============
1. Hardware requirements:
@@ -130,7 +130,7 @@ Test Case: one_lcore_per_pcore performance
1. Launch app with descriptor parameters::
./examples/performance-thread/l3fwd-thread/x86_64-native-linuxapp-gcc/l3fwd-thread \
- -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \
+ -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \
--rx="(0,0,0,0)(1,0,0,0)" --tx="(1,0)" --no-lthread
(Note: option "--stat-lcore" is not enabled in the automation scripts)
@@ -142,15 +142,15 @@ Test Case: one_lcore_per_pcore performance
+-----+---------------------------------------------------------------------------------------------------+
| # | Command Line |
+=====+===================================================================================================+
- | 1 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 1 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(1,0,1,1) --tx="(2,0)(3,1) \ |
| | --no-lthread |
+-----+---------------------------------------------------------------------------------------------------+
- | 2 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 2 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(0,1,1,1)(1,0,2,2)(1,1,3,3)" \ |
| | --tx="(4,0)(5,1)(6,2)(7,3)" --no-lthread |
+-----+---------------------------------------------------------------------------------------------------+
- | 3 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 3 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(0,1,1,1)(0,2,2,2)(0,3,3,3)(1,0,4,4)(1,1,5,5)(1,2,6,6)(1,3,7,7)" \ |
| | --tx="(8,0)(9,1)(10,2)(11,3)(12,4)(13,5)(14,6)(15,7)" \ |
| | --no-lthread |
@@ -165,7 +165,7 @@ Test Case: n_lcore_per_pcore performance
1. Launch app with descriptor parameters::
./examples/performance-thread/l3fwd-thread/x86_64-native-linuxapp-gcc/l3fwd-thread \
- --lcores="2,(0-1)@0" -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \
+ --lcores="2,(0-1)@0" -- -P -p 3 --max-pkt-len 2500 \
--rx="(0,0,0,0)(1,0,0,0)" --tx="(1,0)"
(Note: option "--stat-lcore" is not enabled in the automation scripts)
@@ -177,15 +177,15 @@ Test Case: n_lcore_per_pcore performance
+-----+---------------------------------------------------------------------------------------------------+
| # | Command Line |
+=====+===================================================================================================+
- | 1 | ./l3fwd-thread -n 4 --lcores="(0-3)@0,4" -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 1 | ./l3fwd-thread -n 4 --lcores="(0-3)@0,4" -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(1,0,1,1) --tx="(2,0)(3,1) \ |
| | --no-lthread |
+-----+---------------------------------------------------------------------------------------------------+
- | 2 | ./l3fwd-thread -n 4 --lcores="(0-7)@0,8" -- -P -p 3-P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 2 | ./l3fwd-thread -n 4 --lcores="(0-7)@0,8" -- -P -p 3-P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(0,1,1,1)(1,0,2,2)(1,1,3,3)" \ |
| | --tx="(4,0)(5,1)(6,2)(7,3)" --no-lthread |
+-----+---------------------------------------------------------------------------------------------------+
- | 3 | ./l3fwd-thread -n 4 --lcores="(0-15)@0,16" -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 3 | ./l3fwd-thread -n 4 --lcores="(0-15)@0,16" -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(0,1,1,1)(0,2,2,2)(0,3,3,3)(1,0,4,4)(1,1,5,5)(1,2,6,6)(1,3,7,7)" \ |
| | --tx="(8,0)(9,1)(10,2)(11,3)(12,4)(13,5)(14,6)(15,7)" \ |
| | --no-lthread |
@@ -200,7 +200,7 @@ Test Case: n_lthread_per_pcore performance
1. Launch app with descriptor parameters::
./examples/performance-thread/l3fwd-thread/x86_64-native-linuxapp-gcc/l3fwd-thread \
- -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \
+ -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \
----tx="(0,0)" --tx="(0,0)"
(Note: option "--stat-lcore" is not enabled in the automation scripts)
@@ -212,14 +212,14 @@ Test Case: n_lthread_per_pcore performance
+-----+---------------------------------------------------------------------------------------------------+
| # | Command Line |
+=====+===================================================================================================+
- | 1 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 1 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(1,0,1,1) --tx="(0,0),(0,1)" |
+-----+---------------------------------------------------------------------------------------------------+
- | 2 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 2 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(0,1,0,1)(1,0,0,2)(1,1,0,3)" \ |
| | --tx="(0,0)(0,1)(0,2)(0,3)" |
+-----+---------------------------------------------------------------------------------------------------+
- | 3 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --enable-jumbo --max-pkt-len 2500 \ |
+ | 3 | ./l3fwd-thread -c ff -n 4 -- -P -p 3 --max-pkt-len 2500 \ |
| | --rx="(0,0,0,0)(0,1,0,1)(0,2,0,2)(0,3,0,3)(1,0,0,4)(1,1,0,5)(1,2,0,6)(1,3,0,7)" \ |
| | --tx="(0,0)(0,1)(0,2)(0,3)(0,4)(0,5)(0,6)(0,7)" \ |
+-----+---------------------------------------------------------------------------------------------------+
--
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] " Yufen Mo
2021-11-16 3:14 ` Yufen Mo [this message]
2021-11-16 3:14 ` [dts][PATCH V2 2/2] tests/performance_thread: update script Yufen Mo
2021-11-23 14:31 ` 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-2-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).