[PATCH v3 2/3] test/bbdev: fix build issue with optional build flag

2022-12-13 Thread Nicolas Chautru
Missing implementation for offload test with FFT. Only build when the optional build flag RTE_BBDEV_OFFLOAD_COST is set. Fixes: 0acdb9866756 ("test/bbdev: add FFT operations cases") Cc: sta...@dpdk.org Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 82

Re: [PATCH v3 2/3] test/bbdev: fix build issue with optional build flag

2022-12-14 Thread Maxime Coquelin
On 12/13/22 17:18, Nicolas Chautru wrote: Missing implementation for offload test with FFT. Only build when the optional build flag RTE_BBDEV_OFFLOAD_COST is set. Fixes: 0acdb9866756 ("test/bbdev: add FFT operations cases") Cc: sta...@dpdk.org Signed-off-by: Nicolas Chautru --- app/test-b