From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 51F2EA0C43; Tue, 16 Nov 2021 04:01:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4353C4068C; Tue, 16 Nov 2021 04:01:34 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id DF84F40040 for ; Tue, 16 Nov 2021 04:01:32 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10169"; a="220499674" X-IronPort-AV: E=Sophos;i="5.87,237,1631602800"; d="scan'208";a="220499674" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 19:01:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,237,1631602800"; d="scan'208";a="454096117" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga003.jf.intel.com with ESMTP; 15 Nov 2021 19:01:28 -0800 From: Yufen Mo To: dts@dpdk.org Cc: Yufen Mo Subject: [dts][PATCH V1 1/1] tests/performance_thread: update test plan Date: Tue, 16 Nov 2021 11:03:12 +0800 Message-Id: <20211116030312.9080-2-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20211116030312.9080-1-yufengx.mo@intel.com> References: <20211116030312.9080-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org update test plan based on dpdk commit 1aca4fdb0096bad59dc9ea879723fee59a8408dc. Signed-off-by: Yufen Mo --- 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