dpdk: disable tun/tap PMD 50/8150/1
authorDamjan Marion <[email protected]>
Mon, 21 Aug 2017 20:27:04 +0000 (22:27 +0200)
committerDamjan Marion <[email protected]>
Mon, 21 Aug 2017 20:27:08 +0000 (22:27 +0200)
Beside the fact that we don't need it, it fails to build on ARM64.

Change-Id: Iefae8bf234b588d8005df5e053b9152b6611929c
Signed-off-by: Damjan Marion <[email protected]>
dpdk/Makefile

index 5e947b3..9f03b71 100644 (file)
@@ -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)