Hi Akhil, > -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Friday, October 7, 2022 11:16 AM > To: Chautru, Nicolas <[email protected]>; [email protected]; > [email protected] > Cc: [email protected]; [email protected]; [email protected]; > Richardson, Bruce <[email protected]>; > [email protected]; [email protected]; > [email protected]; Vargas, Hernan <[email protected]> > 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 <[email protected]> > > Reviewed-by: Maxime Coquelin <[email protected]> > > --- > > 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.

