> Subject: [PATCH 00/13] fixes and improvements to cnxk crypto PMD > > This series adds improvements and support for 103XX CPT, > PDCP AAD, DES and MD5 algorithms in cnxk crypto PMD. > > Anoob Joseph (3): > crypto/cnxk: switch to SG when metabuf is allocated > crypto/cnxk: verify IV length during session create > crypto/cnxk: remove dead code > > Tejasree Kondoj (5): > crypto/cnxk: fix length of AES-CMAC algo > common/cnxk: set inplace bit of lookaside IPsec > crypto/cnxk: change capabilities as per firmware > common/cnxk: support 103XX CPT > crypto/cnxk: support PDCP AAD in CPT PMD > > Vidya Sagar Velumuri (5): > common/cnxk: support custom UDP port values > crypto/cnxk: update rlen calculation for lookaside mode > crypto/cnxk: add support for DES and MD5 > common/cnxk: add opad ipad gen for md5 > crypto/cnxk: acquire lock while updating antireplay > > drivers/common/cnxk/cnxk_security.c | 75 +- > drivers/common/cnxk/hw/cpt.h | 26 +- > drivers/common/cnxk/roc_cpt.c | 95 - > drivers/common/cnxk/roc_cpt.h | 3 - > drivers/common/cnxk/roc_hash.c | 155 ++ > drivers/common/cnxk/roc_hash.h | 1 + > drivers/common/cnxk/roc_ie_on.h | 3 +- > drivers/common/cnxk/roc_ie_ot.h | 2 + > drivers/common/cnxk/roc_mbox.h | 5 +- > drivers/common/cnxk/roc_nix_inl.c | 6 - > drivers/common/cnxk/roc_se.h | 11 + > drivers/common/cnxk/version.map | 2 +- > drivers/crypto/cnxk/cn10k_cryptodev.c | 2 +- > drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 67 +- > drivers/crypto/cnxk/cn10k_cryptodev_ops.h | 9 +- > drivers/crypto/cnxk/cn10k_ipsec.c | 4 +- > drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 2 - > drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 6 +- > drivers/crypto/cnxk/cn9k_ipsec.c | 53 +- > drivers/crypto/cnxk/cn9k_ipsec_la_ops.h | 13 +- > drivers/crypto/cnxk/cnxk_cryptodev.h | 2 +- > .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 42 +- > drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 14 +- > drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 4 +- > drivers/crypto/cnxk/cnxk_ipsec.h | 9 + > drivers/crypto/cnxk/cnxk_se.h | 1734 +++++++++-------- > drivers/crypto/cnxk/version.map | 3 +- > drivers/event/cnxk/cn10k_eventdev.c | 13 +- > drivers/net/cnxk/cn9k_ethdev_sec.c | 8 - > 29 files changed, 1248 insertions(+), 1121 deletions(-) > Series applied to dpdk-next-crypto
Thanks.