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

2022-10-07 Thread Stephen Hemminger
On Sat, 8 Oct 2022 02:32:05 +0530 Shijith Thotton wrote: > > +/** > + * Get the IOVA address of the mbuf data buffer. > + * > + * @param m > + * The pointer to the mbuf. > + * @return > + * The IOVA address of the mbuf. > + */ > +static inline rte_iova_t > +rte_mbuf_iova_get(const struct rt

[PATCH v5 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 Acked-by: Olivier Matz --- app/test-bbdev/test_bbdev_perf.c | 2 +- app/test-crypto-perf/cper