> > > > This series has code cleanup and improvements for OCTEON TX and OCTEON > > TX2 crypto PMDs > > > > Archana Muniganti (4): > > common/cpt: prepopulate word7 in sess > > common/cpt: remove temporary variable > > common/cpt: use predefined macros > > common/cpt: remove redundant structure > > > > drivers/common/cpt/cpt_common.h | 20 +- > > drivers/common/cpt/cpt_hw_types.h | 10 +- > > drivers/common/cpt/cpt_mcode_defines.h | 21 +- > > drivers/common/cpt/cpt_pmd_ops_helper.c | 5 +- > > drivers/common/cpt/cpt_ucode.h | 199 ++++++------------ > > drivers/common/cpt/cpt_ucode_asym.h | 60 ++---- > > .../crypto/octeontx/otx_cryptodev_hw_access.c | 10 +- > > .../crypto/octeontx/otx_cryptodev_hw_access.h | 4 +- > > drivers/crypto/octeontx/otx_cryptodev_ops.c | 48 +++-- > > drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 67 +++--- > > drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 4 +- > > drivers/crypto/octeontx2/otx2_cryptodev_sec.h | 2 +- > > drivers/crypto/octeontx2/otx2_ipsec_po_ops.h | 2 - > > 13 files changed, 183 insertions(+), 269 deletions(-) > > > > -- > > 2.22.0 > > Series Acked-by: Anoob Joseph <ano...@marvell.com>
Applied to dpdk-next-crypto Thanks.