[dpdk-dev] [PATCH 01/20] crypto/cnxk: add driver skeleton

Akhil Goyal gakhil at marvell.com
Wed Jun 16 21:58:33 CEST 2021


> From: Ankur Dwivedi <adwivedi at marvell.com>
> 
> Add driver skeleton for crypto_cn9k & crypto_cn10k PMDs leveraging cnxk
> common framework.
> 
> Signed-off-by: Ankur Dwivedi <adwivedi at marvell.com>
> Signed-off-by: Anoob Joseph <anoobj at marvell.com>
> Signed-off-by: Archana Muniganti <marchana at marvell.com>
> Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
> ---
>  MAINTAINERS                              |  9 +++++++
>  doc/guides/cryptodevs/features/cn10k.ini | 21 ++++++++++++++++
>  doc/guides/cryptodevs/features/cn9k.ini  | 21 ++++++++++++++++
>  drivers/crypto/cnxk/cn10k_cryptodev.c    | 42
> ++++++++++++++++++++++++++++++++
>  drivers/crypto/cnxk/cn10k_cryptodev.h    | 13 ++++++++++
>  drivers/crypto/cnxk/cn9k_cryptodev.c     | 40
> ++++++++++++++++++++++++++++++
>  drivers/crypto/cnxk/cn9k_cryptodev.h     | 13 ++++++++++
>  drivers/crypto/cnxk/meson.build          | 16 ++++++++++++
>  drivers/crypto/cnxk/version.map          |  3 +++
>  drivers/crypto/meson.build               |  1 +
>  10 files changed, 179 insertions(+)
>  create mode 100644 doc/guides/cryptodevs/features/cn10k.ini
>  create mode 100644 doc/guides/cryptodevs/features/cn9k.ini
>  create mode 100644 drivers/crypto/cnxk/cn10k_cryptodev.c
>  create mode 100644 drivers/crypto/cnxk/cn10k_cryptodev.h
>  create mode 100644 drivers/crypto/cnxk/cn9k_cryptodev.c
>  create mode 100644 drivers/crypto/cnxk/cn9k_cryptodev.h
>  create mode 100644 drivers/crypto/cnxk/meson.build
>  create mode 100644 drivers/crypto/cnxk/version.map
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5877a16..ecfd1a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1080,6 +1080,15 @@ F: drivers/crypto/octeontx2/
>  F: doc/guides/cryptodevs/octeontx2.rst
>  F: doc/guides/cryptodevs/features/octeontx2.ini
> 
> +Marvell cnxk
> +M: Ankur Dwivedi <adwivedi at marvell.com>
> +M: Anoob Joseph <anoobj at marvell.com>
> +M: Tejasree Kondoj <ktejasree at marvell.com>
> +F: drivers/crypto/cnxk/
> +F: doc/guides/cryptodevs/cnxk.rst

File added in the MAINTAINERS but is not part of patch.

> +F: doc/guides/cryptodevs/features/cn9k.ini
> +F: doc/guides/cryptodevs/features/cn10k.ini
> +



More information about the dev mailing list