> Subject: [PATCH 0/7] fixes and improvements to CNXK crypto PMD > > This series adds SM3, CN10K PDCP CHAIN support and > improvements to CNXK crypto PMD. > > Aakash Sasidharan (1): > crypto/cnxk: add cryptodev reconfiguration support > > Anoob Joseph (2): > crypto/cnxk: increase max segments > crypto/cnxk: remove redundant assignment > > Tejasree Kondoj (3): > crypto/cnxk: return error for unsupported paths > crypto/cnxk: add CN10K pdcp chain support > crypto/cnxk: set local variables to template value > > Vidya Sagar Velumuri (1): > crypto/cnxk: support SM3 hash > > doc/guides/cryptodevs/cnxk.rst | 1 + > doc/guides/cryptodevs/features/cn10k.ini | 1 + > drivers/common/cnxk/roc_cpt_sg.h | 4 +- > drivers/common/cnxk/roc_se.c | 61 ++- > drivers/common/cnxk/roc_se.h | 8 +- > drivers/crypto/cnxk/cnxk_cryptodev.h | 2 +- > .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 32 ++ > drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 55 ++- > drivers/crypto/cnxk/cnxk_se.h | 444 ++++++++++++------ > 9 files changed, 424 insertions(+), 184 deletions(-)
Applied to dpdk-next-crypto Updated release notes for SM3 and PDCP chain support