On Wed, Mar 9, 2022 at 12:23 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > 03/03/2022 19:51, Nicolas Chautru: > > These were implicit from DPDK script but adding > > separate reference to make it explicit > > > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > > --- > > MAINTAINERS | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 7577834..004ec91 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -421,6 +421,10 @@ T: git://dpdk.org/next/dpdk-next-crypto > > F: lib/bbdev/ > > F: doc/guides/prog_guide/bbdev.rst > > F: drivers/baseband/ > > I think you can remove the above catch-all. > > > +F: drivers/baseband/turbo_sw/ > > +F: drivers/baseband/fpga_lte_fec/ > > +F: drivers/baseband/fpga_5gnr_fec/ > > +F: drivers/baseband/acc100/ > > I would prefer a separate section for Intel baseband drivers.
We now have a baseband drivers section with a NXP driver. It is more clear to have Intel drivers in this section like we do for other classes of devices: one section for API, one section for drivers. Btw, the baseband drivers section is missing a global T: entry too. It means that updates on nxp (atm) and any (in the future) bbdev driver ends up in the main repo scope instead of next-crypto. > > > F: doc/guides/bbdevs/ This too is a catch all. For the API section, I'd rather see: -F: drivers/baseband/ -F: doc/guides/bbdevs/ +F: doc/guides/bbdevs/features/default.ini > > F: app/test-bbdev/ > > F: doc/guides/tools/testbbdev.rst -- David Marchand