diff mbox series

[net-next,v1] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs

Message ID 20210521223337.1873836-1-vinicius.gomes@intel.com
State New
Headers show
Series [net-next,v1] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs | expand

Commit Message

Vinicius Costa Gomes May 21, 2021, 10:33 p.m. UTC
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 | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Comments

Cong Wang May 21, 2021, 11:18 p.m. UTC | #1
On Fri, May 21, 2021 at 3:34 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.

I do not mind adding a new section for specific qdisc's, but
can you merge all of the 3 into 1 as you maintain all of them?

Something like:

CBS/ETF/TAPRIO QDISC
M: ...
F: ...
F: ...
F: ...
...

Thanks.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b9f329249a5a..96b44fef2a89 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4138,6 +4138,12 @@  S:	Odd Fixes
 F:	Documentation/devicetree/bindings/arm/cavium-thunder2.txt
 F:	arch/arm64/boot/dts/cavium/thunder2-99xx*
 
+CBS QDISC
+M:	Vinicius Costa Gomes <vinicius.gomes@intel.com>
+S:	Maintained
+L:	netdev@vger.kernel.org
+F:	net/sched/sch_cbs.c
+
 CC2520 IEEE-802.15.4 RADIO DRIVER
 M:	Varka Bhadram <varkabhadram@gmail.com>
 L:	linux-wpan@vger.kernel.org
@@ -6782,6 +6788,12 @@  M:	Mark Einon <mark.einon@gmail.com>
 S:	Odd Fixes
 F:	drivers/net/ethernet/agere/
 
+ETF QDISC
+M:	Vinicius Costa Gomes <vinicius.gomes@intel.com>
+S:	Maintained
+L:	netdev@vger.kernel.org
+F:	net/sched/sch_etf.c
+
 ETHERNET BRIDGE
 M:	Roopa Prabhu <roopa@nvidia.com>
 M:	Nikolay Aleksandrov <nikolay@nvidia.com>
@@ -17743,6 +17755,12 @@  F:	Documentation/filesystems/sysv-fs.rst
 F:	fs/sysv/
 F:	include/linux/sysv_fs.h
 
+TAPRIO QDISC
+M:	Vinicius Costa Gomes <vinicius.gomes@intel.com>
+S:	Maintained
+L:	netdev@vger.kernel.org
+F:	net/sched/sch_taprio.c
+
 TASKSTATS STATISTICS INTERFACE
 M:	Balbir Singh <bsingharora@gmail.com>
 S:	Maintained