[dpdk-dev] [PATCH 14/36] mempool: store physaddr in mempool objects

2016-04-15 Thread Olivier Matz
On 04/14/2016 05:40 PM, Wiles, Keith wrote: >> Store the physical address of the object in its header. It simplifies >> rte_mempool_virt2phy() and prepares the removing of the paddr[] table >> in the mempool header. >> >> Signed-off-by: Olivier Matz >> --- >> lib/librte_mempool/rte_mempool.c | 1

[dpdk-dev] [PATCH 14/36] mempool: store physaddr in mempool objects

2016-04-14 Thread Wiles, Keith
>Store the physical address of the object in its header. It simplifies >rte_mempool_virt2phy() and prepares the removing of the paddr[] table >in the mempool header. > >Signed-off-by: Olivier Matz >--- > lib/librte_mempool/rte_mempool.c | 17 +++-- > lib/librte_mempool/rte_mempool.h | 1

[dpdk-dev] [PATCH 14/36] mempool: store physaddr in mempool objects

2016-04-14 Thread Olivier Matz
Store the physical address of the object in its header. It simplifies rte_mempool_virt2phy() and prepares the removing of the paddr[] table in the mempool header. Signed-off-by: Olivier Matz --- lib/librte_mempool/rte_mempool.c | 17 +++-- lib/librte_mempool/rte_mempool.h | 11 ++