ethdev: add tracepoints
[dpdk.git] / examples / flow_filtering / Makefile
index 6c51c0b..e0d546d 100644 (file)
@@ -49,6 +49,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 include $(RTE_SDK)/mk/rte.extapp.mk