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 C3E32A0352; Sun, 22 Dec 2019 11:25:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8402E25B3; Sun, 22 Dec 2019 11:25:40 +0100 (CET) Received: from huawei.com (lhrrgout.huawei.com [185.176.76.210]) by dpdk.org (Postfix) with ESMTP id A8F9E1DBF for ; Sun, 22 Dec 2019 11:25:38 +0100 (CET) Received: from lhreml707-cah.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id E97D6FED266AD5D3A54A for ; Sun, 22 Dec 2019 10:25:35 +0000 (GMT) Received: from lhreml716-chm.china.huawei.com (10.201.108.67) by lhreml707-cah.china.huawei.com (10.201.108.48) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 22 Dec 2019 10:25:34 +0000 Received: from lhreml707-chm.china.huawei.com (10.201.108.56) by lhreml716-chm.china.huawei.com (10.201.108.67) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5; Sun, 22 Dec 2019 10:25:35 +0000 Received: from lhreml707-chm.china.huawei.com ([10.201.68.202]) by lhreml707-chm.china.huawei.com ([10.201.68.202]) with mapi id 15.01.1713.004; Sun, 22 Dec 2019 10:25:35 +0000 From: Tanya Brokhman To: "dts@dpdk.org" CC: Shahar Belkar , Tanya Brokhman Thread-Topic: framework/settings: add hi1822 to settings Thread-Index: AdW4sehDCoGdauunQveZHcVTaoGMng== Date: Sun, 22 Dec 2019 10:25:35 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.220.68.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Subject: [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" Add hi1822 to NICS and DRIVERS in settings.py. Signed-off-by: Rami Rosen Signed-off-by: Tanya Brokhman --- framework/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/settings.py b/framework/settings.py index fbff7db..7= e8944e 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