Re: [lng-odp] [API-NEXTv5 1/6] linux-gen: _ishm: adding buddy and slab allocation

2017-01-12 Thread Christophe Milard
On 12 January 2017 at 08:52, Yi He wrote: > Hi, Christophe, > > Q1: this patchset name seems a little problem: API-NEXTv5 -> API-NEXT > PATCHv5 oh god! Will fix in V6! > > Q2: the 1/6 patch cannot be applied to the api-next, I've tried to fix to > continue the test but did not work, need to re-

Re: [lng-odp] [API-NEXTv5 1/6] linux-gen: _ishm: adding buddy and slab allocation

2017-01-11 Thread Yi He
Hi, Christophe, Q1: this patchset name seems a little problem: API-NEXTv5 -> API-NEXT PATCHv5 Q2: the 1/6 patch cannot be applied to the api-next, I've tried to fix to continue the test but did not work, need to re-base and I'll test then. For the patchset code looks OK to me and below questions

[lng-odp] [API-NEXTv5 1/6] linux-gen: _ishm: adding buddy and slab allocation

2017-01-03 Thread Christophe Milard
_ishm now provides functions to create/destroy pools for buddy/slab memory allocation, as well as functions to allocated/release memory from the created pools. Signed-off-by: Christophe Milard --- platform/linux-generic/Makefile.am | 2 + platform/linux-generic/_ishm.c