From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH v2] kernel folder for Linux and BSD modules Date: Tue, 26 Dec 2017 14:20:31 +0530 Message-ID: <4e921b7b-bcb5-7793-6a54-4ca2ffd53ddf@nxp.com> References: <1513922231-15554-1-git-send-email-hemant.agrawal@nxp.com> <1514270813-14996-1-git-send-email-hemant.agrawal@nxp.com> <20171226081007.5tn2ot7lm4dyp4wz@debian-xvivbkq> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , To: Tiwei Bie Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0056.outbound.protection.outlook.com [104.47.33.56]) by dpdk.org (Postfix) with ESMTP id 9A2191B360 for ; Tue, 26 Dec 2017 09:50:36 +0100 (CET) In-Reply-To: <20171226081007.5tn2ot7lm4dyp4wz@debian-xvivbkq> 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 12/26/2017 1:40 PM, Tiwei Bie wrote: > 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. Thanks! I will send v3