> This patch introduces stubs for device driver for the ACC200
> integrated VRAN accelerator on SPR-EEC
> 
> Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>
> ---
>  MAINTAINERS                           |   3 +
>  doc/guides/bbdevs/acc200.rst          | 244 ++++++++++++++++++++++++++
>  doc/guides/bbdevs/index.rst           |   1 +
>  drivers/baseband/acc/acc200_pmd.h     |  32 ++++
>  drivers/baseband/acc/meson.build      |   2 +-
>  drivers/baseband/acc/rte_acc200_pmd.c | 144 +++++++++++++++
>  6 files changed, 425 insertions(+), 1 deletion(-)
>  create mode 100644 doc/guides/bbdevs/acc200.rst
>  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 52afd5d2e0..909c855048 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1340,6 +1340,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/
> +F: doc/guides/bbdevs/acc200.rst
> +F: doc/guides/bbdevs/features/acc200.ini

acc200.ini file is neither part of this patch, nor I could see in the other 
patches.

Update MAINTAINERS only when a particular file/directory is introduced in that 
patch.

Reply via email to