Re: [PATCH v2 1/2] app/eventdev: add null checks for cop allocations

2022-06-20 Thread Jerin Jacob
On Fri, Jun 17, 2022 at 6:09 PM Volodymyr Fialko wrote: > > Crypto operation allocation may fail in case when total size of queue > pairs are bigger then the pool size. then -> than > > Signed-off-by: Volodymyr Fialko Series-Acked-by: Jerin Jacob Series applied to dpdk-next-net-eventdev/for-m

[PATCH v2 1/2] app/eventdev: add null checks for cop allocations

2022-06-17 Thread Volodymyr Fialko
Crypto operation allocation may fail in case when total size of queue pairs are bigger then the pool size. Signed-off-by: Volodymyr Fialko --- app/test-eventdev/test_perf_common.c | 40 ++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/app/test-eventdev/