dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline
@ 2015-01-30 15:52 Olivier Matz
       [not found] ` <1422633142-16033-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Matz @ 2015-01-30 15:52 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

I'm volonteer to maintain the following components of dpdk:

- mbuf packet api
- mempool library
- ring library
- build system
- kvargs
- command line library

Note: I've splitted rte_mempool and rte_malloc as these two libraries
are different enough.

Signed-off-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
---
 MAINTAINERS | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5fccdbb..b2ddd4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -39,6 +39,7 @@ F: doc/
 
 Build System
 ------------
+M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
 F: GNUmakefile
 F: Makefile
 F: config/
@@ -133,21 +134,27 @@ F: lib/librte_eal/bsdapp/nic_uio/
 Core Libraries
 --------------
 
-Memory management
+Dynamic memory management
 F: lib/librte_malloc/
 F: doc/guides/prog_guide/malloc_lib.rst
 F: app/test/test_malloc.c
+F: app/test/test_func_reentrancy.c
+
+Memory pool management
+M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_mempool/
 F: doc/guides/prog_guide/mempool_lib.rst
 F: app/test/test_mempool*
 F: app/test/test_func_reentrancy.c
 
 Ring queue
+M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_ring/
 F: app/test/test_ring*
 F: app/test/test_func_reentrancy.c
 
 Packet buffer
+M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_mbuf/
 F: doc/guides/prog_guide/mbuf_lib.rst
 F: app/test/test_mbuf.c
@@ -292,6 +299,7 @@ Configuration file
 F: lib/librte_cfgfile/
 
 Interactive command line
+M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_cmdline/
 F: app/cmdline_test/
 F: app/test/test_cmdline*
@@ -306,6 +314,7 @@ F: app/test/test_ivshmem.c
 F: examples/l2fwd-ivshmem/
 
 Key/Value parsing
+M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
 F: lib/librte_kvargs/
 F: app/test/test_kvargs.c
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline
       [not found] ` <1422633142-16033-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2015-02-02 11:50   ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-02-02 11:50 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev-VfR2kkLFssw

2015-01-30 16:52, Olivier Matz:
> I'm volonteer to maintain the following components of dpdk:
> 
> - mbuf packet api
> - mempool library
> - ring library
> - build system
> - kvargs
> - command line library
> 
> Note: I've splitted rte_mempool and rte_malloc as these two libraries
> are different enough.
> 
> Signed-off-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
> ---
>  MAINTAINERS | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5fccdbb..b2ddd4f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -39,6 +39,7 @@ F: doc/
>  
>  Build System
>  ------------
> +M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
>  F: GNUmakefile
>  F: Makefile
>  F: config/
> @@ -133,21 +134,27 @@ F: lib/librte_eal/bsdapp/nic_uio/
>  Core Libraries
>  --------------
>  
> -Memory management
> +Dynamic memory management
>  F: lib/librte_malloc/
>  F: doc/guides/prog_guide/malloc_lib.rst
>  F: app/test/test_malloc.c
> +F: app/test/test_func_reentrancy.c
> +
> +Memory pool management
> +M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_mempool/
>  F: doc/guides/prog_guide/mempool_lib.rst
>  F: app/test/test_mempool*
>  F: app/test/test_func_reentrancy.c
>  
>  Ring queue
> +M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_ring/
>  F: app/test/test_ring*
>  F: app/test/test_func_reentrancy.c
>  
>  Packet buffer
> +M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_mbuf/
>  F: doc/guides/prog_guide/mbuf_lib.rst
>  F: app/test/test_mbuf.c
> @@ -292,6 +299,7 @@ Configuration file
>  F: lib/librte_cfgfile/
>  
>  Interactive command line
> +M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_cmdline/
>  F: app/cmdline_test/
>  F: app/test/test_cmdline*
> @@ -306,6 +314,7 @@ F: app/test/test_ivshmem.c
>  F: examples/l2fwd-ivshmem/
>  
>  Key/Value parsing
> +M: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
>  F: lib/librte_kvargs/
>  F: app/test/test_kvargs.c

Acked-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

Applied

Thanks Olivier. Your excellent knowledge of several core libraries and your
help in reviews are really valuable for the project.
-- 
Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-02 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 15:52 [PATCH] maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline Olivier Matz
     [not found] ` <1422633142-16033-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-02-02 11:50   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).