Message ID | 20210521223337.1873836-1-vinicius.gomes@intel.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v1] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for net-next |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | success | CCed 0 of 0 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | warning | WARNING: Misordered MAINTAINERS entry - list 'L:' before 'S:' |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
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.
Cong Wang <xiyou.wangcong@gmail.com> writes: > 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: ... > ... Sure. Sounds good. Cheers,
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
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(+)