Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: fix performance issue

2020-01-27 Thread Akhil Goyal
> > DPAA sec driver is using virtual to physical address > translation in its data path and driver is using > dpaax_iova_table_update() API in every address translation > which is very costly. > This patch moves dpaax_iova_table_update() calling to rte_dpaa_mem_ptov(), > only if it fails to found

[dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: fix performance issue

2020-01-27 Thread Gagandeep Singh
DPAA sec driver is using virtual to physical address translation in its data path and driver is using dpaax_iova_table_update() API in every address translation which is very costly. This patch moves dpaax_iova_table_update() calling to rte_dpaa_mem_ptov(), only if it fails to found translation fro

[dpdk-dev] [PATCH 1/2] crypto/dpaa_sec: fix performance issue

2020-01-21 Thread Gagandeep Singh
DPAA sec driver is using virtual to physical address translation in its data path and driver is using dpaax_iova_table_update() API in every address translation which is very costly. This patch moves dpaax_iova_table_update() calling to rte_dpaa_mem_ptov(), only if it fails to found translation fro