net/mvpp2: fix build
authorThomas Monjalon <thomas@monjalon.net>
Thu, 19 Apr 2018 16:02:31 +0000 (18:02 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 19 Apr 2018 23:16:46 +0000 (01:16 +0200)
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>
devtools/test-build.sh
drivers/net/mvpp2/Makefile

index 3362edc..28e0324 100755 (executable)
@@ -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)
index 2383ec1..db4576f 100644 (file)
@@ -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