ethdev: deprecate port count function
[dpdk.git] / examples / quota_watermark / qw / Makefile
index 84299e5..d0a9b3c 100644 (file)
@@ -16,6 +16,7 @@ APP = qw
 # all source are stored in SRCS-y
 SRCS-y := args.c init.c main.c
 
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += -O3 -DQW_SOFTWARE_FC
 CFLAGS += $(WERROR_FLAGS)