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:
b7f1faa
)
The build system still builds the DPDK plugin when the option
83/8283/2
author
Marco Varlese
<
[email protected]
>
Fri, 1 Sep 2017 12:47:53 +0000
(14:47 +0200)
committer
Sergio Gonzalez Monroy
<
[email protected]
>
Fri, 1 Sep 2017 14:46:23 +0000
(14:46 +0000)
vpp_uses_dpdk is set to "no" in build-data/platforms/vpp.mk causing the
build to fail.
This patch addresses that issue.
Change-Id: Icc1aaa508e730c9b8715119e1259e4c82f974048
Signed-off-by: Marco Varlese <
[email protected]
>
build-data/packages/vpp.mk
patch
|
blob
|
history
diff --git
a/build-data/packages/vpp.mk
b/build-data/packages/vpp.mk
index
170f99c
..
a31ae7f
100644
(file)
--- a/
build-data/packages/vpp.mk
+++ b/
build-data/packages/vpp.mk
@@
-26,6
+26,8
@@
endif
ifeq ($($(PLATFORM)_uses_dpdk_mlx5_pmd),yes)
vpp_configure_args += --with-dpdk-mlx5-pmd
endif
+else
+vpp_configure_args += --disable-dpdk-plugin
endif
ifeq ($($(PLATFORM)_enable_tests),yes)