maintainers: group service cores files

Message ID 20221107172004.279966-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: group service cores files |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS

Commit Message

Thomas Monjalon Nov. 7, 2022, 5:20 p.m. UTC
  Move example with library files, all with the same maintainer.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
  

Comments

Van Haaren, Harry Nov. 8, 2022, 8:48 a.m. UTC | #1
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Monday, November 7, 2022 5:20 PM
> To: dev@dpdk.org
> Cc: Van Haaren, Harry <harry.van.haaren@intel.com>
> Subject: [PATCH] maintainers: group service cores files
> 
> Move example with library files, all with the same maintainer.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
  
David Marchand Nov. 14, 2022, 10:36 a.m. UTC | #2
On Tue, Nov 8, 2022 at 9:48 AM Van Haaren, Harry
<harry.van.haaren@intel.com> wrote:
> > From: Thomas Monjalon <thomas@monjalon.net>
> >
> > Move example with library files, all with the same maintainer.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

Applied, thanks.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 45582f37f0..f0d13f6572 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -233,6 +233,8 @@  F: lib/eal/include/rte_service_component.h
 F: lib/eal/common/rte_service.c
 F: doc/guides/prog_guide/service_cores.rst
 F: app/test/test_service_cores.c
+F: examples/service_cores/
+F: doc/guides/sample_app_ug/service_cores.rst
 
 Bitops
 M: Joyce Kong <joyce.kong@arm.com>
@@ -1825,11 +1827,6 @@  M: John McNamara <john.mcnamara@intel.com>
 F: examples/rxtx_callbacks/
 F: doc/guides/sample_app_ug/rxtx_callbacks.rst
 
-Service cores example
-M: Harry van Haaren <harry.van.haaren@intel.com>
-F: examples/service_cores/
-F: doc/guides/sample_app_ug/service_cores.rst
-
 Skeleton example
 M: Bruce Richardson <bruce.richardson@intel.com>
 M: John McNamara <john.mcnamara@intel.com>