mbox series

[v2,0/3] support stream cipher chained operations

Message ID 20220620122654.1014994-1-ktejasree@marvell.com (mailing list archive)
Headers
Series support stream cipher chained operations |

Message

Tejasree Kondoj June 20, 2022, 12:26 p.m. UTC
  This series adds support for zuc, snow3g and
aes-ctr-cmac chained operations in cn9k PMD.

v2:
* Split autotest patch into separate series

Tejasree Kondoj (3):
  crypto/cnxk: fix CMAC IV
  crypto/cnxk: support stream cipher chained operations
  crypto/cnxk: support scatter gather mode

 drivers/common/cnxk/roc_se.c             | 271 +++++++++++++-----
 drivers/common/cnxk/roc_se.h             |  74 ++++-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c |  69 ++++-
 drivers/crypto/cnxk/cnxk_se.h            | 344 +++++++++++++++++++++--
 4 files changed, 644 insertions(+), 114 deletions(-)
  

Comments

Akhil Goyal June 21, 2022, 12:37 p.m. UTC | #1
> This series adds support for zuc, snow3g and
> aes-ctr-cmac chained operations in cn9k PMD.
> 
> v2:
> * Split autotest patch into separate series
> 
> Tejasree Kondoj (3):
>   crypto/cnxk: fix CMAC IV
>   crypto/cnxk: support stream cipher chained operations
>   crypto/cnxk: support scatter gather mode
> 
>  drivers/common/cnxk/roc_se.c             | 271 +++++++++++++-----
>  drivers/common/cnxk/roc_se.h             |  74 ++++-
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.c |  69 ++++-
>  drivers/crypto/cnxk/cnxk_se.h            | 344 +++++++++++++++++++++--
>  4 files changed, 644 insertions(+), 114 deletions(-)
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.