RE: [PATCH] test/crypto: check for RSA capability

2025-01-08 Thread Akhil Goyal
> > Subject: [PATCH] test/crypto: check for RSA capability > > > > In RSA crypto tests, check if it is supported by PMD before > > executing it. > > > > Signed-off-by: Gowrishankar Muthukrishnan > > --- > Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

RE: [PATCH] test/crypto: check for RSA capability

2025-01-07 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: check for RSA capability > > In RSA crypto tests, check if it is supported by PMD before > executing it. > > Signed-off-by: Gowrishankar Muthukrishnan > --- Acked-by: Akhil Goyal

[PATCH] test/crypto: check for RSA capability

2025-01-07 Thread Gowrishankar Muthukrishnan
In RSA crypto tests, check if it is supported by PMD before executing it. Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_asym.c | 24 1 file changed, 24 insertions(+) diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_cryptodev_asym.c ind