maintainers: claim IP fragmentation and ACL
[dpdk.git] / MAINTAINERS
index 743fa49..d9afe62 100644 (file)
@@ -39,6 +39,7 @@ F: doc/
 
 Build System
 ------------
+M: Olivier Matz <olivier.matz@6wind.com>
 F: GNUmakefile
 F: Makefile
 F: config/
@@ -48,7 +49,15 @@ F: scripts/depdirs-rule.sh
 F: scripts/gen-build-mk.sh
 F: scripts/gen-config-h.sh
 F: scripts/relpath.sh
+F: doc/build-sdk-quick.txt
+F: doc/guides/prog_guide/build_app.rst
+F: doc/guides/prog_guide/dev_kit_*
+F: doc/guides/prog_guide/ext_app_lib_make_help.rst
 
+ABI versioning
+M: Neil Horman <nhorman@tuxdriver.com>
+F: lib/librte_compat/
+F: doc/guides/rel_notes/abi.rst
 
 Environment Abstraction Layer
 -----------------------------
@@ -58,6 +67,7 @@ M: Thomas Monjalon <thomas.monjalon@6wind.com>
 F: lib/librte_eal/common/*
 F: lib/librte_eal/common/include/*
 F: lib/librte_eal/common/include/generic/
+F: doc/guides/prog_guide/env_abstraction_layer.rst
 F: app/test/test_alarm.c
 F: app/test/test_atomic.c
 F: app/test/test_byteorder.c
@@ -133,21 +143,28 @@ 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: doc/guides/prog_guide/ring_lib.rst
 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
@@ -199,6 +216,7 @@ F: examples/vhost/
 F: doc/guides/sample_app_ug/vhost.rst
 
 VMware vmxnet3
+M: Yong Wang <yongwang@vmware.com>
 F: lib/librte_pmd_vmxnet3/
 F: doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst
 
@@ -219,6 +237,7 @@ Network headers
 F: lib/librte_net/
 
 IP fragmentation & reassembly
+M: Konstantin Ananyev <konstantin.ananyev@intel.com>
 F: lib/librte_ip_frag/
 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
 F: examples/ip_fragmentation/
@@ -234,6 +253,7 @@ F: examples/distributor/
 F: doc/guides/sample_app_ug/dist_app.rst
 
 Hierarchical scheduler
+M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 F: lib/librte_sched/
 F: doc/guides/prog_guide/qos_framework.rst
 F: app/test/test_red.c
@@ -244,6 +264,7 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst
 
 Packet Framework
 ----------------
+M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 F: lib/librte_pipeline/
 F: lib/librte_port/
 F: lib/librte_table/
@@ -259,6 +280,7 @@ Algorithms
 ----------
 
 ACL
+M: Konstantin Ananyev <konstantin.ananyev@intel.com>
 F: lib/librte_acl/
 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
 F: app/test-acl/
@@ -279,6 +301,7 @@ F: app/test/test_lpm*
 F: app/test/test_func_reentrancy.c
 
 Traffic metering
+M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 F: lib/librte_meter/
 F: doc/guides/sample_app_ug/qos_scheduler.rst
 F: app/test/test_meter.c
@@ -290,9 +313,11 @@ Other libraries
 ---------------
 
 Configuration file
+M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 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 +332,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
 
@@ -343,6 +369,7 @@ F: app/test/virtual_pmd.c
 F: app/test/virtual_pmd.h
 
 Driver testing tool
+M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
 F: app/test-pmd/
 F: doc/guides/testpmd_app_ug/