X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=MAINTAINERS;h=2e3d7211de3e93df57801214d0c9e4acb1614536;hb=4ec6960aec264172ac22f89c31ec4b43234bb264;hp=d0022f1079352e78e730bde7afecfc8893375503;hpb=387259bd6c6733ec0ff8dfead0b555dc57402aa1;p=dpdk.git diff --git a/MAINTAINERS b/MAINTAINERS index d0022f1079..2e3d7211de 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25,7 +25,16 @@ M: Thomas Monjalon T: git://dpdk.org/dpdk F: MAINTAINERS F: scripts/check-maintainers.sh - +F: scripts/check-git-log.sh +F: scripts/check-includes.sh +F: scripts/checkpatches.sh +F: scripts/git-log-fixes.sh +F: scripts/load-devel-config +F: scripts/test-build.sh + +Stable Branches +--------------- +T: git://dpdk.org/dpdk-stable Security Issues --------------- @@ -34,24 +43,24 @@ M: maintainers@dpdk.org Documentation (with overlaps) ------------- -M: Siobhan Butler M: John McNamara +F: README F: doc/ Build System ------------ -M: Olivier Matz +M: Thomas Monjalon F: GNUmakefile 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/relpath.sh +F: buildtools/auto-config-h.sh +F: buildtools/depdirs-rule.sh +F: buildtools/gen-build-mk.sh +F: buildtools/gen-config-h.sh +F: buildtools/relpath.sh F: doc/build-sdk-quick.txt F: doc/guides/prog_guide/build_app.rst F: doc/guides/prog_guide/dev_kit_* @@ -63,6 +72,11 @@ F: lib/librte_compat/ F: doc/guides/rel_notes/deprecation.rst F: scripts/validate-abi.sh +Driver information +F: buildtools/pmdinfogen/ +F: tools/dpdk-pmdinfo.py +F: doc/guides/tools/pmdinfo.rst + Environment Abstraction Layer ----------------------------- @@ -87,6 +101,7 @@ F: app/test/test_interrupts.c F: app/test/test_logs.c F: app/test/test_memcpy* F: app/test/test_pci.c +F: app/test/test_pci_sysfs/ F: app/test/test_per_lcore.c F: app/test/test_prefetch.c F: app/test/test_rwlock.c @@ -116,6 +131,7 @@ F: examples/l2fwd-keepalive/ F: doc/guides/sample_app_ug/keep_alive.rst Secondary process +M: Sergio Gonzalez Monroy K: RTE_PROC_ F: doc/guides/prog_guide/multi_proc_support.rst F: app/test/test_mp_secondary.c @@ -124,25 +140,37 @@ F: doc/guides/sample_app_ug/multi_process.rst ARM v7 M: Jan Viktorin +M: Jianbo Liu +F: lib/librte_eal/common/arch/arm/ F: lib/librte_eal/common/include/arch/arm/ ARM v8 M: Jerin Jacob +M: Jianbo Liu F: lib/librte_eal/common/include/arch/arm/*_64.h F: lib/librte_acl/acl_run_neon.* +F: lib/librte_lpm/rte_lpm_neon.h +F: lib/librte_hash/rte*_arm64.h +F: drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c +F: drivers/net/i40e/i40e_rxtx_vec_neon.c +F: drivers/net/virtio/virtio_rxtx_simple_neon.c EZchip TILE-Gx M: Zhigang Lu +M: Liming Sun +F: lib/librte_eal/common/arch/tile/ F: lib/librte_eal/common/include/arch/tile/ F: drivers/net/mpipe/ IBM POWER M: Chao Zhu +F: lib/librte_eal/common/arch/ppc_64/ F: lib/librte_eal/common/include/arch/ppc_64/ Intel x86 M: Bruce Richardson M: Konstantin Ananyev +F: lib/librte_eal/common/arch/x86/ F: lib/librte_eal/common/include/arch/x86/ Linux EAL (with overlaps) @@ -152,6 +180,7 @@ F: lib/librte_eal/linuxapp/eal/ F: doc/guides/linux_gsg/ Linux UIO +M: Ferruh Yigit F: lib/librte_eal/linuxapp/igb_uio/ F: lib/librte_eal/linuxapp/eal/*uio* @@ -160,27 +189,29 @@ M: Anatoly Burakov F: lib/librte_eal/linuxapp/eal/*vfio* Linux Xen +M: Jianfeng Tan 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: drivers/net/xenvirt/ F: doc/guides/xen/ -F: app/test-pmd/mempool_* F: examples/vhost_xen/ FreeBSD EAL (with overlaps) M: Bruce Richardson +M: Sergio Gonzalez Monroy F: lib/librte_eal/bsdapp/Makefile F: lib/librte_eal/bsdapp/eal/ F: doc/guides/freebsd_gsg/ FreeBSD contigmem M: Bruce Richardson +M: Sergio Gonzalez Monroy F: lib/librte_eal/bsdapp/contigmem/ FreeBSD UIO M: Bruce Richardson +M: Sergio Gonzalez Monroy F: lib/librte_eal/bsdapp/nic_uio/ @@ -207,15 +238,15 @@ 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 +Flow API +M: Adrien Mazarguil +F: lib/librte_ether/rte_flow* + Crypto API M: Declan Doherty F: lib/librte_cryptodev/ @@ -223,8 +254,10 @@ F: app/test/test_cryptodev* F: examples/l2fwd-crypto/ -Drivers -------- +Networking Drivers +------------------ +M: Ferruh Yigit +T: git://dpdk.org/next/dpdk-next-net Link bonding M: Declan Doherty @@ -234,7 +267,7 @@ F: app/test/test_link_bonding* F: examples/bond/ Linux KNI -M: Helin Zhang +M: Ferruh Yigit F: lib/librte_eal/linuxapp/kni/ F: lib/librte_kni/ F: doc/guides/prog_guide/kernel_nic_interface.rst @@ -246,6 +279,26 @@ Linux AF_PACKET M: John W. Linville F: drivers/net/af_packet/ +Amazon ENA +M: Jan Medala +M: Jakub Palider +M: Netanel Belgazal +M: Evgeny Schemeilin +F: drivers/net/ena/ +F: doc/guides/nics/ena.rst + +Broadcom bnxt +M: Stephen Hurd +M: Ajit Khaparde +F: drivers/net/bnxt/ +F: doc/guides/nics/bnxt.rst + +Cavium ThunderX nicvf +M: Jerin Jacob +M: Maciej Czekaj +F: drivers/net/thunderx/ +F: doc/guides/nics/thunderx.rst + Chelsio cxgbe M: Rahul Lakkireddy F: drivers/net/cxgbe/ @@ -253,8 +306,9 @@ F: doc/guides/nics/cxgbe.rst Cisco enic M: John Daley -M: Sujith Sankar +M: Nelson Escobar F: drivers/net/enic/ +F: doc/guides/nics/enic.rst Combo szedata2 M: Matej Vido @@ -276,7 +330,9 @@ F: doc/guides/nics/intel_vf.rst Intel i40e M: Helin Zhang +M: Jingjing Wu F: drivers/net/i40e/ +F: doc/guides/nics/i40e.rst F: doc/guides/nics/intel_vf.rst Intel fm10k @@ -293,9 +349,27 @@ M: Adrien Mazarguil F: drivers/net/mlx5/ F: doc/guides/nics/mlx5.rst +Netronome nfp +M: Alejandro Lucero +F: drivers/net/nfp/ +F: doc/guides/nics/nfp.rst + +QLogic bnx2x +M: Harish Patil +M: Rasesh Mody +F: drivers/net/bnx2x/ +F: doc/guides/nics/bnx2x.rst + +QLogic qede PMD +M: Rasesh Mody +M: Harish Patil +F: drivers/net/qede/ +F: doc/guides/nics/qede.rst + RedHat virtio M: Huawei Xie M: Yuanhan Liu +T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/virtio/ F: doc/guides/nics/virtio.rst F: lib/librte_vhost/ @@ -308,15 +382,17 @@ M: Yong Wang F: drivers/net/vmxnet3/ F: doc/guides/nics/vmxnet3.rst +Vhost PMD +M: Tetsuya Mukawa +M: Yuanhan Liu +T: git://dpdk.org/next/dpdk-next-virtio +F: drivers/net/vhost/ + PCAP PMD -M: Nicolás Pernas Maradei -M: John McNamara +M: Ferruh Yigit F: drivers/net/pcap/ F: doc/guides/nics/pcap_ring.rst -QLogic/Broadcom bnx2x -F: drivers/net/bnx2x/ - Ring PMD M: Bruce Richardson F: drivers/net/ring/ @@ -324,22 +400,64 @@ 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 +Null Networking PMD +M: Tetsuya Mukawa F: drivers/net/null/ + +Crypto Drivers +-------------- +M: Pablo de Lara +T: git://dpdk.org/next/dpdk-next-crypto + +Intel AES-NI GCM PMD +M: Declan Doherty +F: drivers/crypto/aesni_gcm/ +F: doc/guides/cryptodevs/aesni_gcm.rst + Intel AES-NI Multi-Buffer M: Declan Doherty F: drivers/crypto/aesni_mb/ +F: doc/guides/cryptodevs/aesni_mb.rst Intel QuickAssist +M: John Griffin +M: Fiona Trahe +M: Deepak Kumar Jain F: drivers/crypto/qat/ +F: doc/guides/cryptodevs/qat.rst + +SNOW 3G PMD +M: Pablo de Lara +F: drivers/crypto/snow3g/ +F: doc/guides/cryptodevs/snow3g.rst + +KASUMI PMD +M: Pablo de Lara +F: drivers/crypto/kasumi/ +F: doc/guides/cryptodevs/kasumi.rst + +ZUC PMD +M: Pablo de Lara +F: drivers/crypto/zuc/ +F: doc/guides/cryptodevs/zuc.rst + +OpenSSL PMD +M: Declan Doherty +F: drivers/crypto/openssl/ +F: doc/guides/cryptodevs/openssl.rst + +Null Crypto PMD +M: Declan Doherty +F: drivers/crypto/null/ +F: doc/guides/cryptodevs/null.rst Packet processing ----------------- Network headers +M: Olivier Matz F: lib/librte_net/ IP fragmentation & reassembly @@ -376,6 +494,13 @@ F: app/test/test_sched.c F: examples/qos_sched/ F: doc/guides/sample_app_ug/qos_scheduler.rst +Packet capture +M: Reshma Pattan +F: lib/librte_pdump/ +F: doc/guides/prog_guide/pdump_lib.rst +F: app/pdump/ +F: doc/guides/tools/pdump.rst + Packet Framework ---------------- @@ -417,6 +542,7 @@ F: lib/librte_lpm/ F: doc/guides/prog_guide/lpm* F: app/test/test_lpm* F: app/test/test_func_reentrancy.c +F: app/test/test_xmmt_ops.h Traffic metering M: Cristian Dumitrescu @@ -442,14 +568,6 @@ F: app/test/test_cmdline* 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 -F: app/test/test_ivshmem.c -F: examples/l2fwd-ivshmem/ - Key/Value parsing M: Olivier Matz F: lib/librte_kvargs/ @@ -488,44 +606,62 @@ F: app/test/commands.c F: app/test/packet_burst_generator.c F: app/test/packet_burst_generator.h F: app/test/process.h +F: app/test/resource.* F: app/test/test.c F: app/test/test.h F: app/test/test_pmd_perf.c +F: app/test/test_resource.c F: app/test/virtual_pmd.c F: app/test/virtual_pmd.h Driver testing tool -M: Pablo de Lara +M: Jingjing Wu F: app/test-pmd/ F: doc/guides/testpmd_app_ug/ -Dump tool +Procinfo tool M: Maryam Tahhan -M: John McNamara +M: Reshma Pattan F: app/proc_info/ +F: doc/guides/tools/proc_info.rst Other Example Applications -------------------------- M: Bruce Richardson +M: Pablo de Lara F: examples/dpdk_qat/ F: doc/guides/sample_app_ug/intel_quickassist.rst +M: Remy Horton +F: examples/ethtool/ +F: doc/guides/sample_app_ug/ethtool.rst + F: examples/exception_path/ F: doc/guides/sample_app_ug/exception_path.rst M: Bruce Richardson +M: Pablo de Lara F: examples/helloworld/ F: doc/guides/sample_app_ug/hello_world.rst +M: Sergio Gonzalez Monroy +F: examples/ipsec-secgw/ +F: doc/guides/sample_app_ug/ipsec_secgw.rst + F: examples/ipv4_multicast/ F: doc/guides/sample_app_ug/ipv4_multicast.rst M: Bruce Richardson +M: Pablo de Lara F: examples/l2fwd/ F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst +M: Tomasz Kantecki +F: doc/guides/sample_app_ug/l2_forward_cat.rst +F: examples/l2fwd-cat/ + F: examples/l3fwd/ F: doc/guides/sample_app_ug/l3_forward.rst @@ -541,6 +677,15 @@ F: doc/guides/sample_app_ug/load_balancer.rst F: examples/netmap_compat/ F: doc/guides/sample_app_ug/netmap_compatibility.rst +L-threads - EXPERIMENTAL +M: John McNamara +F: examples/performance-thread/ +F: doc/guides/sample_app_ug/performance_thread.rst + +M: Pablo de Lara +M: Daniel Mrzyglod +F: examples/ptpclient/ + F: examples/quota_watermark/ F: doc/guides/sample_app_ug/quota_watermark.rst @@ -560,7 +705,3 @@ 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/