Hi Aakash, > -----Original Message----- > From: Aakash Sasidharan <[email protected]> > Sent: Wednesday 5 April 2023 08:41 > To: Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected] > Subject: [PATCH] test/crypto: add cryptodev reconfig test > > Add cryptodev tests to verify that the device supports reconfiguration any > number of times via rte_cryptodev_configure API. > > Signed-off-by: Aakash Sasidharan <[email protected]> > --- > app/test/test_cryptodev.c | 81 > +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 81 insertions(+)
Tested on the following PMDs: QAT + SW Crypto PMDs (snow3g, null, chachapoly, kasumi, aesni_mb, aesni_gcm, zuc) The test results for the testcase were a mix of skipped and passed, based on the capabilities of each PMD, no failures. Tested-by: Saoirse O'Donovan <[email protected]>

