DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs
@ 2022-03-03 18:51 Nicolas Chautru
  2022-03-03 18:51 ` Nicolas Chautru
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Chautru @ 2022-03-03 18:51 UTC (permalink / raw)
  To: dev, gakhil; +Cc: bruce.richardson, Nicolas Chautru

Suggested by Bruce to add explicit maintainer for some of the existing bbdev
PMDs even it is already implicit currently. 
Intent is to be easier for user to get hit when looking for a specific PMD.

Nicolas Chautru (1):
  maintainers: add explicit maintainer for some bbdev PMDs

 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs
  2022-03-03 18:51 [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs Nicolas Chautru
@ 2022-03-03 18:51 ` Nicolas Chautru
  2022-03-04  8:57   ` Bruce Richardson
  2022-03-08 23:23   ` Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Chautru @ 2022-03-03 18:51 UTC (permalink / raw)
  To: dev, gakhil; +Cc: bruce.richardson, Nicolas Chautru

These were implicit from DPDK script but adding
separate reference to make it explicit

Signed-off-by: Nicolas Chautru <nicolas.chautru@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/
+F: drivers/baseband/turbo_sw/
+F: drivers/baseband/fpga_lte_fec/
+F: drivers/baseband/fpga_5gnr_fec/
+F: drivers/baseband/acc100/
 F: doc/guides/bbdevs/
 F: app/test-bbdev/
 F: doc/guides/tools/testbbdev.rst
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs
  2022-03-03 18:51 ` Nicolas Chautru
@ 2022-03-04  8:57   ` Bruce Richardson
  2022-03-08 23:23   ` Thomas Monjalon
  1 sibling, 0 replies; 5+ messages in thread
From: Bruce Richardson @ 2022-03-04  8:57 UTC (permalink / raw)
  To: Nicolas Chautru; +Cc: dev, gakhil

On Thu, Mar 03, 2022 at 10:51:38AM -0800, Nicolas Chautru wrote:
> These were implicit from DPDK script but adding
> separate reference to make it explicit
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
>
Thanks for this. It just means that someone looking for the driver name in
the MAINTAINERS file will get a hit, rather than having to know that it's
implicit in the top-level baseband directory.

Acked-by: Bruce Richardson <bruce.richardson@intel.com> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs
  2022-03-03 18:51 ` Nicolas Chautru
  2022-03-04  8:57   ` Bruce Richardson
@ 2022-03-08 23:23   ` Thomas Monjalon
  2022-03-09  8:44     ` David Marchand
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2022-03-08 23:23 UTC (permalink / raw)
  To: Nicolas Chautru; +Cc: dev, gakhil, bruce.richardson

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.chautru@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.

>  F: doc/guides/bbdevs/
>  F: app/test-bbdev/
>  F: doc/guides/tools/testbbdev.rst





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs
  2022-03-08 23:23   ` Thomas Monjalon
@ 2022-03-09  8:44     ` David Marchand
  0 siblings, 0 replies; 5+ messages in thread
From: David Marchand @ 2022-03-09  8:44 UTC (permalink / raw)
  To: Thomas Monjalon, Nicolas Chautru; +Cc: dev, Akhil Goyal, Bruce Richardson

On Wed, Mar 9, 2022 at 12:23 AM Thomas Monjalon <thomas@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.chautru@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-09  8:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 18:51 [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs Nicolas Chautru
2022-03-03 18:51 ` Nicolas Chautru
2022-03-04  8:57   ` Bruce Richardson
2022-03-08 23:23   ` Thomas Monjalon
2022-03-09  8:44     ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).