Re: [PATCH v2 13/16] test/bbdev: remove iteration count check

2023-02-22 Thread Maxime Coquelin
On 2/15/23 18:09, Hernan Vargas wrote: To make the test compatible with devices that do not support early termination, the iteration count assert can be removed. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 24 1 file changed, 8 insertions(+

[PATCH v2 13/16] test/bbdev: remove iteration count check

2023-02-15 Thread Hernan Vargas
To make the test compatible with devices that do not support early termination, the iteration count assert can be removed. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/app/test-bbde