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
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
2 matches
Mail list logo