From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by dpdk.org (Postfix) with ESMTP id 7032B8D96 for ; Fri, 25 Sep 2015 23:13:50 +0200 (CEST) Received: by obbmp4 with SMTP id mp4so91474583obb.3 for ; Fri, 25 Sep 2015 14:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kSOslD+AYCtD2UZzax5KvZgGWGr18n0317WdOvZ/L6s=; b=OxupKgzg6Q5yEs2z49MrX24rwG9wIVCR1g3ayg7iuOcVU8TW7s4oof7hX0cAt8D+Hq mvY5Fqp09DX0UQ4zkQSKyX3N062foJ7hzmfsVMwFiVHWtKwAJhVUfzMa0H/bMZ21Xlcm nXpjudP4OzyffsqXLa4cRoXHEOAZT6/f+Iz/PDa5tCGxg1yYzD3APoZVwdo+d3AzRhdz /2cCRiwRqahdLV84ZNflNYaUuLgZ3YBc455buNzEca25cQbBgxgYZcgA2nC8FeiJrhYj bQKBJzpPdDedeJaTvey1PtUAXAWkLt6QwRta/dGN+hIPv8r5zpTrWrNPGGysjh6YDHPu C0DQ== MIME-Version: 1.0 X-Received: by 10.60.23.40 with SMTP id j8mr4463417oef.15.1443215629861; Fri, 25 Sep 2015 14:13:49 -0700 (PDT) Received: by 10.202.65.197 with HTTP; Fri, 25 Sep 2015 14:13:49 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909020911F3@shsmsx102.ccr.corp.intel.com> References: <1443132825-10973-1-git-send-email-rkerur@gmail.com> <20345734.BlVfqR1MBs@xps13> <6A0DE07E22DDAD4C9103DF62FEBC0909020911F3@shsmsx102.ccr.corp.intel.com> Date: Fri, 25 Sep 2015 14:13:49 -0700 Message-ID: From: Ravi Kerur To: "Lu, Wenzhuo" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 21:13:50 -0000 On Fri, Sep 25, 2015 at 1:04 AM, Lu, Wenzhuo wrote: > 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 > > > > 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 > +++++++++++++++---- > > > > You are modifying the base driver which is only allowed by Intel. But > there can > > be exceptions. Wenzhuo, is it an exception? > I'm afraid it's not an exception. We plan to update e1000 base code > recently. Hope it will help. > Thanks. > Ok thanks was not aware of it. Can you let me know what version of e1000/e1000e you plan to update just to make sure it has support for these. Thanks, Ravi