From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH v2] kernel folder for Linux and BSD modules Date: Tue, 26 Dec 2017 16:10:08 +0800 Message-ID: <20171226081007.5tn2ot7lm4dyp4wz@debian-xvivbkq> References: <1513922231-15554-1-git-send-email-hemant.agrawal@nxp.com> <1514270813-14996-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com, keith.wiles@intel.com To: Hemant Agrawal Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 331E41B361 for ; Tue, 26 Dec 2017 09:10:38 +0100 (CET) Content-Disposition: inline In-Reply-To: <1514270813-14996-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Dec 26, 2017 at 12:16:53PM +0530, Hemant Agrawal wrote: > This patch moves the kernel modules code from EAL to a common place. > - Separate the kernel module code from user space code. > > Signed-off-by: Hemant Agrawal > --- [...] > diff --git a/lib/librte_eal/bsdapp/Makefile b/lib/librte_eal/bsdapp/Makefile > index 0e6e2be..474e9c1 100644 > --- a/lib/librte_eal/bsdapp/Makefile > +++ b/lib/librte_eal/bsdapp/Makefile > @@ -33,6 +33,5 @@ include $(RTE_SDK)/mk/rte.vars.mk > > DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += eal > DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += contigmem > -DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += nic_uio > Just FYI, contigmem is also a kernel module. Best regards, Tiwei Bie