Hi Akhil, 

> -----Original Message-----
> From: Akhil Goyal <gak...@marvell.com>
> Sent: Friday, October 7, 2022 11:16 AM
> To: Chautru, Nicolas <nicolas.chau...@intel.com>; dev@dpdk.org;
> tho...@monjalon.net
> Cc: maxime.coque...@redhat.com; t...@redhat.com; m...@ashroe.eu;
> Richardson, Bruce <bruce.richard...@intel.com>;
> hemant.agra...@nxp.com; david.march...@redhat.com;
> step...@networkplumber.org; Vargas, Hernan <hernan.var...@intel.com>
> Subject: RE: [EXT] [PATCH v7 04/14] baseband/acc: introduce PMD for
> ACC200
> 
> > 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.

Thanks. I will add this + release notes update in that commit. 

Reply via email to