> Subject: [v2] crypto/cnxk: add ML crypto support
>
> Add ML-KEM and ML-DSA support.
>
> Signed-off-by: Gowrishankar Muthukrishnan <[email protected]>
> ---
> v2:
> - Addressed comments from v1.
> ---
> doc/guides/cryptodevs/features/cn20k.ini | 3 +
> doc/guides/cryptodevs/features/default.ini | 1 +
> doc/guides/rel_notes/release_26_07.rst | 3 +
> drivers/common/cnxk/hw/cpt.h | 1 +
> drivers/common/cnxk/meson.build | 1 +
> drivers/common/cnxk/roc_cpt.c | 4 +
> drivers/common/cnxk/roc_platform.h | 5 +
> .../common/cnxk/roc_platform_base_symbols.c | 2 +
> drivers/common/cnxk/roc_re.h | 31 ++
> drivers/common/cnxk/roc_re_ml_tables.c | 248 +++++++++++
> drivers/common/cnxk/roc_re_ml_tables.h | 19 +
> drivers/crypto/cnxk/cnxk_ae.h | 399 +++++++++++++++++-
> drivers/crypto/cnxk/cnxk_cryptodev.c | 11 +
> drivers/crypto/cnxk/cnxk_cryptodev.h | 4 +-
> .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 62 ++-
> drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 45 +-
> 16 files changed, 817 insertions(+), 22 deletions(-)
> create mode 100644 drivers/common/cnxk/roc_re.h
> create mode 100644 drivers/common/cnxk/roc_re_ml_tables.c
> create mode 100644 drivers/common/cnxk/roc_re_ml_tables.h
Acked-by: Akhil Goyal <[email protected]>
Applied to dpdk-next-crypto