From 844e0eba7708f4f39d17436d2b352392ab75e4cf Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 21 Aug 2017 22:27:04 +0200 Subject: 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 --- dpdk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/dpdk/Makefile b/dpdk/Makefile index 5e947b30e21..9f03b710e0e 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) -- cgit 1.2.3-korg