From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 936AD2A61 for ; Fri, 6 Feb 2015 14:14:28 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 06 Feb 2015 05:07:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,529,1418112000"; d="scan'208";a="681964237" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 06 Feb 2015 05:14:27 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.64]) by IRSMSX103.ger.corp.intel.com ([169.254.3.242]) with mapi id 14.03.0195.001; Fri, 6 Feb 2015 13:13:59 +0000 From: "Gonzalez Monroy, Sergio" To: "Dumitrescu, Cristian" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt framework Thread-Index: AdBCDsP26AsI6EFSSbySWQzpx0ekNQ== Date: Fri, 6 Feb 2015 13:13:58 +0000 Message-ID: <91383E96CE459D47BCE92EFBF5CE73B004F46E1D@IRSMSX108.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt framework X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:14:29 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Wednesday, February 4, 2015 3:53 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt > framework >=20 > As original author of these DPDK components, I am volunteering to maintai= n > them going forward: > - Traffic Metering > - Hierarchical Scheduler > - Packet Framework > - Configuration File >=20 > Signed-off-by: Cristian Dumitrescu > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 9a63714..cc3823c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -241,6 +241,7 @@ F: examples/distributor/ > F: doc/guides/sample_app_ug/dist_app.rst >=20 > Hierarchical scheduler > +M: Cristian Dumitrescu > F: lib/librte_sched/ > F: doc/guides/prog_guide/qos_framework.rst > F: app/test/test_red.c > @@ -251,6 +252,7 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst >=20 > Packet Framework > ---------------- > +M: Cristian Dumitrescu > F: lib/librte_pipeline/ > F: lib/librte_port/ > F: lib/librte_table/ > @@ -286,6 +288,7 @@ F: app/test/test_lpm* > F: app/test/test_func_reentrancy.c >=20 > Traffic metering > +M: Cristian Dumitrescu > F: lib/librte_meter/ > F: doc/guides/sample_app_ug/qos_scheduler.rst > F: app/test/test_meter.c > @@ -297,6 +300,7 @@ Other libraries > --------------- >=20 > Configuration file > +M: Cristian Dumitrescu > F: lib/librte_cfgfile/ >=20 > Interactive command line > -- > 1.9.3 Acked-by: Sergio Gonzalez Monroy