RE: [PATCH 2/2] test/crypto: handle return code

2023-05-16 Thread Anoob Joseph
t; Cc: Hemant Agrawal ; Jerin Jacob Kollanukkaran > ; Tejasree Kondoj ; Ji, Kai > ; dev@dpdk.org > Subject: [EXT] RE: [PATCH 2/2] test/crypto: handle return code > > External Email > > -- > Hi Anoob, >

RE: [PATCH 2/2] test/crypto: handle return code

2023-05-16 Thread Power, Ciara
Hi Anoob, > -Original Message- > From: Akhil Goyal > Sent: Tuesday 16 May 2023 11:13 > To: Anoob Joseph ; Fan Zhang > ; Power, Ciara > Cc: Hemant Agrawal ; Jerin Jacob Kollanukkaran > ; Tejasree Kondoj ; Ji, Kai > ; dev@dpdk.org > Subject: RE: [PATCH 2/2] test

RE: [PATCH 2/2] test/crypto: handle return code

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH 2/2] test/crypto: handle return code > > The sub test case, test_snow3g_decryption, may fail for non-critical > reasons such as lack of support. Handle the return value gracefully to > allow TEST_SKIPPED return value to be propagated correctly. > > Signed

[PATCH 2/2] test/crypto: handle return code

2023-05-12 Thread Anoob Joseph
The sub test case, test_snow3g_decryption, may fail for non-critical reasons such as lack of support. Handle the return value gracefully to allow TEST_SKIPPED return value to be propagated correctly. Signed-off-by: Anoob Joseph --- app/test/test_cryptodev.c | 6 -- 1 file changed, 4 insertio