eal/x86: move header file for vector instructions
[dpdk.git] / MAINTAINERS
index d9afe62..bef7f59 100644 (file)
@@ -34,6 +34,7 @@ M: maintainers@dpdk.org
 
 Documentation (with overlaps)
 -------------
+M: Siobhan Butler <siobhan.a.butler@intel.com>
 F: doc/
 
 
@@ -45,6 +46,7 @@ F: Makefile
 F: config/
 F: mk/
 F: pkg/
+F: scripts/auto-config-h.sh
 F: scripts/depdirs-rule.sh
 F: scripts/gen-build-mk.sh
 F: scripts/gen-config-h.sh
@@ -58,12 +60,14 @@ ABI versioning
 M: Neil Horman <nhorman@tuxdriver.com>
 F: lib/librte_compat/
 F: doc/guides/rel_notes/abi.rst
+F: scripts/validate-abi.sh
+
 
 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/
@@ -104,9 +108,12 @@ IBM Power
 F: lib/librte_eal/common/include/arch/ppc_64/
 
 Intel x86
+M: Bruce Richardson <bruce.richardson@intel.com>
+M: Konstantin Ananyev <konstantin.ananyev@intel.com>
 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/
@@ -116,6 +123,7 @@ F: lib/librte_eal/linuxapp/igb_uio/
 F: lib/librte_eal/linuxapp/eal/*uio*
 
 Linux VFIO
+M: Anatoly Burakov <anatoly.burakov@intel.com>
 F: lib/librte_eal/linuxapp/eal/*vfio*
 
 Linux Xen
@@ -129,14 +137,17 @@ F: examples/vhost_xen/
 F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 
 FreeBSD EAL (with overlaps)
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/Makefile
 F: lib/librte_eal/bsdapp/eal/
 F: doc/guides/freebsd_gsg/
 
 FreeBSD contigmem
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/contigmem/
 
 FreeBSD UIO
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/nic_uio/
 
 
@@ -181,9 +192,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
@@ -202,12 +215,25 @@ 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
+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/
+
+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/
 F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
 F: lib/librte_vhost/
@@ -225,10 +251,15 @@ F: lib/librte_pmd_pcap/
 F: doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst
 
 Ring PMD
+M: Bruce Richardson <bruce.richardson@intel.com>
 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
 -----------------
@@ -246,12 +277,21 @@ F: examples/ip_reassembly/
 F: doc/guides/sample_app_ug/ip_reassembly.rst
 
 Distributor
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_distributor/
 F: doc/guides/prog_guide/packet_distrib_lib.rst
 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/
@@ -289,12 +329,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*
@@ -325,6 +367,7 @@ F: examples/cmdline/
 F: doc/guides/sample_app_ug/cmd_line.rst
 
 Qemu IVSHMEM
+M: Anatoly Burakov <anatoly.burakov@intel.com>
 F: lib/librte_ivshmem/
 F: lib/librte_eal/linuxapp/eal/eal_ivshmem.c
 F: doc/guides/prog_guide/ivshmem_lib.rst
@@ -346,12 +389,18 @@ 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*
 F: examples/timer/
 F: doc/guides/sample_app_ug/timer.rst
 
+Job statistics
+M: Pawel Wodkowski <pawelx.wodkowski@intel.com>
+F: lib/librte_jobstats/
+F: examples/l2fwd-jobstats/
+
 
 Test Applications
 -----------------
@@ -377,18 +426,21 @@ F: doc/guides/testpmd_app_ug/
 Other Example Applications
 --------------------------
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/dpdk_qat/
 F: doc/guides/sample_app_ug/intel_quickassist.rst
 
 F: examples/exception_path/
 F: doc/guides/sample_app_ug/exception_path.rst
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/helloworld/
 F: doc/guides/sample_app_ug/hello_world.rst
 
 F: examples/ipv4_multicast/
 F: doc/guides/sample_app_ug/ipv4_multicast.rst
 
+M: Bruce Richardson <bruce.richardson@intel.com>
 F: examples/l2fwd/
 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
 
@@ -410,7 +462,15 @@ 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: doc/guides/sample_app_ug/rxtx_callbacks.rst
+
+M: Bruce Richardson <bruce.richardson@intel.com>
+M: John McNamara <john.mcnamara@intel.com>
 F: examples/skeleton/
+F: doc/guides/sample_app_ug/skeleton.rst
 
 F: examples/vmdq/
 F: examples/vmdq_dcb/