mbox series

[0/3] cryptodev test improvements

Message ID 20230307171734.2872005-1-ciara.power@intel.com (mailing list archive)
Headers
Series cryptodev test improvements |

Message

Power, Ciara March 7, 2023, 5:17 p.m. UTC
  The meson driver-tests suite was missing some QAT and SW PMD
crypto tests, which are now added.

Some issues were highlighted after adding to the driver-tests
suite, which are also addressed in this patchset.

Ciara Power (3):
  test/crypto: fix skip condition for CPU crypto SGL
  test/crypto: skip asym test if driver or device missing
  app/test: add more cryptodev tests to meson suite

 app/test/meson.build           |  5 +++++
 app/test/test_cryptodev.c      | 15 +++++++++++++--
 app/test/test_cryptodev_asym.c | 12 ++++++------
 3 files changed, 24 insertions(+), 8 deletions(-)
  

Comments

Ji, Kai March 7, 2023, 5:43 p.m. UTC | #1
Acked-by: Kai Ji <kai.ji@intel.com>

> -----Original Message-----
> From: Power, Ciara <ciara.power@intel.com>
> Sent: Tuesday, March 7, 2023 5:18 PM
> To: dev@dpdk.org
> Cc: Ji, Kai <kai.ji@intel.com>; Power, Ciara <ciara.power@intel.com>
> Subject: [PATCH 0/3] cryptodev test improvements
> 
> The meson driver-tests suite was missing some QAT and SW PMD crypto
> tests, which are now added.
> 
> Some issues were highlighted after adding to the driver-tests suite,
> which are also addressed in this patchset.
> 
> Ciara Power (3):
>   test/crypto: fix skip condition for CPU crypto SGL
>   test/crypto: skip asym test if driver or device missing
>   app/test: add more cryptodev tests to meson suite
> 
>  app/test/meson.build           |  5 +++++
>  app/test/test_cryptodev.c      | 15 +++++++++++++--
>  app/test/test_cryptodev_asym.c | 12 ++++++------
>  3 files changed, 24 insertions(+), 8 deletions(-)
> 
> --
> 2.25.1
  
Ji, Kai March 7, 2023, 5:46 p.m. UTC | #2
Series-acked-by: Kai Ji <kai.ji@intel.com>

> -----Original Message-----
> From: Power, Ciara <ciara.power@intel.com>
> Sent: Tuesday, March 7, 2023 5:18 PM
> To: dev@dpdk.org
> Cc: Ji, Kai <kai.ji@intel.com>; Power, Ciara <ciara.power@intel.com>
> Subject: [PATCH 0/3] cryptodev test improvements
> 
> The meson driver-tests suite was missing some QAT and SW PMD crypto
> tests, which are now added.
> 
> Some issues were highlighted after adding to the driver-tests suite,
> which are also addressed in this patchset.
> 
> Ciara Power (3):
>   test/crypto: fix skip condition for CPU crypto SGL
>   test/crypto: skip asym test if driver or device missing
>   app/test: add more cryptodev tests to meson suite
> 
>  app/test/meson.build           |  5 +++++
>  app/test/test_cryptodev.c      | 15 +++++++++++++--
>  app/test/test_cryptodev_asym.c | 12 ++++++------
>  3 files changed, 24 insertions(+), 8 deletions(-)
> 
> --
> 2.25.1
  
Akhil Goyal March 16, 2023, 6:16 p.m. UTC | #3
> Acked-by: Kai Ji <kai.ji@intel.com>
> 
> > Subject: [PATCH 0/3] cryptodev test improvements
> >
> > The meson driver-tests suite was missing some QAT and SW PMD crypto
> > tests, which are now added.
> >
> > Some issues were highlighted after adding to the driver-tests suite,
> > which are also addressed in this patchset.
Applied to dpdk-next-crypto

Thanks