Gagandeep Singh ec8615607f crypto/dpaa_sec: fix IOVA conversions
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 from DPAAX table.

Fixes: 12e5842945bf ("crypto/dpaa_sec: fix IOVA table")
Cc: stable@dpdk.org

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2020-02-05 15:20:51 +01:00
..
2020-02-05 15:20:51 +01:00
2020-02-05 15:20:51 +01:00
2020-02-05 15:16:57 +01:00
2020-01-15 15:01:55 +01:00
2020-01-15 15:01:55 +01:00
2020-02-05 15:17:36 +01:00
2020-02-05 15:15:32 +01:00
2020-02-05 15:20:51 +01:00