[dpdk-dev] [PATCH v3 13/35] mempool: store physical address in objects

2016-05-25 Thread Olivier Matz
Hi Deepak, On 05/25/2016 07:51 PM, Jain, Deepak K wrote: > Hi, > > While running the QAT PMD tests, a system hang is observed when this commit > is used. > > rte_mempool_virt2phy is used in qat_crypto.c. >From what I see in the code, the second argument of the function rte_mempool_virt2phy(mp,

[dpdk-dev] [PATCH v3 13/35] mempool: store physical address in objects

2016-05-25 Thread Jain, Deepak K
at dpdk.org Cc: Richardson, Bruce ; stephen at networkplumber.org; Wiles, Keith Subject: [dpdk-dev] [PATCH v3 13/35] mempool: store physical address in objects Store the physical address of the object in its header. It simplifies rte_mempool_virt2phy() and prepares the removing of the paddr

[dpdk-dev] [PATCH v3 13/35] mempool: store physical address in objects

2016-05-18 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 ++