> -----Original Message-----
> From: Tejasree Kondoj <ktejas...@marvell.com>
> Sent: Monday, June 9, 2025 4:11 PM
> To: Akhil Goyal <gak...@marvell.com>
> Cc: Anoob Joseph <ano...@marvell.com>; Nithinsen Kaithakadan
> <nkaithaka...@marvell.com>; Rupesh Chiluka <rchil...@marvell.com>; Vidya
> Sagar Velumuri <vvelum...@marvell.com>; dev@dpdk.org
> Subject: [PATCH v2 0/7] fixes and new features to cnxk crypto PMD
> 
> This series adds fixes and new features to cnxk crypto PMD.
> 
> v2:
> * Combined few patches into one.
> * Updated patch titles and description.
> * Updated doc and release notes.
> 
> Nithinsen Kaithakadan (3):
>   common/cnxk: fix salt handling with aes-ctr
>   common/cnxk: update qsize in CPT iq enable
>   crypto/cnxk: copy 8B iv into sess in aes ctr
> 
> Rupesh Chiluka (2):
>   crypto/cnxk: extend check for max supported gather entries
>   crypto/cnxk: support asymmetric sessionless mode
> 
> Tejasree Kondoj (2):
>   crypto/cnxk: fix compilation error
>   crypto/cnxk: add meta variable in CPT structure
> 
>  doc/guides/cryptodevs/features/cn10k.ini  |  1 +
>  doc/guides/cryptodevs/features/cn9k.ini   |  1 +
>  doc/guides/rel_notes/release_25_07.rst    |  1 +
>  drivers/common/cnxk/cnxk_security.c       |  8 ++
>  drivers/common/cnxk/roc_cpt.c             |  5 ++
>  drivers/common/cnxk/roc_cpt_sg.h          |  1 +
>  drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 91 +++++++++++++++++++++--
>  drivers/crypto/cnxk/cn10k_ipsec_la_ops.h  | 17 ++++-
>  drivers/crypto/cnxk/cn10k_tls_ops.h       | 10 +++
>  drivers/crypto/cnxk/cn20k_ipsec_la_ops.h  | 17 ++++-
>  drivers/crypto/cnxk/cn20k_tls_ops.h       | 10 +++
>  drivers/crypto/cnxk/cn9k_cryptodev_ops.c  | 77 ++++++++++++++++++-
>  drivers/crypto/cnxk/cn9k_ipsec_la_ops.h   | 10 +++
>  drivers/crypto/cnxk/cnxk_cryptodev.c      |  3 +-
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.c  |  5 +-
>  drivers/crypto/cnxk/cnxk_cryptodev_ops.h  |  4 +
>  drivers/crypto/cnxk/rte_pmd_cnxk_crypto.h |  3 +
>  17 files changed, 247 insertions(+), 17 deletions(-)
> 
Series Applied to dpdk-next-crypto
Thanks.

Reply via email to