From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E21B75A17 for ; Thu, 12 Feb 2015 01:57:11 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 11 Feb 2015 16:50:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,562,1418112000"; d="scan'208";a="676663436" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by fmsmga002.fm.intel.com with ESMTP; 11 Feb 2015 16:57:09 -0800 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 12 Feb 2015 08:57:08 +0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 12 Feb 2015 08:57:08 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.197]) by shsmsx102.ccr.corp.intel.com ([169.254.2.62]) with mapi id 14.03.0195.001; Thu, 12 Feb 2015 08:57:07 +0800 From: "Liu, Yong" To: "Qiu, Michael" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] framework: Add Intel new NIC support Thread-Index: AQHQRfhnN8pG8e0YhE26JGzzvlE2K5zsMZrw Date: Thu, 12 Feb 2015 00:57:06 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10D7ADB0@SHSMSX103.ccr.corp.intel.com> References: <1423658616-14903-1-git-send-email-michael.qiu@intel.com> In-Reply-To: <1423658616-14903-1-git-send-email-michael.qiu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 Intel new NIC support 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: Thu, 12 Feb 2015 00:57:12 -0000 Applied, thanks Michael. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Michael Qiu > Sent: Wednesday, February 11, 2015 8:44 PM > To: dts@dpdk.org > Subject: [dts] [PATCH] framework: Add Intel new NIC support >=20 > Red Rock Canyou is one new NIC of Intel, kernel driver is named > fm10k. >=20 > This patch only add base support for this NIC, so that the framework > can identify this NIC. >=20 > Signed-off-by: Michael Qiu > --- > framework/settings.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/framework/settings.py b/framework/settings.py > index 23b5788..ba9b5f5 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -58,7 +58,7 @@ NICS =3D { > 'fortville_eagle': '8086:1572', > 'fortville_spirit': '8086:1583', > 'fortville_spirit_single': '8086:1584', > - 'rubyrappid': '8086:15a4', > + 'redrockcanyou': '8086:15a4', > } >=20 > DRIVERS =3D { > @@ -87,7 +87,7 @@ DRIVERS =3D { > 'fortville_eagle': 'i40e', > 'fortville_spirit': 'i40e', > 'fortville_spirit_single':'i40e', > - 'rubyrappid': 'fm10k', > + 'redrockcanyou': 'fm10k', > } >=20 > """ > -- > 1.9.3