From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D3551A04A5; Wed, 17 Jun 2020 10:36:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C5DED5B3C; Wed, 17 Jun 2020 10:36:54 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0CE051252 for ; Wed, 17 Jun 2020 10:36:52 +0200 (CEST) IronPort-SDR: Np1wyU147elewQXrMP0qD1vuSCQfYGkeNSuClePbx9pCndExxvq80p3mgx5xO7XAN7hhMIzxDf lPhH0UeufQ1w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2020 01:36:52 -0700 IronPort-SDR: u5zj/Eap2UojhhVW6lcEuDlqXC8PiSdYRXxfF8OyWdW6rY67nvYKUMxZLsij+47qnBR4S7VMy8 Otp7d0cLe3AQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,522,1583222400"; d="scan'208";a="450162174" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga005.jf.intel.com with ESMTP; 17 Jun 2020 01:36:51 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com Cc: yufengmx Date: Wed, 17 Jun 2020 16:36:57 +0800 Message-Id: <20200617083659.4719-6-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200617083659.4719-1-yufengx.mo@intel.com> References: <20200617083659.4719-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 5/7] conf/l3fwd_lpm_ipv4: change core/thread/queue definition X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" change core/thread/queue definition. Signed-off-by: yufengmx --- conf/l3fwd_lpm_ipv4.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/conf/l3fwd_lpm_ipv4.cfg b/conf/l3fwd_lpm_ipv4.cfg index 5935c65..0c8d274 100644 --- a/conf/l3fwd_lpm_ipv4.cfg +++ b/conf/l3fwd_lpm_ipv4.cfg @@ -55,15 +55,15 @@ update_expected = True test_duration = 60 accepted_tolerance = 1 test_parameters = { - '1C/1T/1Q': ['64', '128', '256', '512', '1024', '1280', '1518',], - '1C/2T/2Q': ['64', '128', '256', '512', '1024', '1280', '1518',], - '2C/2T/2Q': ['64', '128', '256', '512', '1024', '1280', '1518',], - '2C/4T/4Q': ['64', '128', '256', '512', '1024', '1280', '1518',], - '4C/4T/4Q': ['64', '128', '256', '512', '1024', '1280', '1518',],} + '1C/1T-1Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '1C/2T-2Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '2C/2T-2Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '2C/4T-4Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '4C/4T-4Q': ['64', '128', '256', '512', '1024', '1280', '1518',],} expected_throughput = { 'test_perf_throughput_ipv4_lpm': { 'niantic': { - '1C/1T/1Q': { + '1C/1T-1Q': { '64': '0.00', '128': '0.00', '256': '0.00', @@ -71,7 +71,7 @@ expected_throughput = { '1024': '0.00', '1280': '0.00', '1518': '0.00', }, - '1C/2T/2Q': { + '1C/2T-2Q': { '64': '0.00', '128': '0.00', '256': '0.00', @@ -79,7 +79,7 @@ expected_throughput = { '1024': '0.00', '1280': '0.00', '1518': '0.00', }, - '2C/2T/2Q': { + '2C/2T-2Q': { '64': '0.00', '128': '0.00', '256': '0.00', @@ -87,7 +87,7 @@ expected_throughput = { '1024': '0.00', '1280': '0.00', '1518': '0.00', }, - '2C/4T/4Q': { + '2C/4T-4Q': { '64': '0.00', '128': '0.00', '256': '0.00', @@ -95,7 +95,7 @@ expected_throughput = { '1024': '0.00', '1280': '0.00', '1518': '0.00', }, - '4C/4T/4Q': { + '4C/4T-4Q': { '64': '0.00', '128': '0.00', '256': '0.00', -- 2.21.0