> -----Original Message-----
> From: Nithinsen Kaithakadan <[email protected]>
> Sent: Tuesday, March 24, 2026 11:31 PM
> To: [email protected]
> Cc: Ankur Dwivedi <[email protected]>; Anoob Joseph
> <[email protected]>; Tejasree Kondoj <[email protected]>; Akhil Goyal
> <[email protected]>
> Subject: [PATCH v2 0/2] crypto/cnxk: add SNOW5G and ZUC256 support
>
> This patch series extends the cnxk crypto PMD to support SNOW5G
> NEA4/NIA4 and ZUC256 NEA6/NIA6 confidentiality and integrity
> algorithms for CN20K SoC.
>
> v2:
> - Amended patch 2/2 to include release notes update
> - Updated cn20k.ini configuration for CN20K
>
> Nithinsen Kaithakadan (1):
> crypto/cnxk: add SNOW5G and ZUC256 support
>
> Tejasree Kondoj (1):
> crypto/cnxk: add ZUC256 v2 support for cn20k
>
> doc/guides/cryptodevs/features/cn20k.ini | 4 +
> doc/guides/rel_notes/release_26_03.rst | 4 +
> drivers/common/cnxk/hw/cpt.h | 4 +-
> drivers/common/cnxk/roc_se.c | 52 +++++++-
> drivers/common/cnxk/roc_se.h | 18 ++-
> drivers/crypto/cnxk/cnxk_cryptodev.h | 2 +-
> .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 118 ++++++++++++++++--
> drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 13 +-
> drivers/crypto/cnxk/cnxk_se.h | 32 ++++-
> 9 files changed, 219 insertions(+), 28 deletions(-)
>
Applied to dpdk-next-crypto
Thanks.