eal: set name to threads
[dpdk.git] / examples / tep_termination / Makefile
index c37e50f..448e618 100644 (file)
@@ -51,5 +51,6 @@ SRCS-y := main.c vxlan_setup.c vxlan.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -D_GNU_SOURCE
 
 include $(RTE_SDK)/mk/rte.extapp.mk