RE: [EXT] Re: [PATCH 1/1] test/bbdev: use helper function to set IOVA addr

2022-11-03 Thread Akhil Goyal
> > On Thu, Nov 3, 2022 at 12:54 PM Srikanth Yalavarthi > wrote: > > > > > On Tue, Nov 1, 2022 at 3:23 PM Srikanth Yalavarthi > > > wrote: > > > > > > > > Use helper function rte_mbuf_iova_set to set IOVA address to fix > > > > compilation failures. > > > > > > > > Below error was observed: > >

Re: [EXT] Re: [PATCH 1/1] test/bbdev: use helper function to set IOVA addr

2022-11-03 Thread Jerin Jacob
On Thu, Nov 3, 2022 at 12:54 PM Srikanth Yalavarthi wrote: > > > On Tue, Nov 1, 2022 at 3:23 PM Srikanth Yalavarthi > > wrote: > > > > > > Use helper function rte_mbuf_iova_set to set IOVA address to fix > > > compilation failures. > > > > > > Below error was observed: > > > > > > dpdk/app/test-b

RE: [EXT] Re: [PATCH 1/1] test/bbdev: use helper function to set IOVA addr

2022-11-03 Thread Srikanth Yalavarthi
> On Tue, Nov 1, 2022 at 3:23 PM Srikanth Yalavarthi > wrote: > > > > Use helper function rte_mbuf_iova_set to set IOVA address to fix > > compilation failures. > > > > Below error was observed: > > > > dpdk/app/test-bbdev/test_bbdev_perf.c: In function ‘init_op_data_objs’: > > dpdk/app/test-bbdev

Re: [PATCH 1/1] test/bbdev: use helper function to set IOVA addr

2022-11-02 Thread Jerin Jacob
On Tue, Nov 1, 2022 at 3:23 PM Srikanth Yalavarthi wrote: > > Use helper function rte_mbuf_iova_set to set IOVA address > to fix compilation failures. > > Below error was observed: > > dpdk/app/test-bbdev/test_bbdev_perf.c: In function ‘init_op_data_objs’: > dpdk/app/test-bbdev/test_bbdev_perf.c:1

[PATCH 1/1] test/bbdev: use helper function to set IOVA addr

2022-11-01 Thread Srikanth Yalavarthi
Use helper function rte_mbuf_iova_set to set IOVA address to fix compilation failures. Below error was observed: dpdk/app/test-bbdev/test_bbdev_perf.c: In function ‘init_op_data_objs’: dpdk/app/test-bbdev/test_bbdev_perf.c:1145:11: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’ 1145 |

[PATCH 1/1] test/bbdev: use helper function to set IOVA addr

2022-11-01 Thread Srikanth Yalavarthi
Use helper function rte_mbuf_iova_set to set IOVA address to fix compilation failures. Fixes: 0acdb98667 ("test/bbdev: add FFT operations cases") Signed-off-by: Srikanth Yalavarthi --- app/test-bbdev/test_bbdev_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-