This series adds support for new full context microcode in cn9k IPsec PMD. Anoob Joseph (1): crypto/cnxk: improvements to fastpath handling
Tejasree Kondoj (1): crypto/cnxk: add anti-replay as per new firmware Vidya Sagar Velumuri (1): crypto/cnxk: move IPsec SA creation to common drivers/common/cnxk/cnxk_security.c | 398 ++++++++++++ drivers/common/cnxk/cnxk_security.h | 11 + drivers/common/cnxk/roc_cpt.c | 93 +++ drivers/common/cnxk/roc_cpt.h | 3 + drivers/common/cnxk/roc_ie_on.h | 24 +- drivers/common/cnxk/version.map | 3 + drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 96 ++- drivers/crypto/cnxk/cn9k_ipsec.c | 606 +++--------------- drivers/crypto/cnxk/cn9k_ipsec.h | 7 +- drivers/crypto/cnxk/cn9k_ipsec_la_ops.h | 125 +--- .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 + drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 13 +- 12 files changed, 736 insertions(+), 644 deletions(-) -- 2.25.1