From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v6 8/8] qede: Enable PMD build Date: Tue, 26 Apr 2016 15:56:07 +0100 Message-ID: <20160426145607.GB10896@bricha3-MOBL3> References: <1461647586-22234-1-git-send-email-rasesh.mody@qlogic.com> <1461647586-22234-8-git-send-email-rasesh.mody@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas.monjalon@6wind.com, dev@dpdk.org, ameen.rahman@qlogic.com, Harish Patil , Sony Chacko To: Rasesh Mody Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D31FF2A1A for ; Tue, 26 Apr 2016 16:56:11 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1461647586-22234-8-git-send-email-rasesh.mody@qlogic.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Apr 25, 2016 at 10:13:06PM -0700, Rasesh Mody wrote: > This patch enables the QEDE PMD build. > > Signed-off-by: Harish Patil > Signed-off-by: Rasesh Mody > Signed-off-by: Sony Chacko > --- > config/common_base | 12 ++++++++++++ > drivers/net/Makefile | 1 + > mk/rte.app.mk | 2 ++ > 3 files changed, 15 insertions(+) > Without any other changes, this patch can be placed two patches earlier in the series, i.e. before the attention support and DCBX features are added in. Ideally, it would be good to have this patch just after the core driver is added in patch 3, but I suspect that that may be infeasible, so please just move it to the earliest point in the series where the code can reasonably compile. thanks, /Bruce