From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A861F1E4E0 for ; Tue, 12 Jun 2018 07:04:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2018 22:04:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,213,1526367600"; d="scan'208";a="236373145" Received: from trex40g.sh.intel.com ([10.67.119.124]) by fmsmga005.fm.intel.com with ESMTP; 11 Jun 2018 22:04:16 -0700 From: wang fei To: dts@dpdk.org Cc: wang fei Date: Tue, 12 Jun 2018 21:01:03 +0800 Message-Id: <1528808463-293976-1-git-send-email-feix.y.wang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [DTS][Next]Patch v1/2: Add expected throughput for fortville 40g nic 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: , X-List-Received-Date: Tue, 12 Jun 2018 05:04:19 -0000 Signed-off-by: wang fei --- conf/nic_single_core_perf.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nic_single_core_perf.cfg b/conf/nic_single_core_perf.cfg index 03cd6c3..444307e 100644 --- a/conf/nic_single_core_perf.cfg +++ b/conf/nic_single_core_perf.cfg @@ -8,6 +8,7 @@ throughput_nnt = {64: {128: 53.435, 512: 53.699, 2048: 42.798}} throughput_fvl25g = {64: {512: 43.777, 2048: 43.651}} +throughput_fvl40g = {64: {512: 62.35, 2048: 47.89}} throughput_cx5 = {64: {128: 42.161, 256: 56.651, 512: 47.091, 2048: 40.104}} throughput_cx4lx25g = {64: {128: 28.178, 256: 34.581, 512: 30.528, 2048: 26.004}} throughput_cx4lx40g = {64: {128: 31.635, 256: 32.473, 512: 30.72, 2048: 26.94}} -- 2.7.4