maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 30 Jan 2015 15:52:22 +0000 (16:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 2 Feb 2015 11:30:34 +0000 (12:30 +0100)
I'm volunteer to maintain the following components of dpdk:

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

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

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
MAINTAINERS

index 743fa49..9a63714 100644 (file)
@@ -39,6 +39,7 @@ F: doc/
 
 Build System
 ------------
+M: Olivier Matz <olivier.matz@6wind.com>
 F: GNUmakefile
 F: Makefile
 F: config/
@@ -133,21 +134,27 @@ F: lib/librte_eal/bsdapp/nic_uio/
 Core Libraries
 --------------
 
-Memory management
+Dynamic memory
 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
+M: Olivier Matz <olivier.matz@6wind.com>
 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@6wind.com>
 F: lib/librte_ring/
 F: app/test/test_ring*
 F: app/test/test_func_reentrancy.c
 
 Packet buffer
+M: Olivier Matz <olivier.matz@6wind.com>
 F: lib/librte_mbuf/
 F: doc/guides/prog_guide/mbuf_lib.rst
 F: app/test/test_mbuf.c
@@ -293,6 +300,7 @@ Configuration file
 F: lib/librte_cfgfile/
 
 Interactive command line
+M: Olivier Matz <olivier.matz@6wind.com>
 F: lib/librte_cmdline/
 F: app/cmdline_test/
 F: app/test/test_cmdline*
@@ -307,6 +315,7 @@ F: app/test/test_ivshmem.c
 F: examples/l2fwd-ivshmem/
 
 Key/Value parsing
+M: Olivier Matz <olivier.matz@6wind.com>
 F: lib/librte_kvargs/
 F: app/test/test_kvargs.c