[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

[dpdk-dev] [PATCH v2] 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