mempool: introduce helpers for populate and required size
[dpdk.git] / drivers / mempool / octeontx2 / Makefile
index b86d469..4961a4a 100644 (file)
@@ -18,7 +18,12 @@ CFLAGS += -O3
 ifneq ($(CONFIG_RTE_ARCH_64),y)
 CFLAGS += -Wno-int-to-pointer-cast
 CFLAGS += -Wno-pointer-to-int-cast
+ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
+CFLAGS += -diag-disable 2259
 endif
+endif
+
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 EXPORT_MAP := rte_mempool_octeontx2_version.map
 
@@ -28,6 +33,7 @@ LIBABIVER := 1
 # all source are stored in SRCS-y
 #
 SRCS-$(CONFIG_RTE_LIBRTE_OCTEONTX2_MEMPOOL) += \
+       otx2_mempool_ops.c      \
        otx2_mempool.c          \
        otx2_mempool_irq.c      \
        otx2_mempool_debug.c