[dpdk-dev] [PATCH v6 1/9] eal: move librte_malloc to eal/common

2015-07-03 Thread Thomas Monjalon
2015-07-03 09:16, Gonzalez Monroy, Sergio: > On 02/07/2015 13:14, Thomas Monjalon wrote: > > 2015-06-26 16:29, Sergio Gonzalez Monroy: > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -73,6 +73,7 @@ F: lib/librte_eal/common/* > >> F: lib/librte_eal/common/include/* > >> F: lib/librte_eal/c

[dpdk-dev] [PATCH v6 1/9] eal: move librte_malloc to eal/common

2015-07-03 Thread Gonzalez Monroy, Sergio
On 02/07/2015 13:14, Thomas Monjalon wrote: > 2015-06-26 16:29, Sergio Gonzalez Monroy: >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -73,6 +73,7 @@ F: lib/librte_eal/common/* >> F: lib/librte_eal/common/include/* >> F: lib/librte_eal/common/include/generic/ >> F: doc/guides/prog_guide/env_

[dpdk-dev] [PATCH v6 1/9] eal: move librte_malloc to eal/common

2015-07-02 Thread Thomas Monjalon
2015-06-26 16:29, Sergio Gonzalez Monroy: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -73,6 +73,7 @@ F: lib/librte_eal/common/* > F: lib/librte_eal/common/include/* > F: lib/librte_eal/common/include/generic/ > F: doc/guides/prog_guide/env_abstraction_layer.rst > +F: doc/guides/prog_guide/mallo

[dpdk-dev] [PATCH v6 1/9] eal: move librte_malloc to eal/common

2015-06-26 Thread Sergio Gonzalez Monroy
Move malloc inside 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 memz