All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs
@ 2021-05-22  0:46 Vinicius Costa Gomes
  2021-05-22 19:21 ` Cong Wang
  2021-05-23 23:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Vinicius Costa Gomes @ 2021-05-22  0:46 UTC (permalink / raw)
  To: netdev; +Cc: Vinicius Costa Gomes, jhs, xiyou.wangcong, jiri, kuba

Add Vinicius Costa Gomes as maintainer for these qdiscs.

These qdiscs are all TSN (Time Sensitive Networking) related.

Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index b9f329249a5a..a245fa344206 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4138,6 +4138,14 @@ S:	Odd Fixes
 F:	Documentation/devicetree/bindings/arm/cavium-thunder2.txt
 F:	arch/arm64/boot/dts/cavium/thunder2-99xx*
 
+CBS/ETF/TAPRIO QDISCS
+M:	Vinicius Costa Gomes <vinicius.gomes@intel.com>
+S:	Maintained
+L:	netdev@vger.kernel.org
+F:	net/sched/sch_cbs.c
+F:	net/sched/sch_etf.c
+F:	net/sched/sch_taprio.c
+
 CC2520 IEEE-802.15.4 RADIO DRIVER
 M:	Varka Bhadram <varkabhadram@gmail.com>
 L:	linux-wpan@vger.kernel.org
-- 
2.31.1


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

* Re: [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs
  2021-05-22  0:46 [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs Vinicius Costa Gomes
@ 2021-05-22 19:21 ` Cong Wang
  2021-05-23 23:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: Cong Wang @ 2021-05-22 19:21 UTC (permalink / raw)
  To: Vinicius Costa Gomes
  Cc: Linux Kernel Network Developers, Jamal Hadi Salim, Jiri Pirko,
	Jakub Kicinski

On Fri, May 21, 2021 at 5:47 PM Vinicius Costa Gomes
<vinicius.gomes@intel.com> wrote:
>
> Add Vinicius Costa Gomes as maintainer for these qdiscs.
>
> These qdiscs are all TSN (Time Sensitive Networking) related.
>
> Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>

Acked-by: Cong Wang <cong.wang@bytedance.com>

Thanks.

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

* Re: [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs
  2021-05-22  0:46 [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs Vinicius Costa Gomes
  2021-05-22 19:21 ` Cong Wang
@ 2021-05-23 23:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-05-23 23:20 UTC (permalink / raw)
  To: Vinicius Costa Gomes; +Cc: netdev, jhs, xiyou.wangcong, jiri, kuba

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Fri, 21 May 2021 17:46:54 -0700 you wrote:
> Add Vinicius Costa Gomes as maintainer for these qdiscs.
> 
> These qdiscs are all TSN (Time Sensitive Networking) related.
> 
> Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)

Here is the summary with links:
  - [net-next,v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs
    https://git.kernel.org/netdev/net/c/1e69abf98921

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs
       [not found] <20210603221414.3820562-1-vinicius.gomes@intel.com>
@ 2021-06-03 22:14 ` Vinicius Costa Gomes
  0 siblings, 0 replies; 4+ messages in thread
From: Vinicius Costa Gomes @ 2021-06-03 22:14 UTC (permalink / raw)
  To: netdev; +Cc: Vinicius Costa Gomes, jhs, xiyou.wangcong, jiri, kuba

Add Vinicius Costa Gomes as maintainer for these qdiscs.

These qdiscs are all TSN (Time Sensitive Networking) related.

Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index b9f329249a5a..a245fa344206 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4138,6 +4138,14 @@ S:	Odd Fixes
 F:	Documentation/devicetree/bindings/arm/cavium-thunder2.txt
 F:	arch/arm64/boot/dts/cavium/thunder2-99xx*
 
+CBS/ETF/TAPRIO QDISCS
+M:	Vinicius Costa Gomes <vinicius.gomes@intel.com>
+S:	Maintained
+L:	netdev@vger.kernel.org
+F:	net/sched/sch_cbs.c
+F:	net/sched/sch_etf.c
+F:	net/sched/sch_taprio.c
+
 CC2520 IEEE-802.15.4 RADIO DRIVER
 M:	Varka Bhadram <varkabhadram@gmail.com>
 L:	linux-wpan@vger.kernel.org
-- 
2.31.1


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

end of thread, other threads:[~2021-06-03 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22  0:46 [PATCH net-next v2] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs Vinicius Costa Gomes
2021-05-22 19:21 ` Cong Wang
2021-05-23 23:20 ` patchwork-bot+netdevbpf
     [not found] <20210603221414.3820562-1-vinicius.gomes@intel.com>
2021-06-03 22:14 ` Vinicius Costa Gomes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.