From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9EC80FFA for ; Fri, 8 Sep 2017 10:53:56 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 08 Sep 2017 01:53:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="1216266220" Received: from dpdk-test47.sh.intel.com ([10.67.118.152]) by fmsmga002.fm.intel.com with ESMTP; 08 Sep 2017 01:53:54 -0700 From: wang fei To: dts@dpdk.org Cc: wang fei Date: Fri, 8 Sep 2017 19:26:40 +0800 Message-Id: <1504870000-39434-1-git-send-email-feix.y.wang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH v1] add fortvalle 25g nic wirespeed 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: Fri, 08 Sep 2017 08:53:57 -0000 Signed-off-by: wang fei --- framework/test_case.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/test_case.py b/framework/test_case.py index 95ccfd3..c9d3574 100644 --- a/framework/test_case.py +++ b/framework/test_case.py @@ -422,5 +422,7 @@ class TestCase(object): bitrate *= 40 elif driver == 'thunder-nicvf': bitrate *= 10 + elif nic == 'fortville_25g': + bitrate *=25 return bitrate * num_ports / 8 / (frame_size + 20) -- 2.7.4