mbox series

[0/7] Improvements and fixes in crypto/cnxk PMDs

Message ID 1630585354-1136-1-git-send-email-anoobj@marvell.com (mailing list archive)
Headers
Series Improvements and fixes in crypto/cnxk PMDs |

Message

Anoob Joseph Sept. 2, 2021, 12:22 p.m. UTC
  Improvements and fixes to crypto_cn9k & crypto_cn10k PMDs.
- Updated IPsec completion codes to match latest firmware
- Updated ZUC API to match latest firmware
- Added dual submission in crypto_cn9k PMD

Depends on:
http://patches.dpdk.org/project/dpdk/list/?series=18627

Anoob Joseph (5):
  common/cnxk: update to v1.16 ucc codes
  crypto/cnxk: remove redundant snow3g dec
  crypto/cnxk: remove redundant memcpy of IV for ZUC
  crypto/cnxk: remove redundant assignment
  crypto/cnxk: add dual submission

Vidya Sagar Velumuri (2):
  common/cnxk: update to v1.13 ZUC API
  crypto/cnxk: support for ucode API change

 drivers/common/cnxk/roc_ie_ot.h           |  65 +++----
 drivers/common/cnxk/roc_se.c              | 150 +++++++++++++--
 drivers/common/cnxk/roc_se.h              |  37 +++-
 drivers/common/cnxk/version.map           |   1 +
 drivers/crypto/cnxk/cn10k_cryptodev_ops.c |   2 +-
 drivers/crypto/cnxk/cn9k_cryptodev_ops.c  | 157 +++++++++++++---
 drivers/crypto/cnxk/cnxk_se.h             | 298 ++++++------------------------
 7 files changed, 389 insertions(+), 321 deletions(-)
  

Comments

Akhil Goyal Sept. 6, 2021, 7:15 p.m. UTC | #1
> Improvements and fixes to crypto_cn9k & crypto_cn10k PMDs.
> - Updated IPsec completion codes to match latest firmware
> - Updated ZUC API to match latest firmware
> - Added dual submission in crypto_cn9k PMD
> 
> Depends on:
> http://patches.dpdk.org/project/dpdk/list/?series=18627
> 
> Anoob Joseph (5):
>   common/cnxk: update to v1.16 ucc codes
>   crypto/cnxk: remove redundant snow3g dec
>   crypto/cnxk: remove redundant memcpy of IV for ZUC
>   crypto/cnxk: remove redundant assignment
>   crypto/cnxk: add dual submission
> 
> Vidya Sagar Velumuri (2):
>   common/cnxk: update to v1.13 ZUC API
>   crypto/cnxk: support for ucode API change
> 
>  drivers/common/cnxk/roc_ie_ot.h           |  65 +++----
>  drivers/common/cnxk/roc_se.c              | 150 +++++++++++++--
>  drivers/common/cnxk/roc_se.h              |  37 +++-
>  drivers/common/cnxk/version.map           |   1 +
>  drivers/crypto/cnxk/cn10k_cryptodev_ops.c |   2 +-
>  drivers/crypto/cnxk/cn9k_cryptodev_ops.c  | 157 +++++++++++++---
>  drivers/crypto/cnxk/cnxk_se.h             | 298 ++++++------------------------
>  7 files changed, 389 insertions(+), 321 deletions(-)
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.