Re: [PATCH v2 3/3] test/bbdev: explicit check for allocation failure

2022-12-09 Thread Maxime Coquelin
, Nicolas ; dev@dpdk.org Cc: Vargas, Hernan ; vipin.vargh...@amd.com Subject: Re: [PATCH v2 3/3] test/bbdev: explicit check for allocation failure On 12/6/22 20:14, Nicolas Chautru wrote: Adding check for error on return of the rte_bbdev_*_op_alloc_bulk calls in bbdev-test. Signed-off-by: Nicolas

RE: [PATCH v2 3/3] test/bbdev: explicit check for allocation failure

2022-12-07 Thread Chautru, Nicolas
ecember 7, 2022 12:40 AM > To: Chautru, Nicolas ; dev@dpdk.org > Cc: Vargas, Hernan ; vipin.vargh...@amd.com > Subject: Re: [PATCH v2 3/3] test/bbdev: explicit check for allocation failure > > > > On 12/6/22 20:14, Nicolas Chautru wrote: > > Adding check for error on ret

Re: [PATCH v2 3/3] test/bbdev: explicit check for allocation failure

2022-12-07 Thread Maxime Coquelin
On 12/6/22 20:14, Nicolas Chautru wrote: Adding check for error on return of the rte_bbdev_*_op_alloc_bulk calls in bbdev-test. Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/test-bbdev/t

[PATCH v2 3/3] test/bbdev: explicit check for allocation failure

2022-12-06 Thread Nicolas Chautru
Adding check for error on return of the rte_bbdev_*_op_alloc_bulk calls in bbdev-test. Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbdev_per