RE: [PATCH] test/crypto: remove redundant code

2023-05-24 Thread Akhil Goyal
> > Subject: [PATCH] test/crypto: remove redundant code > > > > Code for registering raw API tests for various PMDs are repeated. > > Add common routine to avoid duplication of code. > > > > Signed-off-by: Anoob Joseph > &g

RE: [PATCH] test/crypto: remove redundant code

2023-05-17 Thread Power, Ciara
> -Original Message- > From: Anoob Joseph > Sent: Friday 12 May 2023 15:22 > To: Akhil Goyal ; Fan Zhang > ; Power, Ciara > Cc: Hemant Agrawal ; Gagandeep Singh > ; Jerin Jacob ; Tejasree Kondoj > ; dev@dpdk.org > Subject: [PATCH] test/crypto: remove r

RE: [PATCH] test/crypto: remove redundant code

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: remove redundant code > > Code for registering raw API tests for various PMDs are repeated. > Add common routine to avoid duplication of code. > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goyal

[PATCH] test/crypto: remove redundant code

2023-05-12 Thread Anoob Joseph
Code for registering raw API tests for various PMDs are repeated. Add common routine to avoid duplication of code. Signed-off-by: Anoob Joseph --- app/test/test_cryptodev.c | 40 ++- 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/app/test/test