This patch adds fixes and improvements to cnxk crypto PMD. Aakash Sasidharan (1): crypto/cnxk: fail Rx inject configure if not supported
Tejasree Kondoj (3): crypto/cnxk: add lookaside IPsec CPT LF stats crypto/cnxk: fix qp stats PMD API crypto/cnxk: enable IV from application support Vidya Sagar Velumuri (2): crypto/cnxk: update the sg list population crypto/cnxk: add check for max supported gather entries drivers/common/cnxk/roc_cpt_sg.h | 1 + drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 6 ++++++ drivers/crypto/cnxk/cn10k_ipsec.c | 4 ++++ drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 10 ++++++++++ drivers/crypto/cnxk/cn10k_tls_ops.h | 18 ++++++++++++++---- drivers/crypto/cnxk/cn9k_ipsec.c | 19 +------------------ drivers/crypto/cnxk/cn9k_ipsec_la_ops.h | 5 +---- .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 6 ++---- drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 3 ++- 9 files changed, 41 insertions(+), 31 deletions(-) -- 2.25.1