This series covers additional features, key length update and feature list update. * For cn10k, AES-CBC NULL auth support is added. * For cn9k, ESN and Anti-replay support is added. Along with feature addition, key length and supported features list update is added.
Anoob Joseph (2): common/cnxk: add null auth with IPsec crypto/cnxk: add null auth Archana Muniganti (4): crypto/cnxk: add cn9k ESN and anti-replay support doc/guides: update feature list supported with cn9k crypto/cnxk: update auth key size crypto/cnxk: support IPv6 mixed tunnel mode doc/guides/cryptodevs/cnxk.rst | 7 +++ doc/guides/rel_notes/release_21_11.rst | 2 + drivers/common/cnxk/cnxk_security.c | 18 +++--- drivers/common/cnxk/cnxk_security_ar.h | 21 +++++++ drivers/crypto/cnxk/cn9k_ipsec.c | 27 ++++++++- drivers/crypto/cnxk/cn9k_ipsec.h | 5 ++ drivers/crypto/cnxk/cn9k_ipsec_la_ops.h | 58 +++++++++++++++++++ .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 46 +++++++++++++++ drivers/crypto/cnxk/cnxk_ipsec.h | 3 + 9 files changed, 176 insertions(+), 11 deletions(-) -- 2.22.0