Re: [dpdk-dev] [RFC PATCH 0/6] mempool: add bucket mempool driver

2018-01-17 Thread Andrew Rybchenko
Hi Olivier, first of all many thanks for the review. See my replies/comments below. Also I'll reply to the the specific patch mails as well. On 12/14/2017 04:36 PM, Olivier MATZ wrote: Hi Andrew, Please find some comments about this patchset below. I'll also send some comments as replies to th

Re: [dpdk-dev] [RFC PATCH 0/6] mempool: add bucket mempool driver

2017-12-14 Thread Olivier MATZ
Hi Andrew, Please find some comments about this patchset below. I'll also send some comments as replies to the specific patch. On Fri, Nov 24, 2017 at 04:06:25PM +, Andrew Rybchenko wrote: > The patch series adds bucket mempool driver which allows to allocate > (both physically and virtually)

[dpdk-dev] [RFC PATCH 0/6] mempool: add bucket mempool driver

2017-11-24 Thread Andrew Rybchenko
The patch series adds bucket mempool driver which allows to allocate (both physically and virtually) contiguous blocks of objects and adds mempool API to do it. It is still capable to provide separate objects, but it is definitely more heavy-weight than ring/stack drivers. The target usecase is de