numam-dpdk/app/test-bbdev
Srikanth Yalavarthi a62ac101fe app/bbdev: use helper function to set IOVA address
Use helper function rte_mbuf_iova_set to set IOVA address
to fix compilation failures.

Below error was observed:

app/test-bbdev/test_bbdev_perf.c: In function ‘init_op_data_objs’:
app/test-bbdev/test_bbdev_perf.c:1145:11: error:
‘struct rte_mbuf’ has no member named ‘buf_iova’
 1145 |     m_head->buf_iova = rte_malloc_virt2iova(data);
      |           ^~

Fixes: 0acdb98667 ("test/bbdev: add FFT operations cases")

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2022-11-03 08:03:24 +01:00
..
test_vectors test/bbdev: add FFT operations cases 2022-10-29 13:01:41 +02:00
ldpc_dec_default.data app/bbdev: update test vectors 2020-04-05 18:26:04 +02:00
ldpc_enc_default.data app/bbdev: fix test vector symlink 2020-10-14 21:32:11 +02:00
main.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
main.h app/bbdev: include explicit HARQ preloading 2020-11-02 09:24:41 +01:00
meson.build baseband/acc: rename directory from acc100 to acc 2022-10-29 13:01:38 +02:00
test_bbdev_perf.c app/bbdev: use helper function to set IOVA address 2022-11-03 08:03:24 +01:00
test_bbdev_vector.c test/bbdev: add FFT operations cases 2022-10-29 13:01:41 +02:00
test_bbdev_vector.h test/bbdev: add FFT operations cases 2022-10-29 13:01:41 +02:00
test_bbdev.c bbdev: allow operation type enum for growth 2022-10-07 08:44:58 +02:00
test-bbdev.py support python 3 only 2020-10-02 13:51:00 +02:00
turbo_dec_default.data app/bbdev: update default test vectors 2018-05-10 17:46:20 +01:00
turbo_enc_default.data app/bbdev: update for 5GNR 2019-07-05 15:28:14 +02:00