Re: [dpdk-dev] [PATCH v2 0/6] Infrastructure to support octeontx HW mempool manager

2017-07-17 Thread santosh
On Thursday 13 July 2017 03:02 PM, Santosh Shukla wrote: > v2: > (Note: v2 work is based on deprecation notice [1], It's for 17.11) > > In order to support octeontx HW mempool manager, the common mempool layer must > meet below condition. > - Object start address should be block size (total elem s

[dpdk-dev] [PATCH v2 0/6] Infrastructure to support octeontx HW mempool manager

2017-07-13 Thread Santosh Shukla
v2: (Note: v2 work is based on deprecation notice [1], It's for 17.11) In order to support octeontx HW mempool manager, the common mempool layer must meet below condition. - Object start address should be block size (total elem size) aligned. - Object must have the physically contiguous address wi