Re: [PATCH v4 2/7] test/dma: use API to get mbuf data physical address

2022-10-07 Thread Olivier Matz
On Sat, Oct 08, 2022 at 01:00:24AM +0530, Shijith Thotton wrote: > Used rte_mbuf_data_iova API to get the physical address of mbuf data. > > Signed-off-by: Shijith Thotton > --- > app/test/test_dmadev.c | 33 ++--- > 1 file changed, 14 insertions(+), 19 deletions(-) >

[PATCH v4 2/7] test/dma: use API to get mbuf data physical address

2022-10-07 Thread Shijith Thotton
Used rte_mbuf_data_iova API to get the physical address of mbuf data. Signed-off-by: Shijith Thotton --- app/test/test_dmadev.c | 33 ++--- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c index 9e8e101f40