maintainers: update for ring library

Message ID 20200305170008.3301-1-olivier.matz@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series maintainers: update for ring library |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-intel-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

Olivier Matz March 5, 2020, 5 p.m. UTC
  Honnappa and Konstantin contributed actively to the ring library
and volunteered to replace myself as maintainers.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Honnappa Nagarahalli March 5, 2020, 5:01 p.m. UTC | #1
> -----Original Message-----
> From: Olivier Matz <olivier.matz@6wind.com>
> Sent: Thursday, March 5, 2020 11:00 AM
> To: dev@dpdk.org
> Cc: Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>; Konstantin
> Ananyev <konstantin.ananyev@intel.com>
> Subject: [PATCH] maintainers: update for ring library
> 
> Honnappa and Konstantin contributed actively to the ring library and
> volunteered to replace myself as maintainers.
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Ack

> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c3785554f..db235c2cc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -347,7 +347,8 @@ F: app/test/test_mempool*
>  F: app/test/test_func_reentrancy.c
> 
>  Ring queue
> -M: Olivier Matz <olivier.matz@6wind.com>
> +M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> +M: Konstantin Ananyev <konstantin.ananyev@intel.com>
>  F: lib/librte_ring/
>  F: doc/guides/prog_guide/ring_lib.rst
>  F: app/test/test_ring*
> --
> 2.25.1
  
Ananyev, Konstantin March 5, 2020, 6:47 p.m. UTC | #2
> Honnappa and Konstantin contributed actively to the ring library
> and volunteered to replace myself as maintainers.
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c3785554f..db235c2cc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -347,7 +347,8 @@ F: app/test/test_mempool*
>  F: app/test/test_func_reentrancy.c
> 
>  Ring queue
> -M: Olivier Matz <olivier.matz@6wind.com>
> +M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
> +M: Konstantin Ananyev <konstantin.ananyev@intel.com>
>  F: lib/librte_ring/
>  F: doc/guides/prog_guide/ring_lib.rst
>  F: app/test/test_ring*
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.25.1
  
David Marchand March 19, 2020, 4:55 p.m. UTC | #3
On Thu, Mar 5, 2020 at 6:01 PM Olivier Matz <olivier.matz@6wind.com> wrote:
>
> Honnappa and Konstantin contributed actively to the ring library
> and volunteered to replace myself as maintainers.
>
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

Acked-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

Applied, thanks.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c3785554f..db235c2cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -347,7 +347,8 @@  F: app/test/test_mempool*
 F: app/test/test_func_reentrancy.c
 
 Ring queue
-M: Olivier Matz <olivier.matz@6wind.com>
+M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
+M: Konstantin Ananyev <konstantin.ananyev@intel.com>
 F: lib/librte_ring/
 F: doc/guides/prog_guide/ring_lib.rst
 F: app/test/test_ring*