RE: [PATCH] test/crypto: return proper codes in create session

2025-01-08 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: return proper codes in create session > > Return proper error codes in create_auth_session() to avoid > segfaults as a result of this. > > Signed-off-by: Rajesh Mudimadugula Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[PATCH] test/crypto: return proper codes in create session

2024-11-27 Thread Rajesh Mudimadugula
Return proper error codes in create_auth_session() to avoid segfaults as a result of this. Signed-off-by: Rajesh Mudimadugula --- app/test/test_cryptodev.c | 38 -- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/app/test/test_cryptodev.c b/app