Re: [dpdk-dev] [PATCH] net/dpaa2: avoid multiple PtoV calls

2020-07-09 Thread Ferruh Yigit
On 6/29/2020 12:17 PM, Roman Kapl wrote: > Avoids recalculation of DPAA2_IOVA_TO_VADDR, since this is somewhat > costly function on no-IOMMU setups. > > Brings about 0.5 Gbps improvement at 19 Gbps speeds on LX2160 with 512b > packets. > > Signed-off-by: Roman Kapl > Reviewed-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH] net/dpaa2: avoid multiple PtoV calls

2020-07-08 Thread Hemant Agrawal
Reviewed-by: Hemant Agrawal

[dpdk-dev] [PATCH] net/dpaa2: avoid multiple PtoV calls

2020-06-30 Thread Roman Kapl
Avoids recalculation of DPAA2_IOVA_TO_VADDR, since this is somewhat costly function on no-IOMMU setups. Brings about 0.5 Gbps improvement at 19 Gbps speeds on LX2160 with 512b packets. Signed-off-by: Roman Kapl --- drivers/net/dpaa2/dpaa2_rxtx.c | 32 +++- 1 file cha