mbox series

[v2,0/6] update autotest with new algorithms

Message ID 20221021072651.1985340-1-ktejasree@marvell.com (mailing list archive)
Headers
Series update autotest with new algorithms |

Message

Tejasree Kondoj Oct. 21, 2022, 7:26 a.m. UTC
  This series updates autotest with DES, 3DES, MD5
and custom UDP ports support.

v2:
* Squashed a change in 5th patch with 2nd one.

Tejasree Kondoj (2):
  test/crypto: check antireply capability only for ingress
  test/crypto: add unit test for custom UDP ports

Vidya Sagar Velumuri (4):
  test/security: add unit tests for DES and 3DES
  test/security: add unit tests for auth algo MD5
  test/security: update antireplay unit test for event mode
  test/crypto: add unit tests for DES and MD5

 app/test/test_cryptodev.c                     |   71 ++
 app/test/test_cryptodev_security_ipsec.c      |   83 +-
 app/test/test_cryptodev_security_ipsec.h      |   19 +
 ...st_cryptodev_security_ipsec_test_vectors.h | 1059 ++++++++++++++++-
 app/test/test_security_inline_proto.c         |  120 +-
 5 files changed, 1286 insertions(+), 66 deletions(-)
  

Comments

Akhil Goyal Oct. 21, 2022, 3 p.m. UTC | #1
> Subject: [PATCH v2 0/6] update autotest with new algorithms
> 
> This series updates autotest with DES, 3DES, MD5
> and custom UDP ports support.
> 
> v2:
> * Squashed a change in 5th patch with 2nd one.
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.