Re: [PATCH v2 1/3] test/bbdev: fix build issue with optional build flag

2022-12-07 Thread Maxime Coquelin
On 12/6/22 20:14, Nicolas Chautru wrote: Incorrect bbdev member name used in test code under RTE_BBDEV_OFFLOAD_COST build flag. Fixes: 4f08028c5e24 ("bbdev: expose queue related warning and status") You missed to cc sta...@dpdk.org. Added it now. Signed-off-by: Nicolas Chautru --- app

[PATCH v2 1/3] test/bbdev: fix build issue with optional build flag

2022-12-06 Thread Nicolas Chautru
Incorrect bbdev member name used in test code under RTE_BBDEV_OFFLOAD_COST build flag. Fixes: 4f08028c5e24 ("bbdev: expose queue related warning and status") Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git