From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by dpdk.org (Postfix) with ESMTP id 70F0D8DA6 for ; Wed, 14 Oct 2015 18:00:52 +0200 (CEST) Received: by padcn9 with SMTP id cn9so27018664pad.2 for ; Wed, 14 Oct 2015 09:00:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=77llyzxbapbu1FboRm1NZCR43f5KxdnkwPT4MP7rrXI=; b=UjlaifMEOvwbey5NPCTBhfo9rPc098RGJLqr4ZwpXGwE9gjE3iYgd8h+OzrGBWTyiX JfFbs7KjvquSxJJcCLiV0GRlWApgzfS+hWNrxjmsLfKlol8Lx8EivWTwXnIY23K+fHr8 RUEa6znZfSI+5TJYwSXJOoZRLVm6rRPgGPju9+YY31TBv/NRxGUDtr1Zc5q6rIOYAZpB xHkxAq3LNXgYuCANatxHsZgeS9ED6BbQwU26wFZGKL8JXMNRCNy3sDSTDUKoYG70ejht NmqUJGyOD0gpRhJP9exockJ2qTeSDKXMD/n0FvANJ8e5VWHkCEfSwYDG906K/EQj6UNi aJJA== X-Gm-Message-State: ALoCoQmFbC+loOz1SlqmED2aXF2WA4xKNAYr9IhyHwIPo5oTvmDaP0OaIMALtDY9+zttZXjNfJpJ X-Received: by 10.66.229.8 with SMTP id sm8mr4396671pac.135.1444838451772; Wed, 14 Oct 2015 09:00:51 -0700 (PDT) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id st5sm10485514pab.42.2015.10.14.09.00.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Oct 2015 09:00:51 -0700 (PDT) Date: Wed, 14 Oct 2015 09:00:57 -0700 From: Stephen Hemminger To: Wenzhuo Lu Message-ID: <20151014090057.287233d7@xeon-e3> In-Reply-To: <1444804479-14840-3-git-send-email-wenzhuo.lu@intel.com> References: <1444804479-14840-1-git-send-email-wenzhuo.lu@intel.com> <1444804479-14840-3-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 02/34] e1000/base: add new devices 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: Wed, 14 Oct 2015 16:00:52 -0000 On Wed, 14 Oct 2015 14:34:07 +0800 Wenzhuo Lu wrote: > Add some new i218 devices. > > Signed-off-by: Wenzhuo Lu > --- > 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.