Re: [dpdk-dev] [PATCH] mempool: Introduce _populate_mz_range api

2017-01-20 Thread Jerin Jacob
On Fri, Jan 20, 2017 at 07:50:17PM +0530, santosh.shu...@caviumnetworks.com wrote: > From: Santosh Shukla > > +/* > + * wrapper to populate mz's pa/va addr range and len info to external > + * mempool. HW mempool implementation to cache-in this inforamation > + * in their local data structure.

[dpdk-dev] [PATCH] mempool: Introduce _populate_mz_range api

2017-01-20 Thread santosh.shukla
From: Santosh Shukla HW pool manager e.g. Cavium SoC need s/w to program start and end address of pool. Currently there is no such api in ext-mempool. So introducing _populate_mz_range API which will let HW(pool manager) know about hugepage mapped virtual start and end address. Signed-off-by: Sa