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 DC40DA0524; Tue, 25 Feb 2020 10:07:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BEA1C1BC24; Tue, 25 Feb 2020 10:07:38 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AFC0F2C4F for ; Tue, 25 Feb 2020 10:07:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2020 01:07:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,483,1574150400"; d="scan'208";a="437998153" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 25 Feb 2020 01:07:36 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 25 Feb 2020 01:07:36 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 25 Feb 2020 01:07:36 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.46]) with mapi id 14.03.0439.000; Tue, 25 Feb 2020 17:07:33 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 1/1] l3fwd: fix nic name typo Thread-Index: AQHV67GjfoOatqeTDk+xtbrbDgajY6grnp0w Date: Tue, 25 Feb 2020 09:07:33 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCDFF1@SHSMSX101.ccr.corp.intel.com> References: <20200225080407.17426-1-yufengx.mo@intel.com> <20200225080407.17426-2-yufengx.mo@intel.com> In-Reply-To: <20200225080407.17426-2-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Applied, thanks > -----Original Message----- > From: Mo, YufengX > Sent: Tuesday, February 25, 2020 4:04 PM > To: dts@dpdk.org; Tu, Lijuan > Cc: Mo, YufengX > Subject: [dts][PATCH V1 1/1] l3fwd: fix nic name typo >=20 >=20 > ::fix nic name typo. >=20 > Signed-off-by: yufengmx > --- > tests/l3fwd_base.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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): >=20 > 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", "fortvill= e_25g"]: > self.d_con( > ("sed -i -e 's/" > "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=3Dn/" > -- > 2.21.0