mbox series

[0/7] fixes and improvements to CNXK crypto PMD

Message ID 20230428144647.1072-1-ktejasree@marvell.com (mailing list archive)
Headers
Series fixes and improvements to CNXK crypto PMD |

Message

Tejasree Kondoj April 28, 2023, 2:46 p.m. UTC
  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(-)
  

Comments

Akhil Goyal May 24, 2023, 8:55 p.m. UTC | #1
> 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