summaryrefslogtreecommitdiffstats
path: root/examples/udpfwd/Makefile
diff options
context:
space:
mode:
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2016-09-15 09:03:08 +0100
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2016-09-16 14:29:15 +0100
commitc216b95d0278eff271f12766cc630baaa21d8af0 (patch)
treef703949f7c41f397e26cc762777bdec873219515 /examples/udpfwd/Makefile
parent258f299a2a152acab4ce497673eb293c5da15f73 (diff)
allocated all port and all cpu momory together instead of realloc
Change-Id: I3240e6afefb5d784e08e3a5a1b70ada7d5b4b223 Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Diffstat (limited to 'examples/udpfwd/Makefile')
-rw-r--r--examples/udpfwd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/udpfwd/Makefile b/examples/udpfwd/Makefile
index 6816b5e..496a3be 100644
--- a/examples/udpfwd/Makefile
+++ b/examples/udpfwd/Makefile
@@ -41,5 +41,6 @@ LDLIBS += -ltle_udp
EXTRA_CFLAGS += -O3
CFLAGS_parse.o += -D_GNU_SOURCE
+CFLAGS_main.o += -D_GNU_SOURCE
include $(RTE_SDK)/mk/rte.extapp.mk