]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/Makefile
net/iavf: disable promiscuous mode on close
[dpdk.git] / examples / l3fwd / Makefile
index d87eafcd0c9d91167981daa87a706416db9b2091..7e70bbd8268120f3b04daa9a04dc1db26582a942 100644 (file)
@@ -24,6 +24,8 @@ PKGCONF ?= pkg-config
 
 PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
 CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
+# Added for 'rte_eth_link_to_str()'
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
 LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)