doc: describe ACL classification methods
[dpdk.git] / MAINTAINERS
index a6e9bf3..7750881 100644 (file)
@@ -63,7 +63,7 @@ Environment Abstraction Layer
 -----------------------------
 
 EAL API and common code
-M: Thomas Monjalon <thomas.monjalon@6wind.com>
+M: David Marchand <david.marchand@6wind.com>
 F: lib/librte_eal/common/*
 F: lib/librte_eal/common/include/*
 F: lib/librte_eal/common/include/generic/
@@ -107,6 +107,7 @@ Intel x86
 F: lib/librte_eal/common/include/arch/x86/
 
 Linux EAL (with overlaps)
+M: David Marchand <david.marchand@6wind.com>
 F: lib/librte_eal/linuxapp/Makefile
 F: lib/librte_eal/linuxapp/eal/
 F: doc/guides/linux_gsg/
@@ -184,9 +185,11 @@ Link bonding
 M: Declan Doherty <declan.doherty@intel.com>
 F: lib/librte_pmd_bond/
 F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
-F: app/test/test_link_bonding.c
+F: app/test/test_link_bonding*
+F: examples/bond/
 
 Linux KNI
+M: Helin Zhang <helin.zhang@intel.com>
 F: lib/librte_eal/linuxapp/kni/
 F: lib/librte_kni/
 F: doc/guides/prog_guide/kernel_nic_interface.rst
@@ -208,9 +211,15 @@ Intel ixgbe
 F: lib/librte_pmd_ixgbe/
 
 Intel i40e
+M: Helin Zhang <helin.zhang@intel.com>
 F: lib/librte_pmd_i40e/
 
+Intel fm10k
+M: Jing Chen <jing.d.chen@intel.com>
+F: lib/librte_pmd_fm10k/
+
 RedHat virtio
+M: Changchun Ouyang <changchun.ouyang@intel.com>
 F: lib/librte_pmd_virtio/
 F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
 F: lib/librte_vhost/
@@ -256,6 +265,14 @@ F: app/test/test_distributor*
 F: examples/distributor/
 F: doc/guides/sample_app_ug/dist_app.rst
 
+Reorder
+M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
+F: lib/librte_reorder/
+F: doc/guides/prog_guide/reorder_lib.rst
+F: app/test/test_reorder*
+F: examples/packet_ordering/
+F: doc/guides/sample_app_ug/packet_ordering.rst
+
 Hierarchical scheduler
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 F: lib/librte_sched/
@@ -293,12 +310,14 @@ F: examples/l3fwd-acl/
 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
 
 Hashes
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_hash/
 F: doc/guides/prog_guide/hash_lib.rst
 F: app/test/test_hash*
 F: app/test/test_func_reentrancy.c
 
 LPM
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_lpm/
 F: doc/guides/prog_guide/lpm*
 F: app/test/test_lpm*
@@ -414,6 +433,10 @@ F: doc/guides/sample_app_ug/netmap_compatibility.rst
 F: examples/quota_watermark/
 F: doc/guides/sample_app_ug/quota_watermark.rst
 
+M: Bruce Richardson <bruce.richardson@intel.com>
+M: John McNamara <john.mcnamara@intel.com>
+F: examples/rxtx_callbacks/
+
 F: examples/skeleton/
 
 F: examples/vmdq/