From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BD7DA046B for ; Fri, 26 Jul 2019 20:10:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 236921C50F; Fri, 26 Jul 2019 20:10:46 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C00241C4F0 for ; Fri, 26 Jul 2019 20:10:44 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 11:10:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,311,1559545200"; d="scan'208";a="173112351" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 26 Jul 2019 11:10:42 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 26 Jul 2019 19:10:41 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by IRSMSX156.ger.corp.intel.com ([169.254.3.73]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 19:10:41 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] maintainers: add co-maintainer to sched library Thread-Index: AQHVQ9ET7hLsqnkyeEGWNRXqpdkrbabdMxeA Date: Fri, 26 Jul 2019 18:10:40 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E8F3CEB@IRSMSX108.ger.corp.intel.com> References: <20190726164215.40173-1-jasvinder.singh@intel.com> In-Reply-To: <20190726164215.40173-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2ZlMzNhN2ItODBkYy00MDZlLTgwYzUtMGViYWNlNWJiMGRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYXo4TTY3cmRWS1Urb1wvTWxodkt6eU5PYktPRFFoZU1SQW0yYWtjM3dQcUIwR3ZWMHVpTDhqSE96dldHM0ljeGMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] maintainers: add co-maintainer to sched library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, July 26, 2019 5:42 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] maintainers: add co-maintainer to sched library >=20 > Add myself as a co-maintainer to dpdk sched library. >=20 > Signed-off-by: Jasvinder Singh > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index c2b575a94..fa4bad88a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1202,6 +1202,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst >=20 > Hierarchical scheduler > M: Cristian Dumitrescu > +M: Jasvinder Singh > F: lib/librte_sched/ > F: doc/guides/prog_guide/qos_framework.rst > F: app/test/test_red.c > -- > 2.21.0 Acked-by: Cristian Dumitrescu