X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=MAINTAINERS;h=e7a425bf873752994b07a08b125ce1891c74f767;hb=0215a4c61f732e1dc07c50917f53da5004c66825;hp=9a63714b6aef207fb8ca0145682379312b02235c;hpb=9d3f9bbef750fed49905b68e860a8c1f707b24c4;p=dpdk.git diff --git a/MAINTAINERS b/MAINTAINERS index 9a63714b6a..e7a425bf87 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -49,16 +49,25 @@ F: scripts/depdirs-rule.sh F: scripts/gen-build-mk.sh F: scripts/gen-config-h.sh F: scripts/relpath.sh +F: doc/build-sdk-quick.txt +F: doc/guides/prog_guide/build_app.rst +F: doc/guides/prog_guide/dev_kit_* +F: doc/guides/prog_guide/ext_app_lib_make_help.rst +ABI versioning +M: Neil Horman +F: lib/librte_compat/ +F: doc/guides/rel_notes/abi.rst 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/ +F: doc/guides/prog_guide/env_abstraction_layer.rst F: app/test/test_alarm.c F: app/test/test_atomic.c F: app/test/test_byteorder.c @@ -98,6 +107,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/ @@ -120,14 +130,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 F: lib/librte_eal/bsdapp/Makefile F: lib/librte_eal/bsdapp/eal/ F: doc/guides/freebsd_gsg/ FreeBSD contigmem +M: Bruce Richardson F: lib/librte_eal/bsdapp/contigmem/ FreeBSD UIO +M: Bruce Richardson F: lib/librte_eal/bsdapp/nic_uio/ @@ -150,6 +163,7 @@ F: app/test/test_func_reentrancy.c Ring queue M: Olivier Matz F: lib/librte_ring/ +F: doc/guides/prog_guide/ring_lib.rst F: app/test/test_ring* F: app/test/test_func_reentrancy.c @@ -174,6 +188,7 @@ F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst F: app/test/test_link_bonding.c Linux KNI +M: Helin Zhang F: lib/librte_eal/linuxapp/kni/ F: lib/librte_kni/ F: doc/guides/prog_guide/kernel_nic_interface.rst @@ -195,9 +210,15 @@ 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/ + 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/ @@ -206,6 +227,7 @@ F: examples/vhost/ F: doc/guides/sample_app_ug/vhost.rst VMware vmxnet3 +M: Yong Wang F: lib/librte_pmd_vmxnet3/ F: doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst @@ -226,6 +248,7 @@ Network headers F: lib/librte_net/ IP fragmentation & reassembly +M: Konstantin Ananyev F: lib/librte_ip_frag/ F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst F: examples/ip_fragmentation/ @@ -234,6 +257,7 @@ F: examples/ip_reassembly/ F: doc/guides/sample_app_ug/ip_reassembly.rst Distributor +M: Bruce Richardson F: lib/librte_distributor/ F: doc/guides/prog_guide/packet_distrib_lib.rst F: app/test/test_distributor* @@ -241,6 +265,7 @@ F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst Hierarchical scheduler +M: Cristian Dumitrescu F: lib/librte_sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_red.c @@ -251,6 +276,7 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst Packet Framework ---------------- +M: Cristian Dumitrescu F: lib/librte_pipeline/ F: lib/librte_port/ F: lib/librte_table/ @@ -266,6 +292,7 @@ Algorithms ---------- ACL +M: Konstantin Ananyev F: lib/librte_acl/ F: doc/guides/prog_guide/packet_classif_access_ctrl.rst F: app/test-acl/ @@ -274,18 +301,21 @@ F: examples/l3fwd-acl/ F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst Hashes +M: Bruce Richardson 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 F: lib/librte_lpm/ F: doc/guides/prog_guide/lpm* F: app/test/test_lpm* F: app/test/test_func_reentrancy.c Traffic metering +M: Cristian Dumitrescu F: lib/librte_meter/ F: doc/guides/sample_app_ug/qos_scheduler.rst F: app/test/test_meter.c @@ -297,6 +327,7 @@ Other libraries --------------- Configuration file +M: Cristian Dumitrescu F: lib/librte_cfgfile/ Interactive command line @@ -352,6 +383,7 @@ F: app/test/virtual_pmd.c F: app/test/virtual_pmd.h Driver testing tool +M: Pablo de Lara F: app/test-pmd/ F: doc/guides/testpmd_app_ug/