From 68fda1c47c43a9f23ecc7cdc49528a1faa73642f Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sun, 1 Jan 2017 16:53:22 +0100 Subject: dpdk: do not build igb_uio module igb_uio is anyway build out of source from dkms package so there is no need to build it here. Also, this creates issues in cases where kernel headers are not available (i.e. building inside containers). Change-Id: I270598a94dc67ad0b31e7f0db9ed6bd6fc8cfe30 Signed-off-by: Damjan Marion --- dpdk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dpdk') diff --git a/dpdk/Makefile b/dpdk/Makefile index 178c30c6..82804f20 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -136,6 +136,7 @@ $(B)/custom-config: $(B)/.patch.ok Makefile $(call set,RTE_LIBRTE_TABLE,n) $(call set,RTE_LIBRTE_PIPELINE,n) $(call set,RTE_KNI_KMOD,n) + $(call set,RTE_EAL_IGB_UIO,n) @rm -f .config.ok $(CURDIR)/$(DPDK_TARBALL): -- cgit 1.2.3-korg