Go to file
Sergio Gonzalez Monroy 2f9d47013e mem: move librte_malloc to eal/common
Move malloc inside eal and create a new section in MAINTAINERS file for
Memory Allocation in EAL.

Create a dummy malloc library to avoid breaking applications that have
librte_malloc in their DT_NEEDED entries.

This is the first step towards using malloc to allocate memory directly
from memsegs. Thus, memzones would allocate memory through malloc,
allowing to free memzones.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-07-16 13:44:48 +02:00
app app: replace some offload flags with packet type 2015-07-16 00:57:47 +02:00
config mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
doc doc: announce ABI changes for unified packet type 2015-07-16 01:45:52 +02:00
drivers mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
examples examples: replace some offload flags with packet type 2015-07-16 00:57:51 +02:00
lib mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
mk mpipe: add TILE-Gx mPIPE poll mode driver 2015-07-13 16:15:52 +02:00
pkg mk: enable next abi preview 2015-07-09 00:56:40 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00