udpfw: dynamic allocation of netbe_* structures 99/2899/1
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Sat, 10 Sep 2016 10:24:16 +0000 (11:24 +0100)
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Thu, 15 Sep 2016 08:50:32 +0000 (09:50 +0100)
commit258f299a2a152acab4ce497673eb293c5da15f73
tree5dce0223129b7997602441e52a6d463727dea273
parente57f675d4de058f99819dd2d228656533961f38a
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>
examples/udpfwd/Makefile
examples/udpfwd/main.c
examples/udpfwd/netbe.h
examples/udpfwd/parse.c