Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
43161a8
)
dpdk: disable tun/tap PMD
50/8150/1
author
Damjan Marion
<
[email protected]
>
Mon, 21 Aug 2017 20:27:04 +0000
(22:27 +0200)
committer
Damjan 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
patch
|
blob
|
history
diff --git
a/dpdk/Makefile
b/dpdk/Makefile
index
5e947b3
..
9f03b71
100644
(file)
--- 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)