diff options
author | Mohammad Abdul Awal <mohammad.abdul.awal@intel.com> | 2016-09-10 11:24:16 +0100 |
---|---|---|
committer | Mohammad Abdul Awal <mohammad.abdul.awal@intel.com> | 2016-09-15 09:50:32 +0100 |
commit | 258f299a2a152acab4ce497673eb293c5da15f73 (patch) | |
tree | 5dce0223129b7997602441e52a6d463727dea273 /examples/udpfwd/Makefile | |
parent | e57f675d4de058f99819dd2d228656533961f38a (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/Makefile | 1 |
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 |