aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-01-01 16:53:22 +0100
committerDave Barach <openvpp@barachs.net>2017-01-02 13:22:24 +0000
commit68fda1c47c43a9f23ecc7cdc49528a1faa73642f (patch)
tree2e42c221ad165652534d078180119cb977585b8b /dpdk
parenta9cd3ebecfc0fbda6d534f82a72178a1e0de291b (diff)
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 <damarion@cisco.com>
Diffstat (limited to 'dpdk')
-rw-r--r--dpdk/Makefile1
1 files changed, 1 insertions, 0 deletions
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):