X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=MAINTAINERS;h=bef7f59c60699c4b15fa960f0c8931a27b2d1b17;hb=1e496d6fdf94d7e3d597a6e59a6c16befe0ecd2b;hp=e7a425bf873752994b07a08b125ce1891c74f767;hpb=c2ce3924cc0b5eed1d76f4954c6e91dbde829e88;p=dpdk.git diff --git a/MAINTAINERS b/MAINTAINERS index e7a425bf87..bef7f59c60 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -34,6 +34,7 @@ M: maintainers@dpdk.org Documentation (with overlaps) ------------- +M: Siobhan Butler 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,6 +60,8 @@ ABI versioning M: Neil Horman F: lib/librte_compat/ F: doc/guides/rel_notes/abi.rst +F: scripts/validate-abi.sh + Environment Abstraction Layer ----------------------------- @@ -104,6 +108,8 @@ IBM Power F: lib/librte_eal/common/include/arch/ppc_64/ Intel x86 +M: Bruce Richardson +M: Konstantin Ananyev F: lib/librte_eal/common/include/arch/x86/ Linux EAL (with overlaps) @@ -117,6 +123,7 @@ F: lib/librte_eal/linuxapp/igb_uio/ F: lib/librte_eal/linuxapp/eal/*uio* Linux VFIO +M: Anatoly Burakov F: lib/librte_eal/linuxapp/eal/*vfio* Linux Xen @@ -185,7 +192,8 @@ Link bonding M: Declan Doherty 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 @@ -207,6 +215,8 @@ Intel e1000 F: lib/librte_pmd_e1000/ Intel ixgbe +M: Helin Zhang +M: Konstantin Ananyev F: lib/librte_pmd_ixgbe/ Intel i40e @@ -217,6 +227,11 @@ Intel fm10k M: Jing Chen F: lib/librte_pmd_fm10k/ +Mellanox mlx4 +M: Adrien Mazarguil +F: lib/librte_pmd_mlx4/ +F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst + RedHat virtio M: Changchun Ouyang F: lib/librte_pmd_virtio/ @@ -236,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 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 +F: lib/librte_pmd_null/ + Packet processing ----------------- @@ -264,6 +284,14 @@ F: app/test/test_distributor* F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst +Reorder +M: Sergio Gonzalez Monroy +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 F: lib/librte_sched/ @@ -339,6 +367,7 @@ F: examples/cmdline/ F: doc/guides/sample_app_ug/cmd_line.rst Qemu IVSHMEM +M: Anatoly Burakov F: lib/librte_ivshmem/ F: lib/librte_eal/linuxapp/eal/eal_ivshmem.c F: doc/guides/prog_guide/ivshmem_lib.rst @@ -360,12 +389,18 @@ F: examples/vm_power_manager/ F: doc/guides/sample_app_ug/vm_power_management.rst Timers +M: Robert Sanford 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 +F: lib/librte_jobstats/ +F: examples/l2fwd-jobstats/ + Test Applications ----------------- @@ -391,18 +426,21 @@ F: doc/guides/testpmd_app_ug/ Other Example Applications -------------------------- +M: Bruce Richardson 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 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 F: examples/l2fwd/ F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst @@ -424,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 +M: John McNamara +F: examples/rxtx_callbacks/ +F: doc/guides/sample_app_ug/rxtx_callbacks.rst + +M: Bruce Richardson +M: John McNamara F: examples/skeleton/ +F: doc/guides/sample_app_ug/skeleton.rst F: examples/vmdq/ F: examples/vmdq_dcb/