The build system still builds the DPDK plugin when the option
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 <marco.varlese@suse.com>
This commit is contained in:

committed by
Sergio Gonzalez Monroy

parent
b7f1faa7fb
commit
edfa2fddf8
@ -26,6 +26,8 @@ endif
|
|||||||
ifeq ($($(PLATFORM)_uses_dpdk_mlx5_pmd),yes)
|
ifeq ($($(PLATFORM)_uses_dpdk_mlx5_pmd),yes)
|
||||||
vpp_configure_args += --with-dpdk-mlx5-pmd
|
vpp_configure_args += --with-dpdk-mlx5-pmd
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
vpp_configure_args += --disable-dpdk-plugin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($($(PLATFORM)_enable_tests),yes)
|
ifeq ($($(PLATFORM)_enable_tests),yes)
|
||||||
|
Reference in New Issue
Block a user