From patchwork Fri May 21 22:33:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinicius Costa Gomes X-Patchwork-Id: 445108 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D7BEC04FF3 for ; Fri, 21 May 2021 22:34:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 179E1613D9 for ; Fri, 21 May 2021 22:34:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229639AbhEUWfj (ORCPT ); Fri, 21 May 2021 18:35:39 -0400 Received: from mga09.intel.com ([134.134.136.24]:57192 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229507AbhEUWfi (ORCPT ); Fri, 21 May 2021 18:35:38 -0400 IronPort-SDR: sG+MgvNCADZ84Uri2RVNwKoaQzW9VE5q7W8Vuy/GJcSu/AAjZADHtWOujozDoCyZ00Khhw2p8m 8YyblTb9r+wA== X-IronPort-AV: E=McAfee;i="6200,9189,9991"; a="201621638" X-IronPort-AV: E=Sophos;i="5.82,319,1613462400"; d="scan'208";a="201621638" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2021 15:34:14 -0700 IronPort-SDR: My78/1cOeqAJ0j8hJjY78K+bsx3tSZpuBLbcQVpem4drTKXvtSfn5V8dBJuMG9MOi7a2XZ5p4G FdrBC1jFTaPQ== X-IronPort-AV: E=Sophos;i="5.82,319,1613462400"; d="scan'208";a="395503692" Received: from mooremel-mobl.amr.corp.intel.com (HELO localhost.localdomain) ([10.209.84.48]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2021 15:34:14 -0700 From: Vinicius Costa Gomes To: netdev@vger.kernel.org Cc: Vinicius Costa Gomes , jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, kuba@kernel.org Subject: [PATCH net-next v1] MAINTAINERS: Add entries for CBS, ETF and taprio qdiscs Date: Fri, 21 May 2021 15:33:37 -0700 Message-Id: <20210521223337.1873836-1-vinicius.gomes@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add Vinicius Costa Gomes as maintainer for these qdiscs. These qdiscs are all TSN (Time Sensitive Networking) related. Signed-off-by: Vinicius Costa Gomes --- MAINTAINERS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 +S: Maintained +L: netdev@vger.kernel.org +F: net/sched/sch_cbs.c + CC2520 IEEE-802.15.4 RADIO DRIVER M: Varka Bhadram L: linux-wpan@vger.kernel.org @@ -6782,6 +6788,12 @@ M: Mark Einon S: Odd Fixes F: drivers/net/ethernet/agere/ +ETF QDISC +M: Vinicius Costa Gomes +S: Maintained +L: netdev@vger.kernel.org +F: net/sched/sch_etf.c + ETHERNET BRIDGE M: Roopa Prabhu M: Nikolay Aleksandrov @@ -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 +S: Maintained +L: netdev@vger.kernel.org +F: net/sched/sch_taprio.c + TASKSTATS STATISTICS INTERFACE M: Balbir Singh S: Maintained