From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 65F8956B7 for ; Fri, 25 Sep 2015 10:04:35 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 25 Sep 2015 01:04:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,585,1437462000"; d="scan'208";a="812938426" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 25 Sep 2015 01:04:32 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 25 Sep 2015 01:04:23 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 25 Sep 2015 01:04:22 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.179]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.246]) with mapi id 14.03.0248.002; Fri, 25 Sep 2015 16:04:02 +0800 From: "Lu, Wenzhuo" To: Thomas Monjalon , Ravi Kerur Thread-Topic: [dpdk-dev] [PATCH v1] Add support for Intel chipsets Thread-Index: AQHQ9xZXNcDyTKUUH0GdBoirP6IzmJ5MTZEAgACUe1A= Date: Fri, 25 Sep 2015 08:04:01 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909020911F3@shsmsx102.ccr.corp.intel.com> References: <1443132825-10973-1-git-send-email-rkerur@gmail.com> <20345734.BlVfqR1MBs@xps13> In-Reply-To: <20345734.BlVfqR1MBs@xps13> Accept-Language: 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v1] Add support for Intel chipsets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:04:35 -0000 Hi all, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, September 25, 2015 3:08 PM > To: Ravi Kerur > Cc: dev@dpdk.org; Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH v1] Add support for Intel chipsets >=20 > 2015-09-24 15:13, Ravi Kerur: > > M. Jay(Jayakumar, Muthurajan) and I > > discussed and decided to include support for I217/I218 chipsets > [...] > > drivers/net/e1000/base/e1000_api.c | 1 + > > drivers/net/e1000/base/e1000_hw.h | 1 + > > drivers/net/e1000/base/e1000_ich8lan.c | 30 +++++++----------= ------- > > drivers/net/e1000/base/e1000_osdep.h | 24 +++++++++++++++--= -- >=20 > You are modifying the base driver which is only allowed by Intel. But the= re can > be exceptions. Wenzhuo, is it an exception? I'm afraid it's not an exception. We plan to update e1000 base code recent= ly. Hope it will help. Thanks.