eal: fix tailq init for uio and vfio resources
[dpdk.git] / MAINTAINERS
index 631e8ea..ac46299 100644 (file)
@@ -34,6 +34,7 @@ M: maintainers@dpdk.org
 
 Documentation (with overlaps)
 -------------
+M: Siobhan Butler <siobhan.a.butler@intel.com>
 F: doc/
 
 
@@ -210,6 +211,8 @@ Intel e1000
 F: lib/librte_pmd_e1000/
 
 Intel ixgbe
+M: Helin Zhang <helin.zhang@intel.com>
+M: Konstantin Ananyev <konstantin.ananyev@intel.com>
 F: lib/librte_pmd_ixgbe/
 
 Intel i40e
@@ -220,6 +223,11 @@ Intel fm10k
 M: Jing Chen <jing.d.chen@intel.com>
 F: lib/librte_pmd_fm10k/
 
+Mellanox mlx4
+M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
+F: lib/librte_pmd_mlx4/
+F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
+
 RedHat virtio
 M: Changchun Ouyang <changchun.ouyang@intel.com>
 F: lib/librte_pmd_virtio/
@@ -243,6 +251,10 @@ F: lib/librte_pmd_ring/
 F: doc/guides/prog_guide/ring_lib.rst
 F: app/test/test_pmd_ring.c
 
+Null PMD
+M: Tetsuya Mukawa <mukawa@igel.co.jp>
+F: lib/librte_pmd_null/
+
 
 Packet processing
 -----------------
@@ -372,6 +384,7 @@ F: examples/vm_power_manager/
 F: doc/guides/sample_app_ug/vm_power_management.rst
 
 Timers
+M: Robert Sanford <rsanford@akamai.com>
 F: lib/librte_timer/
 F: doc/guides/prog_guide/timer_lib.rst
 F: app/test/test_timer*