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 4B325A0524; Tue, 25 Feb 2020 09:00:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A9E91BFB4; Tue, 25 Feb 2020 09:00:10 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 14B0E2C02 for ; Tue, 25 Feb 2020 09:00:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2020 00:00:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,483,1574150400"; d="scan'208";a="284595289" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by FMSMGA003.fm.intel.com with ESMTP; 25 Feb 2020 00:00:05 -0800 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com Cc: yufengmx Date: Tue, 25 Feb 2020 16:04:07 +0800 Message-Id: <20200225080407.17426-2-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200225080407.17426-1-yufengx.mo@intel.com> References: <20200225080407.17426-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 1/1] l3fwd: fix nic name typo 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 name typo. Signed-off-by: yufengmx --- tests/l3fwd_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py index 4eb823c..5e3b68d 100644 --- a/tests/l3fwd_base.py +++ b/tests/l3fwd_base.py @@ -336,7 +336,7 @@ class L3fwdBase(object): def __preset_compilation(self): # Update config file and rebuild to get best perf on FVL - if self.nic in ["fortville_sprit", "fortville_eagle", "fortville_25g"]: + if self.nic in ["fortville_spirit", "fortville_eagle", "fortville_25g"]: self.d_con( ("sed -i -e 's/" "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/" -- 2.21.0