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 732A4A0487 for ; Mon, 29 Jul 2019 03:47:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DA7541BF35; Mon, 29 Jul 2019 03:47:54 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 555F61BEE1 for ; Mon, 29 Jul 2019 03:47:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2019 18:47:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,320,1559545200"; d="scan'208";a="255062966" Received: from dpdk-moyufen01.sh.intel.com ([10.67.111.77]) by orsmga001.jf.intel.com with ESMTP; 28 Jul 2019 18:47:51 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Mon, 29 Jul 2019 09:48:38 +0800 Message-Id: <1564364921-33333-2-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1564364921-33333-1-git-send-email-yufengx.mo@intel.com> References: <1564364921-33333-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V1 1/4] [next]config/nic_single_core_perf: fix file format issue 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" fix nic_single_core_perf suite config file format issue. Signed-off-by: yufengmx --- conf/nic_single_core_perf.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nic_single_core_perf.cfg b/conf/nic_single_core_perf.cfg index 6ecb524..fcaa097 100644 --- a/conf/nic_single_core_perf.cfg +++ b/conf/nic_single_core_perf.cfg @@ -39,5 +39,5 @@ expected_throughput = { 'fortville_25g': {64: {512: 0.00, 2048: 0.00}}, 'ConnectX4_LX_MT4117': {'40G': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}, '25G': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}}, - 'ConnectX5_MT4121': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}} -} + 'ConnectX5_MT4121': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}} + -- 1.9.3