From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2017 00:10:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,459,1508828400"; d="scan'208";a="21398713" Received: from debian-xvivbkq.sh.intel.com (HELO debian-xvivbkq) ([10.67.104.165]) by orsmga002.jf.intel.com with ESMTP; 26 Dec 2017 00:10:35 -0800 Date: Tue, 26 Dec 2017 16:10:08 +0800 From: Tiwei Bie To: Hemant Agrawal Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com, keith.wiles@intel.com 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 Content-Disposition: inline In-Reply-To: <1514270813-14996-1-git-send-email-hemant.agrawal@nxp.com> User-Agent: NeoMutt/20170609 (1.8.3) Subject: Re: [dpdk-dev] [PATCH v2] kernel folder for Linux and BSD modules X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Dec 2017 08:10:39 -0000 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