From 4f0f97f720823af1aa82a15e6df25769ee6655a7 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Thu, 16 Jul 2020 09:26:18 +0200 Subject: [PATCH] net/bnxt: remove experimental build flag -DALLOW_EXPERIMENTAL_API is always set for in-tree compilation. See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5 Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure") Signed-off-by: David Marchand Acked-by: Ajit Khaparde --- drivers/net/bnxt/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/bnxt/Makefile b/drivers/net/bnxt/Makefile index c54fd108d1..2c4cdd1c40 100644 --- a/drivers/net/bnxt/Makefile +++ b/drivers/net/bnxt/Makefile @@ -14,7 +14,6 @@ LIB = librte_pmd_bnxt.a EXPORT_MAP := rte_pmd_bnxt_version.map CFLAGS += -O3 -CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += $(WERROR_FLAGS) LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -- 2.20.1