> 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 <gak...@marvell.com>
Applied to dpdk-next-crypto Thanks.