From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 7/7] maintainers: claim service cores Date: Tue, 11 Jul 2017 13:23:56 +0530 Message-ID: <20170711075355.GB27939@jerin> References: <1498735421-100164-1-git-send-email-harry.van.haaren@intel.com> <1499445667-32588-1-git-send-email-harry.van.haaren@intel.com> <1499445667-32588-8-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net, keith.wiles@intel.com, bruce.richardson@intel.com To: Harry van Haaren Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0041.outbound.protection.outlook.com [104.47.34.41]) by dpdk.org (Postfix) with ESMTP id C47A537AF for ; Tue, 11 Jul 2017 09:54:15 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1499445667-32588-8-git-send-email-harry.van.haaren@intel.com> 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----- > Date: Fri, 7 Jul 2017 17:41:07 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: thomas@monjalon.net, jerin.jacob@caviumnetworks.com, > keith.wiles@intel.com, bruce.richardson@intel.com, Harry van Haaren > > Subject: [PATCH v4 7/7] maintainers: claim service cores > X-Mailer: git-send-email 2.7.4 > > Sign-up to be the maintainer of public header files and > implementation of the service-cores infrastructure. > > Signed-off-by: Harry van Haaren Acked-by: Jerin Jacob > > --- > > v4: > - fix rte_service.c filename > - Include service_cores.rst file > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b4424ea..1cf6bf6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -134,6 +134,13 @@ F: test/test/test_mp_secondary.c > F: examples/multi_process/ > F: doc/guides/sample_app_ug/multi_process.rst > > +Service Cores > +M: Harry van Haaren > +F: doc/guides/prog_guide/service_cores.rst > +F: lib/librte_eal/common/include/rte_service.h > +F: lib/librte_eal/common/include/rte_service_private.h > +F: lib/librte_eal/common/rte_service.c > + > ARM v7 > M: Jan Viktorin > M: Jianbo Liu > -- > 2.7.4 >