mbox series

[0/3] armv8 crypto PMD

Message ID 20200831085145.184179-1-ruifeng.wang@arm.com (mailing list archive)
Headers
Series armv8 crypto PMD |

Message

Ruifeng Wang Aug. 31, 2020, 8:51 a.m. UTC
  This patch set migrates armv8 crypto PMD unit test from device
specific test suite to common crypto dev test suite.
Fixed couple of issues found during the migration.

Ruifeng Wang (3):
  test/crypto: fix stat test
  crypto/armv8: fix mempool object returning
  crypto/armv8: move to cryptodev test suite

 app/test/test_cryptodev.c            | 21 +--------------------
 drivers/crypto/armv8/rte_armv8_pmd.c |  4 ++--
 2 files changed, 3 insertions(+), 22 deletions(-)
  

Comments

Akhil Goyal Oct. 8, 2020, 9:05 p.m. UTC | #1
> This patch set migrates armv8 crypto PMD unit test from device
> specific test suite to common crypto dev test suite.
> Fixed couple of issues found during the migration.
> 
> Ruifeng Wang (3):
>   test/crypto: fix stat test
>   crypto/armv8: fix mempool object returning
>   crypto/armv8: move to cryptodev test suite
> 
>  app/test/test_cryptodev.c            | 21 +--------------------
>  drivers/crypto/armv8/rte_armv8_pmd.c |  4 ++--
>  2 files changed, 3 insertions(+), 22 deletions(-)

Series Acked and Applied to dpdk-next-crypto

Thanks.