summaryrefslogtreecommitdiffstats
path: root/examples/udpfwd/Makefile
diff options
context:
space:
mode:
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2016-09-10 11:24:16 +0100
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2016-09-15 09:50:32 +0100
commit258f299a2a152acab4ce497673eb293c5da15f73 (patch)
tree5dce0223129b7997602441e52a6d463727dea273 /examples/udpfwd/Makefile
parente57f675d4de058f99819dd2d228656533961f38a (diff)
udpfw: dynamic allocation of netbe_* structures
This patch allows dynamic allocation of memory for the appliation. The solves the problem of allocating large amount of static memory which caused accessing the momory locations outside of 32-bit address-space duing compile-time. Change-Id: If8031ba846e4ed339d8ce8ebe4fd69325f098d17 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, 0 insertions, 1 deletions
diff --git a/examples/udpfwd/Makefile b/examples/udpfwd/Makefile
index 5274d0f..6816b5e 100644
--- a/examples/udpfwd/Makefile
+++ b/examples/udpfwd/Makefile
@@ -41,6 +41,5 @@ LDLIBS += -ltle_udp
EXTRA_CFLAGS += -O3
CFLAGS_parse.o += -D_GNU_SOURCE
-CFLAGS_main.o += -mcmodel=medium
include $(RTE_SDK)/mk/rte.extapp.mk