X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=MAINTAINERS;h=3afe84a493029ed637f7b8bfaae6e861674867f1;hb=6efca1e9f873;hp=7ac6d5930c07ec81cbe1f4aa94c9b566887528af;hpb=5e41ab250dfad6f8086acd8f85b990e72a0be180;p=dpdk.git diff --git a/MAINTAINERS b/MAINTAINERS index 7ac6d5930c..3afe84a493 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25,6 +25,9 @@ M: Thomas Monjalon T: git://dpdk.org/dpdk F: MAINTAINERS F: scripts/check-maintainers.sh +F: scripts/checkpatches.sh +F: scripts/load-devel-config.sh +F: scripts/test-build.sh Security Issues @@ -34,6 +37,8 @@ M: maintainers@dpdk.org Documentation (with overlaps) ------------- +M: Siobhan Butler +M: John McNamara F: doc/ @@ -45,9 +50,11 @@ 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 +F: scripts/merge-maps.sh F: scripts/relpath.sh F: doc/build-sdk-quick.txt F: doc/guides/prog_guide/build_app.rst @@ -57,7 +64,9 @@ 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 +F: doc/guides/rel_notes/deprecation.rst +F: scripts/validate-abi.sh + Environment Abstraction Layer ----------------------------- @@ -78,12 +87,9 @@ F: app/test/test_debug.c F: app/test/test_devargs.c F: app/test/test_eal* F: app/test/test_errno.c -F: app/test/test_func_reentrancy.c F: app/test/test_interrupts.c F: app/test/test_logs.c F: app/test/test_memcpy* -F: app/test/test_memory.c -F: app/test/test_memzone.c F: app/test/test_pci.c F: app/test/test_per_lcore.c F: app/test/test_prefetch.c @@ -93,6 +99,26 @@ F: app/test/test_string_fns.c F: app/test/test_tailq.c F: app/test/test_version.c +Memory Allocation +M: Sergio Gonzalez Monroy +F: lib/librte_eal/common/include/rte_mem* +F: lib/librte_eal/common/include/rte_malloc.h +F: lib/librte_eal/common/*malloc* +F: lib/librte_eal/common/eal_common_mem* +F: lib/librte_eal/common/eal_hugepages.h +F: doc/guides/prog_guide/env_abstraction_layer.rst +F: app/test/test_func_reentrancy.c +F: app/test/test_malloc.c +F: app/test/test_memory.c +F: app/test/test_memzone.c + +Keep alive +M: Remy Horton +F: lib/librte_eal/common/include/rte_keepalive.h +F: lib/librte_eal/common/rte_keepalive.c +F: examples/l2fwd-keepalive/ +F: doc/guides/sample_app_ug/keep_alive.rst + Secondary process K: RTE_PROC_ F: doc/guides/prog_guide/multi_proc_support.rst @@ -100,10 +126,27 @@ F: app/test/test_mp_secondary.c F: examples/multi_process/ F: doc/guides/sample_app_ug/multi_process.rst -IBM Power +ARM v7 +M: Jan Viktorin +F: lib/librte_eal/common/include/arch/arm/ + +ARM v8 +M: Jerin Jacob +F: lib/librte_eal/common/include/arch/arm/*_64.h +F: lib/librte_acl/acl_run_neon.* + +EZchip TILE-Gx +M: Zhigang Lu +F: lib/librte_eal/common/include/arch/tile/ +F: drivers/net/mpipe/ + +IBM POWER +M: Chao Zhu 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 +160,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 @@ -124,10 +168,10 @@ F: lib/librte_eal/linuxapp/xen_dom0/ F: lib/librte_eal/linuxapp/eal/*xen* F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h F: lib/librte_mempool/rte_dom0_mempool.c -F: lib/librte_pmd_xenvirt/ +F: drivers/net/xenvirt/ +F: doc/guides/xen/ F: app/test-pmd/mempool_* F: examples/vhost_xen/ -F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst FreeBSD EAL (with overlaps) M: Bruce Richardson @@ -147,12 +191,6 @@ F: lib/librte_eal/bsdapp/nic_uio/ Core Libraries -------------- -Dynamic memory -F: lib/librte_malloc/ -F: doc/guides/prog_guide/malloc_lib.rst -F: app/test/test_malloc.c -F: app/test/test_func_reentrancy.c - Memory pool M: Olivier Matz F: lib/librte_mempool/ @@ -173,9 +211,20 @@ F: lib/librte_mbuf/ F: doc/guides/prog_guide/mbuf_lib.rst F: app/test/test_mbuf.c +Packet buffer offload +M: Declan Doherty +F: lib/librte_mbuf_offload/ + Ethernet API M: Thomas Monjalon F: lib/librte_ether/ +F: scripts/test-null.sh + +Crypto API - EXPERIMENTAL +M: Declan Doherty +F: lib/librte_cryptodev/ +F: app/test/test_cryptodev* +F: examples/l2fwd-crypto/ Drivers @@ -183,9 +232,10 @@ Drivers Link bonding M: Declan Doherty -F: lib/librte_pmd_bond/ +F: drivers/net/bonding/ F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst F: app/test/test_link_bonding* +F: examples/bond/ Linux KNI M: Helin Zhang @@ -198,29 +248,60 @@ F: doc/guides/sample_app_ug/kernel_nic_interface.rst Linux AF_PACKET M: John W. Linville -F: lib/librte_pmd_af_packet/ +F: drivers/net/af_packet/ + +Chelsio cxgbe +M: Rahul Lakkireddy +F: drivers/net/cxgbe/ +F: doc/guides/nics/cxgbe.rst Cisco enic -F: lib/librte_pmd_enic/ +M: John Daley +M: Sujith Sankar +F: drivers/net/enic/ + +Combo szedata2 +M: Matej Vido +F: drivers/net/szedata2/ +F: doc/guides/nics/szedata2.rst Intel e1000 -F: lib/librte_pmd_e1000/ +M: Wenzhuo Lu +F: drivers/net/e1000/ +F: doc/guides/nics/e1000em.rst +F: doc/guides/nics/intel_vf.rst Intel ixgbe -F: lib/librte_pmd_ixgbe/ +M: Helin Zhang +M: Konstantin Ananyev +F: drivers/net/ixgbe/ +F: doc/guides/nics/ixgbe.rst +F: doc/guides/nics/intel_vf.rst Intel i40e M: Helin Zhang -F: lib/librte_pmd_i40e/ +F: drivers/net/i40e/ +F: doc/guides/nics/intel_vf.rst Intel fm10k M: Jing Chen -F: lib/librte_pmd_fm10k/ +F: drivers/net/fm10k/ + +Mellanox mlx4 +M: Adrien Mazarguil +F: drivers/net/mlx4/ +F: doc/guides/nics/mlx4.rst + +Mellanox mlx5 +M: Adrien Mazarguil +F: drivers/net/mlx5/ +F: doc/guides/nics/mlx5.rst RedHat virtio -M: Changchun Ouyang -F: lib/librte_pmd_virtio/ -F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst +M: Huawei Xie +M: Yuanhan Liu +F: drivers/net/virtio/ +F: doc/guides/nics/virtio.rst F: lib/librte_vhost/ F: doc/guides/prog_guide/vhost_lib.rst F: examples/vhost/ @@ -228,17 +309,35 @@ 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 +F: drivers/net/vmxnet3/ +F: doc/guides/nics/vmxnet3.rst PCAP PMD -F: lib/librte_pmd_pcap/ -F: doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst +M: Nicolás Pernas Maradei +M: John McNamara +F: drivers/net/pcap/ +F: doc/guides/nics/pcap_ring.rst + +QLogic/Broadcom bnx2x +F: drivers/net/bnx2x/ Ring PMD -F: lib/librte_pmd_ring/ -F: doc/guides/prog_guide/ring_lib.rst +M: Bruce Richardson +F: drivers/net/ring/ +F: doc/guides/nics/pcap_ring.rst F: app/test/test_pmd_ring.c +F: app/test/test_pmd_ring_perf.c + +Null PMD +M: Tetsuya Mukawa +F: drivers/net/null/ + +Intel AES-NI Multi-Buffer +M: Declan Doherty +F: drivers/crypto/aesni_mb/ + +Intel QuickAssist +F: drivers/crypto/qat/ Packet processing @@ -265,7 +364,7 @@ F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst Reorder -M: Sergio Gonzalez Monroy +M: Reshma Pattan F: lib/librte_reorder/ F: doc/guides/prog_guide/reorder_lib.rst F: app/test/test_reorder* @@ -293,7 +392,7 @@ F: app/test/test_table* F: app/test-pipeline/ F: doc/guides/sample_app_ug/test_pipeline.rst F: examples/ip_pipeline/ -F: doc/guides/sample_app_ug/internet_proto_ip_pipeline.rst +F: doc/guides/sample_app_ug/ip_pipeline.rst Algorithms @@ -310,9 +409,10 @@ F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst Hashes M: Bruce Richardson +M: Pablo de Lara F: lib/librte_hash/ F: doc/guides/prog_guide/hash_lib.rst -F: app/test/test_hash* +F: app/test/test_*hash* F: app/test/test_func_reentrancy.c LPM @@ -347,6 +447,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 @@ -368,12 +469,19 @@ 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/ +F: doc/guides/sample_app_ug/l2_forward_job_stats.rst + Test Applications ----------------- @@ -395,22 +503,30 @@ M: Pablo de Lara F: app/test-pmd/ F: doc/guides/testpmd_app_ug/ +Dump tool +M: Maryam Tahhan +M: John McNamara +F: app/proc_info/ + 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 @@ -432,8 +548,23 @@ 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 + +M: Jijiang Liu +F: examples/tep_termination/ F: examples/vmdq/ F: examples/vmdq_dcb/ F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst + +M: Pablo de Lara +M: Daniel Mrzyglod +F: examples/ptpclient/