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 2EBE7A04F0; Fri, 27 Dec 2019 07:09:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 12B061BFEE; Fri, 27 Dec 2019 07:09:24 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 007A61BFA2 for ; Fri, 27 Dec 2019 07:09:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2019 22:09:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,362,1571727600"; d="scan'208";a="220429944" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 26 Dec 2019 22:09:21 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Dec 2019 22:09:21 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Dec 2019 22:09:21 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0439.000; Fri, 27 Dec 2019 14:09:19 +0800 From: "Tu, Lijuan" To: Tanya Brokhman , "dts@dpdk.org" CC: Shahar Belkar Thread-Topic: framework/settings: add hi1822 to settings Thread-Index: AdW4sehDCoGdauunQveZHcVTaoGMngDykCVQ Date: Fri, 27 Dec 2019 06:09:18 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB8EC75@SHSMSX101.ccr.corp.intel.com> References: In-Reply-To: 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] framework/settings: add hi1822 to settings 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: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Tanya Brokhman > Sent: Sunday, December 22, 2019 6:26 PM > To: dts@dpdk.org > Cc: Shahar Belkar ; Tanya Brokhman > > Subject: [dts] framework/settings: add hi1822 to settings >=20 >=20 > Add hi1822 to NICS and DRIVERS in settings.py. >=20 > Signed-off-by: Rami Rosen > Signed-off-by: Tanya Brokhman > --- > framework/settings.py | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/framework/settings.py b/framework/settings.py index > fbff7db..7e8944e 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -108,6 +108,7 @@ NICS =3D { > 'fastlinq_ql41000': '1077:8070', > 'fastlinq_ql41000_vf': '1077:8090', > 'carlsville': '8086:15ff', > + 'hi1822': '19e5:1822', > } >=20 > DRIVERS =3D { > @@ -170,6 +171,7 @@ DRIVERS =3D { > 'fastlinq_ql45000_vf': 'qede', > 'fastlinq_ql41000_vf': 'qede', > 'carlsville': 'i40e', > + 'hi1822': 'hinic', > } >=20 > """ > -- > 2.21.0.windows.1 >=20