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 E94C0A0522; Tue, 30 Jun 2020 09:04:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 10FD01BED9; Tue, 30 Jun 2020 09:04:38 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 667492C01 for ; Tue, 30 Jun 2020 09:04:35 +0200 (CEST) IronPort-SDR: OmdLBoXvQ/FqHURVXELgWP5u422DlpwkM+DQPe+RyA1KD5ZS52XHgAN13EoHjAOQyhwlNOBeqY RoRaUzNqknww== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="126289965" X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="126289965" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 00:04:27 -0700 IronPort-SDR: 2Z6NN2H0T1XhYSo0Acj3LSX0zrAIenhg5J7piCWxeJFl+2j38Qz0B1jMhgpIibbE7uHx4sIVgM YyvxyIcGXWUw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="481076986" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga005.fm.intel.com with ESMTP; 30 Jun 2020 00:04:26 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com, yingyax.han@intel.com Cc: yufengmx Date: Tue, 30 Jun 2020 15:04:08 +0800 Message-Id: <20200630070409.27542-7-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200630070409.27542-1-yufengx.mo@intel.com> References: <20200630070409.27542-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 6/7] conf/l3fwd_lpm_ipv6: 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_ipv6.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/conf/l3fwd_lpm_ipv6.cfg b/conf/l3fwd_lpm_ipv6.cfg index 200ddcd..04d1aac 100644 --- a/conf/l3fwd_lpm_ipv6.cfg +++ b/conf/l3fwd_lpm_ipv6.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_ipv6_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