From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id F13292B95 for ; Wed, 19 Oct 2016 04:22:00 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 18 Oct 2016 19:21:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,364,1473145200"; d="scan'208";a="1072411765" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 18 Oct 2016 19:21:59 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 18 Oct 2016 19:21:59 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 18 Oct 2016 19:21:59 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 10:21:55 +0800 From: "Liu, Yong" To: "Peng, Yuan" , "dts@dpdk.org" CC: root Thread-Topic: [dts] [PATCH V2] framework: Add the NIC type magnolia_park Thread-Index: AQHSKau5UV9syo6JSkOFjWF4BieKa6CvC4tw Date: Wed, 19 Oct 2016 02:21:54 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E60304C0B@SHSMSX103.ccr.corp.intel.com> References: <1476842025-10803-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1476842025-10803-1-git-send-email-yuan.peng@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODg1MDVlZTMtY2ZiYi00YWNkLWI0MTQtOTYyNTQ1OWI3YzkwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpNSm5FdXdJZXErS1N6UFhnQ2d1OHBZT1RQU3NBU1VlbG1ZcVM1dFk4MmM9In0= x-ctpclassification: CTP_IC 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 V2] framework: Add the NIC type magnolia_park 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: Wed, 19 Oct 2016 02:22:01 -0000 Yuan, you can configure your git name by modify ~/.gitconfig. [user] email =3D yuan.peng@intel.com name =3D Peng Yuan > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of pengyuan > Sent: Tuesday, October 18, 2016 6:54 PM > To: dts@dpdk.org > Cc: root > Subject: [dts] [PATCH V2] framework: Add the NIC type magnolia_park >=20 > From: root >=20 > Signed-off-by: root >=20 > diff --git a/framework/settings.py b/framework/settings.py > index 1cfb6c1..e232364 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -63,6 +63,7 @@ NICS =3D { > 'sageville': '8086:1563', > 'sagepond': '8086:15ad', > 'sagepond_vf': '8086:15a8', > + 'magnolia_park': '8086:15ce', > 'hartwell': '8086:10d3', > '82545EM': '8086:100f', > '82540EM': '8086:100e', > @@ -105,6 +106,7 @@ DRIVERS =3D { > 'sageville': 'ixgbe', > 'sagepond': 'ixgbe', > 'sagepond_vf': 'ixgbevf', > + 'magnolia_park' : 'ixgbe', > 'hartwell': 'igb', > '82545EM': 'igb', > '82540EM': 'igb', > -- > 2.5.0