RE: [EXT] Re: [PATCH v4 1/7] mbuf: add API to get and set mbuf physical address

2022-10-07 Thread Shijith Thotton
Hi Olivier, >On Sat, Oct 08, 2022 at 01:00:23AM +0530, Shijith Thotton wrote: >> Added APIs rte_mbuf_iova_set and rte_mbuf_iova_get to set and get the >> physical address of an mbuf respectively. Updated applications and >> library to use the same. >> >> Signed-off-by: Shijith Thotton >> --- >>

Re: [PATCH v4 1/7] mbuf: add API to get and set mbuf physical address

2022-10-07 Thread Olivier Matz
Hi, On Sat, Oct 08, 2022 at 01:00:23AM +0530, Shijith Thotton wrote: > Added APIs rte_mbuf_iova_set and rte_mbuf_iova_get to set and get the > physical address of an mbuf respectively. Updated applications and > library to use the same. > > Signed-off-by: Shijith Thotton > --- > app/test-bbdev/

[PATCH v4 1/7] mbuf: add API to get and set mbuf physical address

2022-10-07 Thread Shijith Thotton
Added APIs rte_mbuf_iova_set and rte_mbuf_iova_get to set and get the physical address of an mbuf respectively. Updated applications and library to use the same. Signed-off-by: Shijith Thotton --- app/test-bbdev/test_bbdev_perf.c | 2 +- app/test-crypto-perf/cperf_test_common.c | 5 ++-