aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-08-21 22:27:04 +0200
committerDamjan Marion <damarion@cisco.com>2017-08-21 22:27:08 +0200
commit844e0eba7708f4f39d17436d2b352392ab75e4cf (patch)
tree3bf97fb9d945991d08e73cac4af32948ec788b61
parent43161a873375ddf156cf6fbe8764bfc206b38fa0 (diff)
dpdk: disable tun/tap PMD
Beside the fact that we don't need it, it fails to build on ARM64. Change-Id: Iefae8bf234b588d8005df5e053b9152b6611929c Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r--dpdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index 5e947b30..9f03b710 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -150,6 +150,7 @@ $(B)/custom-config: $(B)/.patch.ok Makefile
$(call set,RTE_LIBRTE_MLX4_PMD,$(DPDK_MLX4_PMD))
$(call set,RTE_LIBRTE_MLX5_PMD,$(DPDK_MLX5_PMD))
@# not needed
+ $(call set,RTE_LIBRTE_PMD_TAP,n)
$(call set,RTE_LIBRTE_TIMER,n)
$(call set,RTE_LIBRTE_CFGFILE,n)
$(call set,RTE_LIBRTE_LPM,n)