> -----Original Message-----
> From: Nithinsen Kaithakadan <nkaithaka...@marvell.com>
> Sent: Wednesday, June 18, 2025 2:07 PM
> To: dev@dpdk.org
> Cc: Ankur Dwivedi <adwiv...@marvell.com>; Anoob Joseph
> <ano...@marvell.com>; Tejasree Kondoj <ktejas...@marvell.com>; Akhil Goyal
> <gak...@marvell.com>; Pavan Nikhilesh Bhagavatula
> <pbhagavat...@marvell.com>
> Subject: [PATCH v3 0/2] add crypto adapter support in cn20k
>
> This series introduces support for the crypto adapter in
> CN20K and incorporates sessionless asymmetric changes.
>
> v2:
> - fix compilation failures
>
> v3:
> - add dependent patch
>
> Nithinsen Kaithakadan (2):
> crypto/cnxk: add crypto adapter for cn20k
> crypto/cnxk: add sessionless asym cn20k support
>
> doc/guides/cryptodevs/features/cn20k.ini | 1 +
> .../crypto/cnxk/cn20k_cryptodev_event_dp.h | 14 +
> drivers/crypto/cnxk/cn20k_cryptodev_ops.c | 675 +++++++++++++++++-
> drivers/crypto/cnxk/cn20k_cryptodev_ops.h | 4 +
> drivers/event/cnxk/cn20k_eventdev.c | 69 ++
> drivers/event/cnxk/cn20k_worker.h | 7 +-
> 6 files changed, 754 insertions(+), 16 deletions(-)
> create mode 100644 drivers/crypto/cnxk/cn20k_cryptodev_event_dp.h
>
Series Applied to dpdk-next-crypto
Thanks.