> > 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: 033968bdc28 ("drivers/crypto/dpaa_sec: update DPAA iova table in > dpaa_mem_vtop") > Signed-off-by: Gagandeep Singh <g.si...@nxp.com> > --- Series Acked-by: Akhil Goyal <akhil.go...@nxp.com>
>From next time, please update the version of the updated patch in title And specify change log after '---' Series applied to dpdk-next-crypto Thanks.