[PATCH net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]

Hangbin Liu posted 1 patch 1 month, 1 week ago
There is a newer version of this series
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
Posted by Hangbin Liu 1 month, 1 week ago
samples/pktgen is missing in the MAINTAINERS file.

Suggested-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 44d599651690..3b11a2aa2861 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16202,6 +16202,7 @@ F:	lib/random32.c
 F:	net/
 F:	tools/net/
 F:	tools/testing/selftests/net/
+F:	samples/pktgen/
 X:	Documentation/networking/mac80211-injection.rst
 X:	Documentation/networking/mac80211_hwsim/
 X:	Documentation/networking/regulatory.rst
-- 
2.46.0
Re: [PATCH net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
Posted by Simon Horman 1 month, 1 week ago
On Thu, Oct 17, 2024 at 11:16:01AM +0000, Hangbin Liu wrote:
> samples/pktgen is missing in the MAINTAINERS file.
> 
> Suggested-by: Antoine Tenart <atenart@kernel.org>
> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 44d599651690..3b11a2aa2861 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16202,6 +16202,7 @@ F:	lib/random32.c
>  F:	net/
>  F:	tools/net/
>  F:	tools/testing/selftests/net/
> +F:	samples/pktgen/
>  X:	Documentation/networking/mac80211-injection.rst
>  X:	Documentation/networking/mac80211_hwsim/
>  X:	Documentation/networking/regulatory.rst

Hi Hangbin,

Nice find.
But lets preserve alphabetical order.

With that fixed feel free to add:

Reviewed-by: Simon Horman <horms@kernel.org>

Also, I think this can be for net.
That is the usual target for MAINTAINERS changes AFAIK.

-- 
pw-bot: cr
Re: [PATCH net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
Posted by Hangbin Liu 1 month, 1 week ago
On Thu, Oct 17, 2024 at 05:39:42PM +0100, Simon Horman wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 44d599651690..3b11a2aa2861 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16202,6 +16202,7 @@ F:	lib/random32.c
> >  F:	net/
> >  F:	tools/net/
> >  F:	tools/testing/selftests/net/
> > +F:	samples/pktgen/
> >  X:	Documentation/networking/mac80211-injection.rst
> >  X:	Documentation/networking/mac80211_hwsim/
> >  X:	Documentation/networking/regulatory.rst
> 
> Hi Hangbin,
> 
> Nice find.
> But lets preserve alphabetical order.

Opps, don't know what I was thought that I feel s behinds t...

I will fix it.

Thanks
Hangbin