Re: [dpdk-dev] [PATCH v2] mempool/dpaa: optimize phy to virt conversion

2018-01-18 Thread Thomas Monjalon
17/01/2018 09:51, Hemant Agrawal: > If the allocation is from a single memzone, optimize > the phy-virt address conversions. > > Signed-off-by: Hemant Agrawal > --- > v2: use register memory area instead of new flag in mempool Applied, thanks

[dpdk-dev] [PATCH v2] mempool/dpaa: optimize phy to virt conversion

2018-01-17 Thread Hemant Agrawal
If the allocation is from a single memzone, optimize the phy-virt address conversions. Signed-off-by: Hemant Agrawal --- v2: use register memory area instead of new flag in mempool drivers/mempool/dpaa/dpaa_mempool.c | 50 ++--- drivers/mempool/dpaa/dpaa_mempool.