net/mvpp2: fix build
The iterator RTE_ETH_FOREACH_DEV (added in below commit) requires to enable experimental APIs. Fixing also the config option rename in the build test. Fixes: 8728ccf37615 ("fix ethdev ports enumeration") Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2") Reported-by: Ferruh Yigit <ferruh.yigit@intel.com> Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
3ef648aa48
commit
e70e26861e
@ -202,7 +202,7 @@ config () # <directory> <target> <options>
|
||||
test -z "$LIBMUSDK_PATH" || \
|
||||
sed -ri 's,(PMD_MRVL_CRYPTO=)n,\1y,' $1/.config
|
||||
test -z "$LIBMUSDK_PATH" || \
|
||||
sed -ri 's,(MRVL_PMD=)n,\1y,' $1/.config
|
||||
sed -ri 's,(MVPP2_PMD=)n,\1y,' $1/.config
|
||||
build_config_hook $1 $2 $3
|
||||
|
||||
# Explicit enabler/disabler (uppercase)
|
||||
|
@ -27,6 +27,7 @@ CFLAGS += -I$(LIBMUSDK_PATH)/include
|
||||
CFLAGS += -DMVCONF_TYPES_PUBLIC
|
||||
CFLAGS += -DMVCONF_DMA_PHYS_ADDR_T_PUBLIC
|
||||
CFLAGS += $(WERROR_FLAGS)
|
||||
CFLAGS += -DALLOW_EXPERIMENTAL_API
|
||||
CFLAGS += -O3
|
||||
LDLIBS += -L$(LIBMUSDK_PATH)/lib
|
||||
LDLIBS += -lmusdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user