From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 41F2A4B79 for ; Fri, 14 Oct 2016 16:59:49 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 14 Oct 2016 07:59:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,493,1473145200"; d="scan'208";a="19590780" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 14 Oct 2016 07:59:48 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 14 Oct 2016 07:59:48 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 14 Oct 2016 07:59:47 -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; Fri, 14 Oct 2016 22:59:44 +0800 From: "Liu, Yong" To: "Peng, Yuan" , "dts@dpdk.org" CC: "Peng, Yuan" Thread-Topic: [dts] [PATCH] framework: Add the NIC type magnolia_park Thread-Index: AQHSJilK0Hp/+qxNYkS1jtTySLUdDqCoCrcg Date: Fri, 14 Oct 2016 14:59:44 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E60300B86@SHSMSX103.ccr.corp.intel.com> References: <1476456167-19786-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1476456167-19786-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjA5NDU1NWUtYTUxOS00YmU1LWExMTctNzczZTE5ODcwNzUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZxZGxTaWpQT2ptV3hrbm1yK1l2VTIzeGd0dWFnMkpcL1lTWGNETjN3VUlzPSJ9 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] 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: Fri, 14 Oct 2016 14:59:49 -0000 Yuan, please create your patch based on latest master branch instead of you= r internal branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yuan Peng > Sent: Friday, October 14, 2016 9:43 AM > To: dts@dpdk.org > Cc: Peng, Yuan > Subject: [dts] [PATCH] framework: Add the NIC type magnolia_park >=20 > From: pengyuan >=20 > Signed-off-by: pengyuan >=20 > diff --git a/framework/settings.py b/framework/settings.py > index cf3f50b..c875366 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -61,7 +61,7 @@ NICS =3D { > 'twinville': '8086:1512', > 'sageville': '8086:1563', > 'sagepond' : '8086:15ad', > - 'mgpk': '8086:15ce', > + 'magnolia_park': '8086:15ce', > 'sagepond_vf':'8086:15a8', > 'hartwell': '8086:10d3', > '82545EM': '8086:100f', > @@ -105,7 +105,7 @@ DRIVERS =3D { > 'sageville': 'ixgbe', > 'sagepond' : 'ixgbe', > 'sagepond_vf': 'ixgbevf', > - 'mgpk' : 'ixgbe', > + 'magnolia_park' : 'ixgbe', > 'hartwell': 'igb', > '82545EM': 'igb', > '82540EM': 'igb', > -- > 2.5.0