X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=MAINTAINERS;h=07fdf5ee52945ec7b23aa3a49eaacd5ca70f834f;hb=598a9cc8044f2b3a46a2a446a6e2b65037acab1f;hp=e49577d84fe9e71beaaaac6838b36fe69fd39575;hpb=e7d336c7ca3cd3aed792270471deaee87de566c7;p=dpdk.git diff --git a/MAINTAINERS b/MAINTAINERS index e49577d84f..07fdf5ee52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -45,6 +45,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 @@ -63,7 +64,7 @@ Environment Abstraction Layer ----------------------------- EAL API and common code -M: Thomas Monjalon +M: David Marchand F: lib/librte_eal/common/* F: lib/librte_eal/common/include/* F: lib/librte_eal/common/include/generic/ @@ -107,6 +108,7 @@ Intel x86 F: lib/librte_eal/common/include/arch/x86/ Linux EAL (with overlaps) +M: David Marchand F: lib/librte_eal/linuxapp/Makefile F: lib/librte_eal/linuxapp/eal/ F: doc/guides/linux_gsg/ @@ -116,6 +118,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 @@ -184,9 +187,11 @@ 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 F: lib/librte_eal/linuxapp/kni/ F: lib/librte_kni/ F: doc/guides/prog_guide/kernel_nic_interface.rst @@ -208,9 +213,20 @@ Intel ixgbe F: lib/librte_pmd_ixgbe/ Intel i40e +M: Helin Zhang F: lib/librte_pmd_i40e/ +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/ F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst F: lib/librte_vhost/ @@ -232,6 +248,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 +F: lib/librte_pmd_null/ + Packet processing ----------------- @@ -256,6 +276,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/ @@ -331,6 +359,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 @@ -358,6 +387,11 @@ 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 ----------------- @@ -416,6 +450,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 +M: John McNamara +F: examples/rxtx_callbacks/ + F: examples/skeleton/ F: examples/vmdq/