> > Akhil Goyal (6): > > app/test: add unit cases for inline IPsec offload > > test/security: add inline inbound IPsec cases > > test/security: add combined mode inline IPsec cases > > test/security: add inline IPsec reassembly cases > > test/security: add more inline IPsec functional cases > > test/security: add ESN and anti-replay cases for inline > > > > Vamsi Attunuru (1): > > test/security: add inline IPsec IPv6 flow label cases > > > > MAINTAINERS | 2 +- > > app/test/meson.build | 1 + > > app/test/test_cryptodev_security_ipsec.c | 35 +- > > app/test/test_cryptodev_security_ipsec.h | 10 + > > app/test/test_security_inline_proto.c | 2382 +++++++++++++++++ > > app/test/test_security_inline_proto_vectors.h | 704 +++++ > > doc/guides/rel_notes/release_22_07.rst | 5 + > > 7 files changed, 3137 insertions(+), 2 deletions(-) create mode 100644 > > app/test/test_security_inline_proto.c > > create mode 100644 app/test/test_security_inline_proto_vectors.h > > > > -- > > 2.25.1 > > Series Acked-by: Anoob Joseph <ano...@marvell.com>
Applied to dpdk-next-crypto