]> git.droids-corp.org - dpdk.git/blobdiff - examples/service_cores/Makefile
net/vhost: enable promiscuous and multicast by default
[dpdk.git] / examples / service_cores / Makefile
index c47055813e9c52b6d87ba9b212327ddc91b2dc69..aac207bd9960653f0870c75dd1754fceda02d2ac 100644 (file)
@@ -50,6 +50,7 @@ RTE_TARGET ?= $(notdir $(abspath $(dir $(firstword $(wildcard $(RTE_SDK)/*/.conf
 include $(RTE_SDK)/mk/rte.vars.mk
 
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 # workaround for a gcc bug with noreturn attribute
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603