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 <hemant.agra...@nxp.com>
---
[...]
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

Reply via email to