>
> This patch series largely content
> 1. fixes in crypto drivers
> 2. supprot ESN like cases
> 3. enabling snow/ZUC for dpaa_sec
>
> v2: fix the clang compilation errors in 10/10
>
> Hemant Agrawal (7):
> test/crypto: fix PDCP test support
> crypto/dpaa2_sec: fix ipv6 support
> test/crypto: increase test cases support for dpaax
> test/crypto: add test to test ESN like case
> crypto/dpaa_sec: add support for snow3G and ZUC
> test/crypto: enable snow3G and zuc cases for dpaa
> crypto/dpaa_sec: code reorg for better session mgmt
>
> Vakul Garg (3):
> crypto/dpaa_sec: fix to check for aead as well
> crypto/dpaa2_sec: enhance gcm descs to not skip aadt
> crypto/dpaa2_sec: add support of auth trailer in cipher-auth
>
> app/test/test_cryptodev.c | 483 ++++++++++-
> app/test/test_cryptodev_aes_test_vectors.h | 67 ++
> doc/guides/cryptodevs/dpaa_sec.rst | 4 +
> doc/guides/cryptodevs/features/dpaa_sec.ini | 4 +
> drivers/crypto/caam_jr/caam_jr.c | 24 +-
> drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 47 +-
> drivers/crypto/dpaa2_sec/hw/desc/algo.h | 10 -
> drivers/crypto/dpaa2_sec/hw/desc/ipsec.h | 167 ++--
> drivers/crypto/dpaa_sec/dpaa_sec.c | 885 +++++++++++++-------
> drivers/crypto/dpaa_sec/dpaa_sec.h | 109 ++-
> 10 files changed, 1320 insertions(+), 480 deletions(-)
>
> --
> 2.17.1
Series
Acked-by: Akhil Goyal <akhil.go...@nxp.com>