[EXT] [PATCH v12 04/16] baseband/acc: introduce PMD for ACC200
Akhil Goyal
gakhil at marvell.com
Thu Oct 13 11:11:42 CEST 2022
> From: Nic Chautru <nicolas.chautru at intel.com>
>
> Introduced stubs for device driver for the ACC200
> integrated VRAN accelerator on SPR-EEC
>
> Signed-off-by: Nic Chautru <nicolas.chautru at intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
> MAINTAINERS | 3 +
> doc/guides/bbdevs/acc200.rst | 257 +++++++++++++++++++++++++
> doc/guides/bbdevs/features/acc200.ini | 14 ++
> doc/guides/bbdevs/features/default.ini | 1 +
> doc/guides/bbdevs/index.rst | 1 +
> doc/guides/rel_notes/release_22_11.rst | 6 +
> drivers/baseband/acc/acc200_pmd.h | 32 +++
> drivers/baseband/acc/meson.build | 2 +-
> drivers/baseband/acc/rte_acc200_pmd.c | 143 ++++++++++++++
> 9 files changed, 458 insertions(+), 1 deletion(-)
> create mode 100644 doc/guides/bbdevs/acc200.rst
> create mode 100644 doc/guides/bbdevs/features/acc200.ini
> create mode 100644 drivers/baseband/acc/acc200_pmd.h
> create mode 100644 drivers/baseband/acc/rte_acc200_pmd.c
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 31597139c7..5c095b45d1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1339,6 +1339,9 @@ F: drivers/baseband/acc/
> F: doc/guides/bbdevs/acc100.rst
> F: doc/guides/bbdevs/features/acc100.ini
> F: doc/guides/bbdevs/features/acc101.ini
> +F: drivers/baseband/acc200/
Acc200 is not a folder anymore. I removed it.
> +F: doc/guides/bbdevs/acc200.rst
> +F: doc/guides/bbdevs/features/acc200.ini
More information about the dev
mailing list