mbox series

[0/4] code cleanup and improvements

Message ID 20201103083717.10935-1-marchana@marvell.com (mailing list archive)
Headers
Series code cleanup and improvements |

Message

Archana Muniganti Nov. 3, 2020, 8:37 a.m. UTC
  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(-)
  

Comments

Anoob Joseph Nov. 3, 2020, 8:51 a.m. UTC | #1
> 
> 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 <anoobj@marvell.com>
  
Akhil Goyal Nov. 12, 2020, 8:53 p.m. UTC | #2
> >
> > 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 <anoobj@marvell.com>

Applied to dpdk-next-crypto

Thanks.