[dpdk-dev] [PATCH 00/36] mempool: rework memory allocation

2016-04-14 Thread Olivier MATZ
On 04/14/2016 03:50 PM, Wiles, Keith wrote: >> This series is a rework of mempool. For those who don't want to read >> all the cover letter, here is a sumary: >> >> - it is not possible to allocate large mempools if there is not enough >> contiguous memory, this series solves this issue >> -

[dpdk-dev] [PATCH 00/36] mempool: rework memory allocation

2016-04-14 Thread Hunt, David
On 4/14/2016 3:01 PM, Olivier MATZ wrote: > > On 04/14/2016 03:50 PM, Wiles, Keith wrote: --snip-- >> I have not digested this complete patch yet, but this one popped out >> at me as the External Memory Manager support is setting in the wings >> for 16.07 release. If this causes the EMM patch

[dpdk-dev] [PATCH 00/36] mempool: rework memory allocation

2016-04-14 Thread Wiles, Keith
> > >On 04/14/2016 03:50 PM, Wiles, Keith wrote: >>> This series is a rework of mempool. For those who don't want to read >>> all the cover letter, here is a sumary: >>> >>> - it is not possible to allocate large mempools if there is not enough >>> contiguous memory, this series solves this

[dpdk-dev] [PATCH 00/36] mempool: rework memory allocation

2016-04-14 Thread Olivier Matz
This series is a rework of mempool. For those who don't want to read all the cover letter, here is a sumary: - it is not possible to allocate large mempools if there is not enough contiguous memory, this series solves this issue - introduce new APIs with less arguments: "create, populate,