X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=MAINTAINERS;h=8ce8d02a4c7e723ecae9f6ddb4fe8d8b1abe890b;hp=32c6625ee0f94e3067f9263714ce482658eab819;hb=9c1e0dc39a03c95447095241eaf3764d2e0dd003;hpb=73c392e24f5e29acbe53044dccb6b07ebbae2467 diff --git a/MAINTAINERS b/MAINTAINERS index 32c6625ee0..8ce8d02a4c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -51,7 +51,6 @@ T: git://dpdk.org/next/dpdk-next-net-mlx Next-virtio Tree M: Maxime Coquelin -M: Tiwei Bie T: git://dpdk.org/next/dpdk-next-virtio Next-crypto Tree @@ -103,7 +102,9 @@ F: devtools/git-log-fixes.sh F: devtools/load-devel-config F: devtools/test-build.sh F: devtools/test-meson-builds.sh +F: devtools/words-case.txt F: license/ +F: .editorconfig Build System @@ -125,11 +126,11 @@ F: doc/guides/prog_guide/ext_app_lib_make_help.rst Meson build M: Bruce Richardson F: meson.build -F: lib/librte_eal/freebsd/BSDmakefile.meson F: meson_options.txt F: config/rte_config.h F: buildtools/call-sphinx-build.py F: buildtools/gen-pmdinfo-cfile.sh +F: buildtools/list-dir-globs.py F: buildtools/map_to_def.py F: buildtools/symlink-drivers-solibs.sh @@ -141,11 +142,14 @@ F: .ci/ ABI versioning M: Neil Horman -F: lib/librte_eal/common/include/rte_compat.h -F: lib/librte_eal/common/include/rte_function_versioning.h +F: lib/librte_eal/include/rte_compat.h +F: lib/librte_eal/include/rte_function_versioning.h F: doc/guides/rel_notes/deprecation.rst +F: devtools/check-abi.sh F: devtools/check-abi-version.sh F: devtools/check-symbol-change.sh +F: devtools/gen-abi.sh +F: devtools/libabigail.abignore F: devtools/update-abi.sh F: devtools/update_version_map_abi.py F: devtools/validate-abi.sh @@ -161,11 +165,11 @@ F: doc/guides/tools/pmdinfo.rst Environment Abstraction Layer ----------------------------- +T: git://dpdk.org/dpdk EAL API and common code -F: lib/librte_eal/common/* -F: lib/librte_eal/common/include/* -F: lib/librte_eal/common/include/generic/ +F: lib/librte_eal/common/ +F: lib/librte_eal/include/ F: lib/librte_eal/rte_eal_version.map F: doc/guides/prog_guide/env_abstraction_layer.rst F: app/test/test_alarm.c @@ -192,9 +196,9 @@ F: app/test/test_version.c Memory Allocation M: Anatoly Burakov -F: lib/librte_eal/common/include/rte_fbarray.h -F: lib/librte_eal/common/include/rte_mem* -F: lib/librte_eal/common/include/rte_malloc.h +F: lib/librte_eal/include/rte_fbarray.h +F: lib/librte_eal/include/rte_mem* +F: lib/librte_eal/include/rte_malloc.h F: lib/librte_eal/common/*malloc* F: lib/librte_eal/common/eal_common_fbarray.c F: lib/librte_eal/common/eal_common_mem* @@ -210,7 +214,7 @@ F: app/test/test_memory.c F: app/test/test_memzone.c Keep alive -F: lib/librte_eal/common/include/rte_keepalive.h +F: lib/librte_eal/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 @@ -226,43 +230,42 @@ F: doc/guides/sample_app_ug/multi_process.rst Service Cores M: Harry van Haaren -F: lib/librte_eal/common/include/rte_service.h -F: lib/librte_eal/common/include/rte_service_component.h +F: lib/librte_eal/include/rte_service.h +F: lib/librte_eal/include/rte_service_component.h F: lib/librte_eal/common/rte_service.c F: doc/guides/prog_guide/service_cores.rst F: app/test/test_service_cores.c Bitmap M: Cristian Dumitrescu -F: lib/librte_eal/common/include/rte_bitmap.h +F: lib/librte_eal/include/rte_bitmap.h F: app/test/test_bitmap.c MCSlock - EXPERIMENTAL M: Phil Yang -F: lib/librte_eal/common/include/generic/rte_mcslock.h +F: lib/librte_eal/include/generic/rte_mcslock.h F: app/test/test_mcslock.c Ticketlock M: Joyce Kong -F: lib/librte_eal/common/include/generic/rte_ticketlock.h +F: lib/librte_eal/include/generic/rte_ticketlock.h F: app/test/test_ticketlock.c Pseudo-random Number Generation M: Mattias Rönnblom -F: lib/librte_eal/common/include/rte_random.h +F: lib/librte_eal/include/rte_random.h F: lib/librte_eal/common/rte_random.c F: app/test/test_rand_perf.c ARM v7 M: Jan Viktorin M: Gavin Hu -F: lib/librte_eal/common/arch/arm/ -F: lib/librte_eal/common/include/arch/arm/ +F: lib/librte_eal/arm/ ARM v8 M: Jerin Jacob M: Gavin Hu -F: lib/librte_eal/common/include/arch/arm/*_64.h +F: lib/librte_eal/arm/include/*_64.h F: lib/librte_net/net_crc_neon.h F: lib/librte_acl/acl_run_neon.* F: lib/librte_bpf/bpf_jit_arm64.c @@ -276,16 +279,14 @@ F: drivers/net/virtio/virtio_rxtx_simple_neon.c IBM POWER (alpha) M: David Christensen -F: lib/librte_eal/common/arch/ppc_64/ -F: lib/librte_eal/common/include/arch/ppc_64/ +F: lib/librte_eal/ppc/ F: drivers/net/i40e/i40e_rxtx_vec_altivec.c F: examples/l3fwd/*altivec.h Intel x86 M: Bruce Richardson M: Konstantin Ananyev -F: lib/librte_eal/common/arch/x86/ -F: lib/librte_eal/common/include/arch/x86/ +F: lib/librte_eal/x86/ Linux EAL (with overlaps) F: lib/librte_eal/linux/Makefile @@ -321,7 +322,6 @@ M: Harini Ramakrishnan M: Omar Cardona M: Pallavi Kadam M: Ranjit Menon -F: kernel/windows/ F: lib/librte_eal/windows/ F: lib/librte_eal/rte_eal_exports.def F: doc/guides/windows_gsg/ @@ -329,6 +329,7 @@ F: doc/guides/windows_gsg/ Core Libraries -------------- +T: git://dpdk.org/dpdk Memory pool M: Olivier Matz @@ -341,7 +342,8 @@ F: app/test/test_mempool* F: app/test/test_func_reentrancy.c Ring queue -M: Olivier Matz +M: Honnappa Nagarahalli +M: Konstantin Ananyev F: lib/librte_ring/ F: doc/guides/prog_guide/ring_lib.rst F: app/test/test_ring* @@ -379,11 +381,12 @@ F: lib/librte_ethdev/rte_flow* Traffic Management API - EXPERIMENTAL M: Cristian Dumitrescu -T: git://dpdk.org/next/dpdk-next-tm +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_ethdev/rte_tm* Traffic Metering and Policing API - EXPERIMENTAL M: Cristian Dumitrescu +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_ethdev/rte_mtr* Baseband API - EXPERIMENTAL @@ -428,6 +431,7 @@ T: git://dpdk.org/next/dpdk-next-eventdev F: lib/librte_eventdev/ F: drivers/event/skeleton/ F: app/test/test_eventdev.c +F: examples/l3fwd/l3fwd_event* Eventdev Ethdev Rx Adapter API M: Nikhil Rao @@ -722,6 +726,12 @@ F: drivers/net/octeontx2/ F: doc/guides/nics/features/octeontx2*.ini F: doc/guides/nics/octeontx2.rst +Marvell OCTEON TX2 - security +M: Anoob Joseph +T: git://dpdk.org/next/dpdk-next-crypto +F: drivers/common/octeontx2/otx2_sec* +F: drivers/net/octeontx2/otx2_ethdev_sec* + Mellanox mlx4 M: Matan Azrad M: Shahaf Shuler @@ -735,6 +745,7 @@ M: Matan Azrad M: Shahaf Shuler M: Viacheslav Ovsiienko T: git://dpdk.org/next/dpdk-next-net-mlx +F: drivers/common/mlx5/ F: drivers/net/mlx5/ F: buildtools/options-ibverbs-static.sh F: doc/guides/nics/mlx5.rst @@ -755,22 +766,21 @@ F: doc/guides/nics/netvsc.rst F: doc/guides/nics/features/netvsc.ini Netcope szedata2 -M: Jan Remes -M: Rastislav Cernay +M: Martin Zizka +M: Jakub Neruda F: drivers/net/szedata2/ F: doc/guides/nics/szedata2.rst F: doc/guides/nics/features/szedata2.ini Netcope nfb -M: Rastislav Cernay -M: Jan Remes +M: Martin Zizka +M: Jakub Neruda F: drivers/net/nfb/ F: doc/guides/nics/nfb.rst F: doc/guides/nics/features/nfb.ini Netronome nfp M: Heinrich Kuhn -M: Jan Gutter F: drivers/net/nfp/ F: doc/guides/nics/nfp.rst F: doc/guides/nics/features/nfp*.ini @@ -841,8 +851,8 @@ F: doc/guides/nics/features/vmxnet3.ini Vhost-user M: Maxime Coquelin -M: Tiwei Bie M: Zhihong Wang +M: Xiaolong Ye T: git://dpdk.org/next/dpdk-next-virtio F: lib/librte_vhost/ F: doc/guides/prog_guide/vhost_lib.rst @@ -856,8 +866,8 @@ F: doc/guides/sample_app_ug/vdpa.rst Vhost PMD M: Maxime Coquelin -M: Tiwei Bie M: Zhihong Wang +M: Xiaolong Ye T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ F: doc/guides/nics/vhost.rst @@ -865,8 +875,8 @@ F: doc/guides/nics/features/vhost.ini Virtio PMD M: Maxime Coquelin -M: Tiwei Bie M: Zhihong Wang +M: Xiaolong Ye T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/virtio/ F: doc/guides/nics/virtio.rst @@ -1100,6 +1110,13 @@ F: drivers/vdpa/ifc/ F: doc/guides/vdpadevs/ifc.rst F: doc/guides/vdpadevs/features/ifcvf.ini +Mellanox mlx5 vDPA +M: Matan Azrad +M: Viacheslav Ovsiienko +F: drivers/vdpa/mlx5/ +F: doc/guides/vdpadevs/mlx5.rst +F: doc/guides/vdpadevs/features/mlx5.ini + Eventdev Drivers ---------------- @@ -1269,6 +1286,7 @@ F: doc/guides/sample_app_ug/packet_ordering.rst Hierarchical scheduler M: Cristian Dumitrescu M: Jasvinder Singh +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_red.c @@ -1288,6 +1306,7 @@ F: doc/guides/tools/pdump.rst Packet Framework ---------------- M: Cristian Dumitrescu +T: git://dpdk.org/next/dpdk-next-pipeline F: lib/librte_pipeline/ F: lib/librte_port/ F: lib/librte_table/ @@ -1351,9 +1370,11 @@ F: lib/librte_rib/ F: app/test/test_rib* F: lib/librte_fib/ F: app/test/test_fib* +F: app/test-fib/ Traffic metering M: Cristian Dumitrescu +T: git://dpdk.org/next/dpdk-next-qos F: lib/librte_meter/ F: doc/guides/sample_app_ug/qos_scheduler.rst F: app/test/test_meter.c @@ -1472,20 +1493,24 @@ Driver testing tool M: Wenzhuo Lu M: Jingjing Wu M: Bernard Iremonger +T: git://dpdk.org/next/dpdk-next-net F: app/test-pmd/ F: doc/guides/testpmd_app_ug/ Compression performance test application +T: git://dpdk.org/next/dpdk-next-crypto F: app/test-compress-perf/ F: doc/guides/tools/comp_perf.rst Crypto performance test application M: Declan Doherty +T: git://dpdk.org/next/dpdk-next-crypto F: app/test-crypto-perf/ F: doc/guides/tools/cryptoperf.rst Eventdev test application M: Jerin Jacob +T: git://dpdk.org/next/dpdk-next-eventdev F: app/test-eventdev/ F: doc/guides/tools/testeventdev.rst F: doc/guides/tools/img/eventdev_*