mbox series

[0/6] Fixes and improvements in crypto unit tests

Message ID 20240822071651.2403105-1-anoobj@marvell.com (mailing list archive)
Headers
Series Fixes and improvements in crypto unit tests |

Message

Anoob Joseph Aug. 22, 2024, 7:16 a.m. UTC
Enable larger packet sizes in TLS tests and add minor improvements in
crypto unit tests.

Anoob Joseph (6):
  test/crypto: add asserts to validate test lengths
  test/crypto: enable larger packet sizes with TLS
  test/crypto: remove redefinition
  test/crypto: remove unused macros
  test/crypto: start opening brace in new line
  test/crypto: free pools in teardown

 app/test/test_cryptodev.c                     | 35 ++++++-----
 app/test/test_cryptodev.h                     | 58 +++++++++++++++----
 app/test/test_cryptodev_aead_test_vectors.h   | 14 ++++-
 app/test/test_cryptodev_security_tls_record.h | 12 ++--
 app/test/test_security_proto.h                |  7 ++-
 5 files changed, 92 insertions(+), 34 deletions(-)
  

Comments

Akhil Goyal Sept. 18, 2024, 5:36 a.m. UTC | #1
> Subject: [PATCH 0/6] Fixes and improvements in crypto unit tests
> 
> Enable larger packet sizes in TLS tests and add minor improvements in
> crypto unit tests.
> 
> Anoob Joseph (6):
>   test/crypto: add asserts to validate test lengths
>   test/crypto: enable larger packet sizes with TLS
>   test/crypto: remove redefinition
>   test/crypto: remove unused macros
>   test/crypto: start opening brace in new line
>   test/crypto: free pools in teardown
> 
>  app/test/test_cryptodev.c                     | 35 ++++++-----
>  app/test/test_cryptodev.h                     | 58 +++++++++++++++----
>  app/test/test_cryptodev_aead_test_vectors.h   | 14 ++++-
>  app/test/test_cryptodev_security_tls_record.h | 12 ++--
>  app/test/test_security_proto.h                |  7 ++-
>  5 files changed, 92 insertions(+), 34 deletions(-)
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto
Thanks.