Hi Hemminger,
> -----Original Message-----
> From: Stephen Hemminger [mailto:stephen at networkplumber.org]
> Sent: Thursday, October 15, 2015 12:01 AM
> To: Lu, Wenzhuo
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 02/34] e1000/base: add new devices
>
> On Wed, 14 Oct 2015 14:34:07 +0800
> Wenzhuo Lu <wenzhuo.lu at intel.com> wrote:
>
> > Add some new i218 devices.
> >
> > Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
> > ---
> > drivers/net/e1000/base/e1000_api.c | 4 ++++
> > drivers/net/e1000/base/e1000_defines.h | 2 ++
> > drivers/net/e1000/base/e1000_hw.h | 4 ++++
> > drivers/net/e1000/base/e1000_ich8lan.c | 18 ++++++++++++++----
> > 4 files changed, 24 insertions(+), 4 deletions(-)
>
> I assume a later patch will add these devices to the DPDK PCI device list.
> There
> are still some issues where base driver supports more devices than the DPDK
> list.
Thanks for the comments. I planned to create another patch for the code outside
the base. But seems better to include it in this set. I'll send a V2.