From: Damjan Marion Date: Sun, 1 Jan 2017 15:53:22 +0000 (+0100) Subject: dpdk: do not build igb_uio module X-Git-Tag: v17.04-rc1~449 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=68fda1c47c43a9f23ecc7cdc49528a1faa73642f;p=vpp.git 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 --- diff --git a/dpdk/Makefile b/dpdk/Makefile index 178c30c6bcf..82804f20db9 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):