-----Original Message----- > Date: Fri, 7 Jul 2017 17:41:07 +0100 > From: Harry van Haaren <[email protected]> > To: [email protected] > CC: [email protected], [email protected], > [email protected], [email protected], Harry van Haaren > <[email protected]> > 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 <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > > --- > > 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 <[email protected]> > +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 <[email protected]> > M: Jianbo Liu <[email protected]> > -- > 2.7.4 >

