mbox series

[0/6] code improvements for OCTEON TX crypto PMDs

Message ID 1580908578-3384-1-git-send-email-anoobj@marvell.com (mailing list archive)
Headers
Series code improvements for OCTEON TX crypto PMDs |

Message

Anoob Joseph Feb. 5, 2020, 1:16 p.m. UTC
  This series has code improvements, bug fixes and capabilities
changes supported with new firmware for OCTEON TX crypto PMDs.

Anoob Joseph (1):
  common/cpt: remove redundant bitswaps

Archana Muniganti (3):
  crypto/octeontx2: add AES-GCM capabilities supported with new firmware
  common/cpt: fix error path when cipher and auth key are not set
  common/cpt: fix fill_sg_comp api for zero datalen

Sucharitha Sarananaga (1):
  common/cpt: support variable key size for HMAC

Sunila Sahu (1):
  common/cpt: removes self assignment code

 drivers/common/cpt/cpt_mcode_defines.h             | 47 +++--------
 drivers/common/cpt/cpt_ucode.h                     | 91 +++++++++++-----------
 drivers/common/cpt/cpt_ucode_asym.h                |  1 -
 .../crypto/octeontx/otx_cryptodev_capabilities.c   | 30 +++----
 .../crypto/octeontx2/otx2_cryptodev_capabilities.c | 34 ++++----
 5 files changed, 87 insertions(+), 116 deletions(-)
  

Comments

Anoob Joseph Feb. 5, 2020, 1:19 p.m. UTC | #1
Hi Akhil,

This series is ready for merge, if you don't have any comments. 

Thanks,
Anoob

> -----Original Message-----
> From: Anoob Joseph <anoobj@marvell.com>
> Sent: Wednesday, February 5, 2020 6:46 PM
> To: Akhil Goyal <akhil.goyal@nxp.com>
> Cc: Anoob Joseph <anoobj@marvell.com>; dev@dpdk.org
> Subject: [PATCH 0/6] code improvements for OCTEON TX crypto PMDs
> 
> This series has code improvements, bug fixes and capabilities changes supported
> with new firmware for OCTEON TX crypto PMDs.
> 
> Anoob Joseph (1):
>   common/cpt: remove redundant bitswaps
> 
> Archana Muniganti (3):
>   crypto/octeontx2: add AES-GCM capabilities supported with new firmware
>   common/cpt: fix error path when cipher and auth key are not set
>   common/cpt: fix fill_sg_comp api for zero datalen
> 
> Sucharitha Sarananaga (1):
>   common/cpt: support variable key size for HMAC
> 
> Sunila Sahu (1):
>   common/cpt: removes self assignment code
> 
>  drivers/common/cpt/cpt_mcode_defines.h             | 47 +++--------
>  drivers/common/cpt/cpt_ucode.h                     | 91 +++++++++++-----------
>  drivers/common/cpt/cpt_ucode_asym.h                |  1 -
>  .../crypto/octeontx/otx_cryptodev_capabilities.c   | 30 +++----
>  .../crypto/octeontx2/otx2_cryptodev_capabilities.c | 34 ++++----
>  5 files changed, 87 insertions(+), 116 deletions(-)
> 
> --
> 2.7.4
  
Akhil Goyal Feb. 5, 2020, 2:56 p.m. UTC | #2
> 
> Hi Akhil,
> 
> This series is ready for merge, if you don't have any comments.
> 

Applied to dpdk-next-crypto

Thanks.