Re: [dpdk-dev] [PATCH v7 8/8] mempool: notify memory area to pool

2017-10-02 Thread Olivier MATZ
On Sun, Oct 01, 2017 at 02:59:02PM +0530, Santosh Shukla wrote: > HW pool manager e.g. Octeontx SoC demands s/w to program start and end > address of pool. Currently, there is no such api in external mempool. > Introducing rte_mempool_ops_register_memory_area api which will let HW(pool > manager) t

Re: [dpdk-dev] [PATCH v7 8/8] mempool: notify memory area to pool

2017-10-02 Thread santosh
Hi Olivier, On Sunday 01 October 2017 02:59 PM, Santosh Shukla wrote: > HW pool manager e.g. Octeontx SoC demands s/w to program start and end > address of pool. Currently, there is no such api in external mempool. > Introducing rte_mempool_ops_register_memory_area api which will let HW(pool > ma

[dpdk-dev] [PATCH v7 8/8] mempool: notify memory area to pool

2017-10-01 Thread Santosh Shukla
HW pool manager e.g. Octeontx SoC demands s/w to program start and end address of pool. Currently, there is no such api in external mempool. Introducing rte_mempool_ops_register_memory_area api which will let HW(pool manager) to know when common layer selects hugepage: For each hugepage - Notify it