/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
MAINTAINERS
2 114 строк
54 KB
Stephen Hemminger
maintainers: fix app/test attributions
19 июл 2026, 12:36
19 июл 2026, 12:36
7105e8d
Код
Авторство
О чём код?
DPDK Maintainers ================ The intention of this file is to provide a set of names that we can rely on for helping in patch reviews and questions. These names are additional recipients for emails sent to dev@dpdk.org. Please avoid private emails. Descriptions of section entries: M: Maintainer's Full Name <address@domain> T: Git tree location. F: Files and directories with wildcard patterns. A trailing slash includes all files and subdirectory files. A wildcard includes all files but not subdirectories. One pattern per line. Multiple F: lines acceptable. X: Files and directories exclusion, same rules as F: K: Keyword regex pattern to match content. One regex pattern per line. Multiple K: lines acceptable. General Project Administration ------------------------------ Main Branch M: Thomas Monjalon <thomas@monjalon.net> M: David Marchand <david.marchand@redhat.com> T: git://dpdk.org/dpdk Next-net Tree M: Stephen Hemminger <stephen@networkplumber.org> T: git://dpdk.org/next/dpdk-next-net Next-net-brcm Tree M: Ajit Khaparde <ajit.khaparde@broadcom.com> T: git://dpdk.org/next/dpdk-next-net-brcm Next-net-intel Tree M: Bruce Richardson <bruce.richardson@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel Next-net-mrvl Tree M: Jerin Jacob <jerinj@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl Next-net-mlx Tree M: Raslan Darawsheh <rasland@nvidia.com> T: git://dpdk.org/next/dpdk-next-net-mlx Next-virtio Tree M: Maxime Coquelin <maxime.coquelin@redhat.com> M: Chenbo Xia <chenbox@nvidia.com> T: git://dpdk.org/next/dpdk-next-virtio Next-crypto Tree M: Akhil Goyal <gakhil@marvell.com> T: git://dpdk.org/next/dpdk-next-crypto Next-eventdev Tree M: Jerin Jacob <jerinj@marvell.com> T: git://dpdk.org/next/dpdk-next-eventdev Next-baseband Tree M: Maxime Coquelin <maxime.coquelin@redhat.com> T: git://dpdk.org/next/dpdk-next-baseband Next-dts Tree M: Luca Vizzarro <luca.vizzarro@arm.com> M: Patrick Robb <patrickrobb1997@gmail.com> T: git://dpdk.org/next/dpdk-next-dts Stable Branches M: Luca Boccassi <bluca@debian.org> M: Kevin Traynor <ktraynor@redhat.com> M: Xueming Li <xuemingl@nvidia.com> T: git://dpdk.org/dpdk-stable Security Issues M: maintainers@dpdk.org Documentation (with overlaps) F: README F: doc/ Developers and Maintainers Tools M: Thomas Monjalon <thomas@monjalon.net> F: MAINTAINERS F: devtools/build-dict.sh F: devtools/check-abi.sh F: devtools/check-abi-version.sh F: devtools/check-doc-vs-code.sh F: devtools/check-dup-includes.sh F: devtools/check-maintainers.sh F: devtools/check-forbidden-tokens.awk F: devtools/check-git-log.sh F: devtools/check-spdx-tag.sh F: devtools/check-symbol-change.py F: devtools/checkpatches.sh F: devtools/get-maintainer.sh F: devtools/git-log-fixes.sh F: devtools/load-devel-config F: devtools/mailmap-ctl.py F: devtools/parse-flow-support.sh F: devtools/process-iwyu.py F: devtools/update-patches.py F: devtools/libabigail.abignore F: devtools/words-case.txt F: license/ F: .editorconfig F: .mailmap AI review tools M: Stephen Hemminger <stephen@networkplumber.org> M: Aaron Conole <aconole@redhat.com> F: AGENTS.md F: devtools/ai/ Linux kernel uAPI headers M: Maxime Coquelin <maxime.coquelin@redhat.com> F: devtools/linux-uapi.sh F: doc/guides/contributing/linux_uapi.rst F: kernel/linux/uapi/ Build System M: Bruce Richardson <bruce.richardson@intel.com> F: Makefile F: meson.build F: meson_options.txt F: config/ F: buildtools/check-symbols.sh F: buildtools/chkincs/ F: buildtools/call-sphinx-build.py F: buildtools/gen-version-map.py F: buildtools/get-cpu-count.py F: buildtools/get-min-meson-version.py F: buildtools/get-numa-count.py F: buildtools/list-dir-globs.py F: buildtools/map-list-symbol.sh F: buildtools/pkg-config/ F: buildtools/symlink-drivers-solibs.sh F: buildtools/symlink-drivers-solibs.py F: devtools/test-meson-builds.sh F: devtools/check-meson.py Public CI M: Aaron Conole <aconole@redhat.com> F: .github/workflows/build.yml F: .ci/ Driver information M: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> F: buildtools/coff.py F: buildtools/gen-pmdinfo-cfile.py F: buildtools/pmdinfogen.py F: usertools/dpdk-pmdinfo.py F: doc/guides/tools/pmdinfo.rst User tools M: Robin Jarry <rjarry@redhat.com> F: usertools/ Environment Abstraction Layer ----------------------------- T: git://dpdk.org/dpdk EAL API and common code F: lib/eal/common/ F: lib/eal/unix/ F: lib/eal/include/ 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_barrier.c F: app/test/test_bitcount.c F: app/test/test_byteorder.c F: app/test/test_common.c F: app/test/test_cpuflags.c F: app/test/test_cycles.c 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_lcores.c F: app/test/test_memcpy* F: app/test/test_per_lcore.c F: app/test/test_pflock.c F: app/test/test_prefetch.c F: app/test/test_reciprocal_division* F: app/test/test_rwlock.c F: app/test/test_spinlock.c F: app/test/test_string_fns.c F: app/test/test_tailq.c F: app/test/test_threads.c F: app/test/test_version.c Logging M: Stephen Hemminger <stephen@networkplumber.org> F: lib/log/ F: doc/guides/prog_guide/log_lib.rst F: app/test/test_logs.c Trace - EXPERIMENTAL M: Jerin Jacob <jerinj@marvell.com> M: Sunil Kumar Kori <skori@marvell.com> F: lib/eal/include/rte_trace*.h F: lib/eal/common/eal_common_trace*.c F: lib/eal/common/eal_trace.h F: doc/guides/prog_guide/trace_lib.rst F: app/test/test_trace* Memory Allocation M: Anatoly Burakov <anatoly.burakov@intel.com> F: lib/eal/include/rte_fbarray.h F: lib/eal/include/rte_mem* F: lib/eal/include/rte_malloc.h F: lib/eal/common/*malloc* F: lib/eal/common/eal_common_dynmem.c F: lib/eal/common/eal_common_fbarray.c F: lib/eal/common/eal_common_mem* F: lib/eal/common/eal_hugepages.h F: lib/eal/linux/eal_mem* F: lib/eal/freebsd/eal_mem* F: doc/guides/prog_guide/env_abstraction_layer.rst F: app/test/test_external_mem.c F: app/test/test_func_reentrancy.c F: app/test/test_fbarray.c F: app/test/test_malloc.c F: app/test/test_malloc_perf.c F: app/test/test_memory.c F: app/test/test_memzone.c Lcore Variables M: Mattias Rönnblom <mattias.ronnblom@ericsson.com> F: lib/eal/include/rte_lcore_var.h F: lib/eal/common/eal_common_lcore_var.c F: app/test/test_lcore_var* F: doc/guides/prog_guide/lcore_var.rst Interrupt Subsystem M: Harman Kalra <hkalra@marvell.com> F: lib/eal/include/rte_epoll.h F: lib/eal/*/*interrupts.* F: app/test/test_interrupts.c Keep alive F: lib/eal/include/rte_keepalive.h F: lib/eal/common/rte_keepalive.c F: examples/l2fwd-keepalive/ F: doc/guides/sample_app_ug/keep_alive.rst Secondary process M: Anatoly Burakov <anatoly.burakov@intel.com> K: RTE_PROC_ F: lib/eal/common/eal_common_proc.c F: doc/guides/prog_guide/multi_proc_support.rst F: app/test/test_mp_secondary.c F: examples/multi_process/ F: doc/guides/sample_app_ug/multi_process.rst Service Cores F: lib/eal/include/rte_service.h F: lib/eal/include/rte_service_component.h F: lib/eal/common/rte_service.c F: doc/guides/prog_guide/service_cores.rst F: app/test/test_service_cores.c F: examples/service_cores/ F: doc/guides/sample_app_ug/service_cores.rst Bitops M: Jack Bond-Preston <jack.bond-preston@foss.arm.com> F: lib/eal/include/rte_bitops.h F: app/test/test_bitops.c Bitset M: Mattias Rönnblom <mattias.ronnblom@ericsson.com> F: lib/eal/include/rte_bitset.h F: lib/eal/common/rte_bitset.c F: app/test/test_bitset.c Bitmap M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/eal/include/rte_bitmap.h F: app/test/test_bitmap.c MCSlock M: Wathsala Vithanage <wathsala.vithanage@arm.com> F: lib/eal/include/rte_mcslock.h F: app/test/test_mcslock.c Sequence Lock M: Mattias Rönnblom <mattias.ronnblom@ericsson.com> F: lib/eal/include/rte_seqcount.h F: lib/eal/include/rte_seqlock.h F: app/test/test_seqlock.c Ticketlock M: Jack Bond-Preston <jack.bond-preston@foss.arm.com> F: lib/eal/include/rte_ticketlock.h F: app/test/test_ticketlock.c Pseudo-random Number Generation M: Mattias Rönnblom <mattias.ronnblom@ericsson.com> F: lib/eal/include/rte_random.h F: lib/eal/common/rte_random.c F: app/test/test_rand_perf.c ARM v7 M: Wathsala Vithanage <wathsala.vithanage@arm.com> F: config/arm/ F: lib/eal/arm/ X: lib/eal/arm/include/*_64.h ARM v8 M: Wathsala Vithanage <wathsala.vithanage@arm.com> F: config/arm/ F: doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst F: lib/eal/arm/ X: lib/eal/arm/include/*_32.h F: lib/*/*_arm64.* F: lib/*/*_neon.* F: drivers/*/*/*_neon.* F: app/*/*_neon.* F: examples/*/*_neon.* F: examples/common/neon/ LoongArch M: Bibo Mao <maobibo@loongson.cn> F: config/loongarch/ F: doc/guides/linux_gsg/cross_build_dpdk_for_loongarch.rst F: lib/eal/loongarch/ IBM POWER (alpha) M: David Christensen <drc@linux.ibm.com> F: config/ppc/ F: lib/eal/ppc/ F: lib/*/*_altivec* F: drivers/*/*/*_altivec.* F: app/*/*_altivec.* F: examples/*/*_altivec.* F: examples/common/altivec/ RISC-V M: Sun Yuechi <sunyuechi@iscas.ac.cn> F: config/riscv/ F: doc/guides/linux_gsg/cross_build_dpdk_for_riscv.rst F: lib/eal/riscv/ F: lib/**/*rvv* Intel x86 M: Bruce Richardson <bruce.richardson@intel.com> M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru> F: config/x86/ F: doc/guides/linux_gsg/nic_perf_intel_platform.rst F: doc/guides/howto/avx512.rst F: lib/eal/x86/ F: lib/*/*_sse* F: lib/*/*_avx* F: drivers/*/*/*_sse* F: drivers/*/*/*_avx* F: app/*/*_sse* F: app/*/*_avx* F: examples/*/*_sse* F: examples/*/*_avx* F: examples/common/sse/ AMD x86 M: Vipin Varghese <vipin.varghese@amd.com> F: doc/guides/linux_gsg/amd_platform.rst Linux EAL (with overlaps) F: lib/eal/linux/ F: doc/guides/linux_gsg/ Linux UIO F: drivers/bus/pci/linux/*uio* Linux VFIO M: Anatoly Burakov <anatoly.burakov@intel.com> F: lib/eal/linux/*vfio* F: drivers/bus/pci/linux/*vfio* FreeBSD EAL (with overlaps) M: Bruce Richardson <bruce.richardson@intel.com> F: lib/eal/freebsd/ F: doc/guides/freebsd_gsg/ FreeBSD contigmem M: Bruce Richardson <bruce.richardson@intel.com> F: kernel/freebsd/contigmem/ FreeBSD UIO M: Bruce Richardson <bruce.richardson@intel.com> F: kernel/freebsd/nic_uio/ Windows support M: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> F: lib/eal/windows/ F: doc/guides/windows_gsg/ Windows memory allocation M: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> F: lib/eal/windows/eal_hugepages.c F: lib/eal/windows/eal_mem* Core Libraries -------------- T: git://dpdk.org/dpdk Memory pool M: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> M: Morten Brørup <mb@smartsharesystems.com> F: lib/mempool/ F: drivers/mempool/ring/ F: doc/guides/prog_guide/mempool_lib.rst F: app/test/test_mempool* F: app/test/test_func_reentrancy.c Ring queue M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru> M: Wathsala Vithanage <wathsala.vithanage@arm.com> F: lib/ring/ F: doc/guides/prog_guide/ring_lib.rst F: app/test/test_ring* F: app/test/test_soring* F: app/test/test_func_reentrancy.c Stack F: lib/stack/ F: drivers/mempool/stack/ F: app/test/test_stack* F: doc/guides/prog_guide/stack_lib.rst Packet buffer M: Morten Brørup <mb@smartsharesystems.com> F: lib/mbuf/ F: doc/guides/prog_guide/mbuf_lib.rst F: app/test/test_mbuf.c Ethernet API M: Thomas Monjalon <thomas@monjalon.net> M: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> T: git://dpdk.org/next/dpdk-next-net F: lib/ethdev/ F: app/test/test_ethdev* F: devtools/test-null.sh F: doc/guides/prog_guide/ethdev/switch_representation.rst Flow API M: Ori Kam <orika@nvidia.com> T: git://dpdk.org/next/dpdk-next-net F: app/test-pmd/cmdline_flow.c F: doc/guides/prog_guide/ethdev/flow_offload.rst F: lib/ethdev/rte_flow* Traffic Management API M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> T: git://dpdk.org/next/dpdk-next-net F: lib/ethdev/rte_tm* F: doc/guides/prog_guide/ethdev/traffic_management.rst F: app/test-pmd/cmdline_tm.* Traffic Metering and Policing API - EXPERIMENTAL M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> T: git://dpdk.org/next/dpdk-next-net F: lib/ethdev/rte_mtr* F: doc/guides/prog_guide/ethdev/traffic_metering_and_policing.rst F: app/test-pmd/cmdline_mtr.* Baseband API M: Nicolas Chautru <nicolas.chautru@intel.com> T: git://dpdk.org/next/dpdk-next-baseband F: lib/bbdev/ F: doc/guides/prog_guide/bbdev.rst F: doc/guides/bbdevs/features/default.ini F: app/test-bbdev/ F: doc/guides/tools/testbbdev.rst F: examples/bbdev_app/ F: doc/guides/sample_app_ug/bbdev_app.rst Crypto API M: Akhil Goyal <gakhil@marvell.com> M: Fan Zhang <fanzhang.oss@gmail.com> T: git://dpdk.org/next/dpdk-next-crypto F: lib/cryptodev/ F: doc/guides/prog_guide/cryptodev_lib.rst F: app/test/test_cryptodev* F: examples/l2fwd-crypto/ Security API M: Akhil Goyal <gakhil@marvell.com> M: Anoob Joseph <anoobj@marvell.com> T: git://dpdk.org/next/dpdk-next-crypto F: lib/security/ F: doc/guides/prog_guide/rte_security.rst F: doc/guides/howto/security.rst F: app/test/test_security* Compression API M: Fan Zhang <fanzhang.oss@gmail.com> M: Ashish Gupta <ashish.gupta@marvell.com> T: git://dpdk.org/next/dpdk-next-crypto F: lib/compressdev/ F: drivers/compress/ F: app/test/test_compressdev* F: doc/guides/prog_guide/compressdev.rst F: doc/guides/compressdevs/features/default.ini RegEx API - EXPERIMENTAL M: Ori Kam <orika@nvidia.com> F: lib/regexdev/ F: app/test-regex/ F: doc/guides/prog_guide/regexdev.rst F: doc/guides/regexdevs/features/default.ini Machine Learning device API - EXPERIMENTAL M: Srikanth Yalavarthi <syalavarthi@marvell.com> F: lib/mldev/ F: doc/guides/prog_guide/mldev.rst F: app/test-mldev/ F: doc/guides/tools/testmldev.rst DMA device API M: Chengwen Feng <fengchengwen@huawei.com> F: lib/dmadev/ F: drivers/dma/skeleton/ F: app/test/test_dmadev* F: doc/guides/prog_guide/dmadev.rst M: Kevin Laatz <kevin.laatz@intel.com> M: Bruce Richardson <bruce.richardson@intel.com> F: examples/dma/ F: doc/guides/sample_app_ug/dma.rst General-Purpose Graphics Processing Unit (GPU) API - EXPERIMENTAL M: Elena Agostini <eagostini@nvidia.com> F: lib/gpudev/ F: doc/guides/prog_guide/gpudev.rst F: doc/guides/gpus/features/default.ini F: app/test-gpudev/ Eventdev API M: Jerin Jacob <jerinj@marvell.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/ F: doc/guides/prog_guide/eventdev/eventdev.rst F: drivers/event/skeleton/ F: app/test/test_eventdev.c F: app/test/test_event_ring.c F: examples/l3fwd/l3fwd_event* Eventdev Ethdev Rx Adapter API M: Naga Harish K S V <s.v.naga.harish.k@intel.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*eth_rx_adapter* F: app/test/test_event_eth_rx_adapter.c F: doc/guides/prog_guide/eventdev/event_ethernet_rx_adapter.rst Eventdev Ethdev Tx Adapter API M: Naga Harish K S V <s.v.naga.harish.k@intel.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*eth_tx_adapter* F: app/test/test_event_eth_tx_adapter.c F: doc/guides/prog_guide/eventdev/event_ethernet_tx_adapter.rst Eventdev Timer Adapter API M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*timer_adapter* F: app/test/test_event_timer_adapter.c F: doc/guides/prog_guide/eventdev/event_timer_adapter.rst Eventdev Crypto Adapter API M: Abhinandan Gujjar <abhinandan.gujjar@intel.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*crypto_adapter* F: app/test/test_event_crypto_adapter.c F: doc/guides/prog_guide/eventdev/event_crypto_adapter.rst Eventdev DMA Adapter API M: Amit Prakash Shukla <amitprakashs@marvell.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*dma_adapter* F: app/test/test_event_dma_adapter.c F: doc/guides/prog_guide/eventdev/event_dma_adapter.rst Eventdev Vector Adapter API - EXPERIMENTAL M: Pavan Nikhilesh <pbhagavatula@marvell.com> T: git://dpdk.org/next/dpdk-next-eventdev F: lib/eventdev/*vector_adapter* F: app/test/test_event_vector_adapter.c F: doc/guides/prog_guide/eventdev/event_vector_adapter.rst Raw device API M: Sachin Saxena <sachin.saxena@oss.nxp.com> M: Hemant Agrawal <hemant.agrawal@nxp.com> F: lib/rawdev/ F: drivers/raw/skeleton/ F: app/test/test_rawdev.c F: doc/guides/prog_guide/rawdev.rst Memory Pool Drivers ------------------- Bucket memory pool M: Artem V. Andreev <artem.andreev@oktetlabs.ru> M: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> F: drivers/mempool/bucket/ Marvell cnxk M: Ashwin Sekhar T K <asekhar@marvell.com> M: Pavan Nikhilesh <pbhagavatula@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/mempool/cnxk/ F: doc/guides/mempool/cnxk.rst Bus Drivers ----------- AMD CDX bus M: Nipun Gupta <nipun.gupta@amd.com> M: Nikhil Agarwal <nikhil.agarwal@amd.com> F: drivers/bus/cdx/ Auxiliary bus driver - EXPERIMENTAL M: Parav Pandit <parav@nvidia.com> M: Xueming Li <xuemingl@nvidia.com> F: drivers/bus/auxiliary/ Intel FPGA bus M: Rosen Xu <rosen.xu@altera.com> F: drivers/bus/ifpga/ NXP buses M: Hemant Agrawal <hemant.agrawal@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> F: drivers/common/dpaax/ F: drivers/bus/dpaa/ F: drivers/bus/fslmc/ PCI bus driver M: Chenbo Xia <chenbox@nvidia.com> M: Nipun Gupta <nipun.gupta@amd.com> F: drivers/bus/pci/ Platform bus driver M: Tomasz Duszynski <tduszynski@marvell.com> F: drivers/bus/platform/ UACCE bus driver M: Chengwen Feng <fengchengwen@huawei.com> F: drivers/bus/uacce/ VDEV bus driver F: drivers/bus/vdev/ F: app/test/test_vdev.c VMBUS bus driver M: Long Li <longli@microsoft.com> M: Wei Hu <weh@microsoft.com> F: drivers/bus/vmbus/ Networking Drivers ------------------ T: git://dpdk.org/next/dpdk-next-net F: drivers/net/meson.build F: doc/guides/nics/features/default.ini Link bonding M: Chas Williams <chas3@att.com> M: Min Hu (Connor) <humin29@huawei.com> 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 AF_PACKET M: Stephen Hemminger <stephen@networkplumber.org> F: drivers/net/af_packet/ F: doc/guides/nics/features/afpacket.ini F: app/test/test_pmd_af_packet.c Linux AF_XDP M: Ciara Loftus <ciara.loftus@intel.com> M: Maryam Tahhan <mtahhan@redhat.com> F: drivers/net/af_xdp/ F: doc/guides/nics/af_xdp.rst F: doc/guides/nics/features/af_xdp.ini Amazon ENA M: Shai Brandes <shaibran@amazon.com> M: Evgeny Schemeilin <evgenys@amazon.com> M: Amit Bernstein <amitbern@amazon.com> M: Wajeeh Atrash <atrwajee@amazon.com> F: drivers/net/ena/ F: doc/guides/nics/ena.rst F: doc/guides/nics/features/ena.ini AMD axgbe M: Selwin Sebastian <selwin.sebastian@amd.com> F: drivers/net/axgbe/ F: doc/guides/nics/axgbe.rst F: doc/guides/nics/features/axgbe.ini AMD Pensando ionic M: Andrew Boyer <andrew.boyer@amd.com> F: drivers/common/ionic/ F: drivers/net/ionic/ F: doc/guides/nics/ionic.rst F: doc/guides/nics/features/ionic.ini Marvell/Aquantia atlantic M: Igor Russkikh <irusskikh@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/atlantic/ F: doc/guides/nics/atlantic.rst F: doc/guides/nics/features/atlantic.ini Atomic Rules ARK M: Shepard Siegel <shepard.siegel@atomicrules.com> M: Ed Czeck <ed.czeck@atomicrules.com> M: John Miller <john.miller@atomicrules.com> F: drivers/net/ark/ F: doc/guides/nics/ark.rst F: doc/guides/nics/features/ark.ini Broadcom bnxt M: Kishore Padmanabha <kishore.padmanabha@broadcom.com> M: Ajit Khaparde <ajit.khaparde@broadcom.com> T: git://dpdk.org/next/dpdk-next-net-brcm F: drivers/net/bnxt/ F: doc/guides/nics/bnxt.rst F: doc/guides/nics/features/bnxt.ini Cavium ThunderX nicvf M: Jerin Jacob <jerinj@marvell.com> M: Maciej Czekaj <mczekaj@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/thunderx/ F: doc/guides/nics/thunderx.rst F: doc/guides/nics/features/thunderx.ini Cavium OCTEON TX M: Harman Kalra <hkalra@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/common/octeontx/ F: drivers/mempool/octeontx/ F: drivers/net/octeontx/ F: doc/guides/nics/octeontx.rst F: doc/guides/nics/features/octeontx.ini Chelsio cxgbe M: Potnuri Bharat Teja <bharat@chelsio.com> F: drivers/net/cxgbe/ F: doc/guides/nics/cxgbe.rst F: doc/guides/nics/features/cxgbe.ini Cisco enic M: John Daley <johndale@cisco.com> M: Hyong Youb Kim <hyonkim@cisco.com> F: drivers/net/enic/ F: doc/guides/nics/enic.rst F: doc/guides/nics/features/enic.ini Google Virtual Ethernet M: Jeroen de Borst <jeroendb@google.com> M: Joshua Washington <joshwash@google.com> F: drivers/net/gve/ F: doc/guides/nics/gve.rst F: doc/guides/nics/features/gve.ini Hisilicon hns3 M: Xingui Yang <yangxingui@huawei.com> M: Chengwen Feng <fengchengwen@huawei.com> F: drivers/net/hns3/ F: doc/guides/nics/hns3.rst F: doc/guides/nics/features/hns3.ini Huawei hinic M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com> F: drivers/net/hinic/ F: doc/guides/nics/hinic.rst F: doc/guides/nics/features/hinic.ini Huawei hinic3 M: Feifei Wang <wangfeifei40@huawei.com> F: drivers/net/hinic3/ F: doc/guides/nics/hinic3.rst F: doc/guides/nics/features/hinic3.ini Intel Network Common Code M: Bruce Richardson <bruce.richardson@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/common/ Intel e1000 T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/e1000/ F: doc/guides/nics/e1000em.rst F: doc/guides/nics/intel_vf.rst F: doc/guides/nics/features/e1000.ini F: doc/guides/nics/features/igb*.ini F: doc/guides/nics/features/igc.ini F: doc/guides/nics/igc.rst Intel ixgbe M: Anatoly Burakov <anatoly.burakov@intel.com> M: Vladimir Medvedkin <vladimir.medvedkin@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/ixgbe/ F: doc/guides/nics/ixgbe.rst F: doc/guides/nics/intel_vf.rst F: doc/guides/nics/features/ixgbe*.ini Intel i40e M: Bruce Richardson <bruce.richardson@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/i40e/ F: doc/guides/nics/i40e.rst F: doc/guides/nics/intel_vf.rst F: doc/guides/nics/features/i40e*.ini Intel fm10k T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/fm10k/ F: doc/guides/nics/fm10k.rst F: doc/guides/nics/features/fm10k*.ini Intel iavf M: Vladimir Medvedkin <vladimir.medvedkin@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/iavf/ F: doc/guides/nics/features/iavf*.ini Intel ice M: Bruce Richardson <bruce.richardson@intel.com> M: Anatoly Burakov <anatoly.burakov@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/ice/ F: doc/guides/nics/ice.rst F: doc/guides/nics/features/ice.ini Intel idpf M: Jingjing Wu <jingjing.wu@intel.com> M: Praveen Shetty <praveen.shetty@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/idpf/ F: doc/guides/nics/idpf.rst F: doc/guides/nics/features/idpf.ini Intel cpfl - EXPERIMENTAL M: Praveen Shetty <praveen.shetty@intel.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/cpfl/ F: doc/guides/nics/cpfl.rst F: doc/guides/nics/features/cpfl.ini Intel ipn3ke M: Rosen Xu <rosen.xu@altera.com> T: git://dpdk.org/next/dpdk-next-net-intel F: drivers/net/intel/ipn3ke/ F: doc/guides/nics/ipn3ke.rst F: doc/guides/nics/features/ipn3ke.ini LinkData sxe2 M: Jie Liu <liujie5@linkdatatechnology.com> F: drivers/common/sxe2/ F: drivers/net/sxe2/ F: doc/guides/nics/sxe2.rst F: doc/guides/nics/features/sxe2.ini Marvell cnxk M: Nithin Dabilpuram <ndabilpuram@marvell.com> M: Kiran Kumar K <kirankumark@marvell.com> M: Sunil Kumar Kori <skori@marvell.com> M: Satha Rao <skoteshwar@marvell.com> M: Harman Kalra <hkalra@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/common/cnxk/ F: drivers/net/cnxk/ F: doc/guides/nics/cnxk.rst F: doc/guides/nics/features/cnxk*.ini F: doc/guides/platform/cnxk.rst Marvell mvpp2 M: Liron Himi <lironh@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/common/mvep/ F: drivers/net/mvpp2/ F: doc/guides/nics/mvpp2.rst F: doc/guides/nics/features/mvpp2.ini Marvell mvneta M: Zyta Szpak <zr@semihalf.com> M: Liron Himi <lironh@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/mvneta/ F: doc/guides/nics/mvneta.rst F: doc/guides/nics/features/mvneta.ini Marvell OCTEON TX EP - endpoint M: Vamsi Attunuru <vattunuru@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/octeon_ep/ F: doc/guides/nics/features/octeon_ep.ini F: doc/guides/nics/octeon_ep.rst Napatech ntnic M: Christian Koue Muf <ckm@napatech.com> M: Serhii Iliushyk <sil-plv@napatech.com> F: drivers/net/ntnic/ F: doc/guides/nics/ntnic.rst F: doc/guides/nics/features/ntnic.ini NVIDIA mlx4 M: Matan Azrad <matan@nvidia.com> M: Viacheslav Ovsiienko <viacheslavo@nvidia.com> T: git://dpdk.org/next/dpdk-next-net-mlx F: drivers/net/mlx4/ F: doc/guides/nics/mlx4.rst F: doc/guides/nics/features/mlx4.ini NVIDIA mlx5 M: Dariusz Sosnowski <dsosnowski@nvidia.com> M: Viacheslav Ovsiienko <viacheslavo@nvidia.com> M: Bing Zhao <bingz@nvidia.com> M: Ori Kam <orika@nvidia.com> M: Suanming Mou <suanmingm@nvidia.com> M: Matan Azrad <matan@nvidia.com> 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/platform/mlx5.rst F: doc/guides/platform/bluefield.rst F: doc/guides/nics/mlx5.rst F: doc/guides/nics/features/mlx5.ini Microsoft mana M: Long Li <longli@microsoft.com> M: Wei Hu <weh@microsoft.com> F: drivers/net/mana/ F: doc/guides/nics/mana.rst F: doc/guides/nics/features/mana.ini Microsoft vdev_netvsc - EXPERIMENTAL M: Matan Azrad <matan@nvidia.com> F: drivers/net/vdev_netvsc/ F: doc/guides/nics/vdev_netvsc.rst Microsoft Hyper-V netvsc M: Long Li <longli@microsoft.com> M: Wei Hu <weh@microsoft.com> F: drivers/net/netvsc/ F: doc/guides/nics/netvsc.rst F: doc/guides/nics/features/netvsc.ini Netcope nfb M: Martin Spinler <spinler@cesnet.cz> F: drivers/net/nfb/ F: doc/guides/nics/nfb.rst F: doc/guides/nics/features/nfb.ini Netronome nfp M: Chaoyong He <chaoyong.he@corigine.com> F: drivers/common/nfp/ F: drivers/net/nfp/ F: doc/guides/nics/nfp.rst F: doc/guides/nics/features/nfp*.ini NXP dpaa M: Hemant Agrawal <hemant.agrawal@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> F: drivers/mempool/dpaa/ F: drivers/net/dpaa/ F: doc/guides/nics/dpaa.rst F: doc/guides/nics/features/dpaa.ini NXP dpaa2 M: Hemant Agrawal <hemant.agrawal@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> F: drivers/mempool/dpaa2/ F: drivers/net/dpaa2/ F: doc/guides/nics/dpaa2.rst F: doc/guides/nics/features/dpaa2.ini NXP enetc M: Gagandeep Singh <g.singh@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> M: Vanshika Shukla <vanshika.shukla@nxp.com> F: drivers/net/enetc/ F: doc/guides/nics/enetc.rst F: doc/guides/nics/enetc4.rst F: doc/guides/nics/features/enetc.ini F: doc/guides/nics/features/enetc4.ini NXP enetfec - EXPERIMENTAL M: Apeksha Gupta <apeksha.gupta@nxp.com> M: Sachin Saxena <sachin.saxena@nxp.com> F: drivers/net/enetfec/ F: doc/guides/nics/enetfec.rst F: doc/guides/nics/features/enetfec.ini NXP pfe M: Gagandeep Singh <g.singh@nxp.com> F: doc/guides/nics/pfe.rst F: drivers/net/pfe/ F: doc/guides/nics/features/pfe.ini Marvell QLogic bnx2x M: Julien Aube <julien_dpdk@jaube.fr> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/bnx2x/ F: doc/guides/nics/bnx2x.rst F: doc/guides/nics/features/bnx2x*.ini Marvell QLogic qede PMD M: Devendra Singh Rawat <dsinghrawat@marvell.com> M: Alok Prasad <palok@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/net/qede/ F: doc/guides/nics/qede.rst F: doc/guides/nics/features/qede*.ini Mucse rnp M: Wenbo Cao <caowenbo@mucse.com> F: drivers/net/rnp/ F: doc/guides/nics/rnp.rst F: doc/guides/nics/features/rnp.ini Nebulamatrix nbl M: Dimon Zhao <dimon.zhao@nebula-matrix.com> M: Leon Yu <leon.yu@nebula-matrix.com> M: Sam Chen <sam.chen@nebula-matrix.com> F: drivers/net/nbl/ F: doc/guides/nics/nbl.rst F: doc/guides/nics/features/nbl.ini Realtek r8169 M: Howard Wang <howard_wang@realsil.com.cn> M: Chunhao Lin <hau@realtek.com> M: Xing Wang <xing_wang@realsil.com.cn> M: Javen Xu <javen_xu@realsil.com.cn> F: drivers/net/r8169/ F: doc/guides/nics/r8169.rst F: doc/guides/nics/features/r8169.ini Solarflare sfc_efx M: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> F: drivers/common/sfc_efx/ F: drivers/net/sfc/ F: doc/guides/nics/sfc_efx.rst F: doc/guides/nics/features/sfc.ini Wangxun ngbe M: Jiawen Wu <jiawenwu@trustnetic.com> M: Zaiyu Wang <zaiyuwang@trustnetic.com> F: drivers/net/ngbe/ F: doc/guides/nics/ngbe.rst F: doc/guides/nics/features/ngbe.ini Wangxun txgbe M: Jiawen Wu <jiawenwu@trustnetic.com> M: Zaiyu Wang <zaiyuwang@trustnetic.com> F: drivers/net/txgbe/ F: doc/guides/nics/txgbe.rst F: doc/guides/nics/features/txgbe.ini Yunsilicon xsc M: Renyong Wan <wanry@yunsilicon.com> M: Na Na <nana@yunsilicon.com> M: Rong Qian <qianr@yunsilicon.com> M: Xiaoxiong Zhang <zhangxx@yunsilicon.com> M: Dongwei Xu <xudw@yunsilicon.com> F: drivers/net/xsc/ F: doc/guides/nics/xsc.rst F: doc/guides/nics/features/xsc.ini VMware vmxnet3 M: Jochen Behrens <jochen.behrens@broadcom.com> F: drivers/net/vmxnet3/ F: doc/guides/nics/vmxnet3.rst F: doc/guides/nics/features/vmxnet3.ini Vhost-user M: Maxime Coquelin <maxime.coquelin@redhat.com> M: Chenbo Xia <chenbox@nvidia.com> T: git://dpdk.org/next/dpdk-next-virtio F: lib/vhost/ F: doc/guides/prog_guide/vhost_lib.rst F: examples/vhost/ F: doc/guides/sample_app_ug/vhost.rst F: examples/vhost_blk/ F: doc/guides/sample_app_ug/vhost_blk.rst F: examples/vhost_crypto/ F: examples/vdpa/ F: doc/guides/sample_app_ug/vdpa.rst Vhost PMD M: Maxime Coquelin <maxime.coquelin@redhat.com> M: Chenbo Xia <chenbox@nvidia.com> T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ F: doc/guides/nics/vhost.rst F: doc/guides/nics/features/vhost.ini Virtio PMD M: Maxime Coquelin <maxime.coquelin@redhat.com> M: Chenbo Xia <chenbox@nvidia.com> T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/virtio/ F: doc/guides/nics/virtio.rst F: doc/guides/nics/features/virtio*.ini Wind River AVP M: Steven Webster <steven.webster@windriver.com> M: Matt Peters <matt.peters@windriver.com> F: drivers/net/avp/ F: doc/guides/nics/avp.rst F: doc/guides/nics/features/avp.ini ZTE zxdh M: Junlong Wang <wang.junlong1@zte.com.cn> M: Ming Ran <ran.ming@zte.com.cn> F: drivers/net/zxdh/ F: doc/guides/nics/zxdh.rst F: doc/guides/nics/features/zxdh.ini PCAP PMD M: Stephen Hemminger <stephen@networkplumber.org> F: drivers/net/pcap/ F: doc/guides/nics/pcap.rst F: doc/guides/nics/features/pcap.ini F: app/test/test_pmd_pcap.c Tap PMD M: Stephen Hemminger <stephen@networkplumber.org> F: drivers/net/tap/ F: doc/guides/nics/tap.rst F: doc/guides/nics/features/tap.ini F: app/test/test_pmd_tap.c Ring PMD M: Bruce Richardson <bruce.richardson@intel.com> F: drivers/net/ring/ F: doc/guides/nics/ring.rst F: app/test/test_pmd_ring.c F: app/test/test_pmd_ring_perf.c Null Networking PMD M: Tetsuya Mukawa <mtetsuyah@gmail.com> F: drivers/net/null/ Fail-safe PMD M: Gaetan Rivet <grive@u256.net> F: drivers/net/failsafe/ F: doc/guides/nics/fail_safe.rst F: doc/guides/nics/features/failsafe.ini Softnic PMD M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: drivers/net/softnic/ F: doc/guides/nics/softnic.rst Memif PMD M: Jakub Grajciar <jgrajcia@cisco.com> F: drivers/net/memif/ F: doc/guides/nics/memif.rst F: doc/guides/nics/features/memif.ini Crypto Drivers -------------- T: git://dpdk.org/next/dpdk-next-crypto F: drivers/crypto/meson.build F: doc/guides/cryptodevs/features/default.ini AMD CCP Crypto M: Sunil Uttarwar <sunilprakashrao.uttarwar@amd.com> F: drivers/crypto/ccp/ F: doc/guides/cryptodevs/ccp.rst F: doc/guides/cryptodevs/features/ccp.ini AMD Pensando ionic crypto M: Andrew Boyer <andrew.boyer@amd.com> F: drivers/crypto/ionic/ F: drivers/common/ionic/ F: doc/guides/cryptodevs/ionic.rst F: doc/guides/cryptodevs/features/ionic.ini ARMv8 Crypto M: Jack Bond-Preston <jack.bond-preston@foss.arm.com> F: drivers/crypto/armv8/ F: doc/guides/cryptodevs/armv8.rst F: doc/guides/cryptodevs/features/armv8.ini Broadcom FlexSparc M: Ajit Khaparde <ajit.khaparde@broadcom.com> M: Vikas Gupta <vikas.gupta@broadcom.com> F: drivers/crypto/bcmfs/ F: doc/guides/cryptodevs/bcmfs.rst F: doc/guides/cryptodevs/features/bcmfs.ini Cavium OCTEON TX crypto M: Anoob Joseph <anoobj@marvell.com> F: drivers/common/cpt/ F: drivers/crypto/octeontx/ F: doc/guides/cryptodevs/octeontx.rst F: doc/guides/cryptodevs/features/octeontx.ini Crypto Scheduler M: Kai Ji <kai.ji@intel.com> F: drivers/crypto/scheduler/ F: doc/guides/cryptodevs/scheduler.rst HiSilicon UADK crypto M: Zongyu Wu <wuzongyu1@huawei.com> F: drivers/crypto/uadk/ F: doc/guides/cryptodevs/uadk.rst F: doc/guides/cryptodevs/features/uadk.ini Intel QuickAssist M: Kai Ji <kai.ji@intel.com> F: drivers/crypto/qat/ F: drivers/common/qat/ F: doc/guides/cryptodevs/qat.rst F: doc/guides/cryptodevs/features/qat.ini IPsec MB M: Kai Ji <kai.ji@intel.com> M: Pablo de Lara <pablo.de.lara.guarch@intel.com> F: drivers/crypto/ipsec_mb/ F: doc/guides/cryptodevs/aesni_gcm.rst F: doc/guides/cryptodevs/aesni_mb.rst F: doc/guides/cryptodevs/snow3g.rst F: doc/guides/cryptodevs/zuc.rst F: doc/guides/cryptodevs/features/aesni_gcm.ini F: doc/guides/cryptodevs/features/aesni_mb.ini F: doc/guides/cryptodevs/features/snow3g.ini F: doc/guides/cryptodevs/features/zuc.ini Marvell cnxk crypto M: Ankur Dwivedi <adwivedi@marvell.com> M: Anoob Joseph <anoobj@marvell.com> M: Tejasree Kondoj <ktejasree@marvell.com> F: drivers/crypto/cnxk/ F: doc/guides/cryptodevs/cnxk.rst F: doc/guides/cryptodevs/features/cn9k.ini F: doc/guides/cryptodevs/features/cn10k.ini Marvell mvsam M: Michael Shamis <michaelsh@marvell.com> M: Liron Himi <lironh@marvell.com> F: drivers/crypto/mvsam/ F: doc/guides/cryptodevs/mvsam.rst F: doc/guides/cryptodevs/features/mvsam.ini Marvell Nitrox M: Nagadheeraj Rottela <rnagadheeraj@marvell.com> M: Srikanth Jampala <jsrikanth@marvell.com> F: drivers/crypto/nitrox/ F: drivers/common/nitrox/ F: doc/guides/cryptodevs/nitrox.rst F: doc/guides/cryptodevs/features/nitrox.ini NVIDIA mlx5 M: Matan Azrad <matan@nvidia.com> F: drivers/crypto/mlx5/ F: doc/guides/cryptodevs/mlx5.rst F: doc/guides/cryptodevs/features/mlx5.ini Null Crypto M: Kai Ji <kai.ji@intel.com> F: drivers/crypto/null/ F: doc/guides/cryptodevs/null.rst F: doc/guides/cryptodevs/features/null.ini NXP CAAM JR M: Gagandeep Singh <g.singh@nxp.com> M: Hemant Agrawal <hemant.agrawal@nxp.com> F: drivers/crypto/caam_jr/ F: doc/guides/cryptodevs/caam_jr.rst F: doc/guides/cryptodevs/features/caam_jr.ini NXP DPAA_SEC M: Gagandeep Singh <g.singh@nxp.com> M: Hemant Agrawal <hemant.agrawal@nxp.com> F: drivers/crypto/dpaa_sec/ F: doc/guides/cryptodevs/dpaa_sec.rst F: doc/guides/cryptodevs/features/dpaa_sec.ini NXP DPAA2_SEC M: Gagandeep Singh <g.singh@nxp.com> M: Hemant Agrawal <hemant.agrawal@nxp.com> F: drivers/crypto/dpaa2_sec/ F: doc/guides/cryptodevs/dpaa2_sec.rst F: doc/guides/cryptodevs/features/dpaa2_sec.ini OpenSSL M: Kai Ji <kai.ji@intel.com> F: drivers/crypto/openssl/ F: doc/guides/cryptodevs/openssl.rst F: doc/guides/cryptodevs/features/openssl.ini Virtio M: Jay Zhou <jianjay.zhou@huawei.com> F: drivers/crypto/virtio/ F: doc/guides/cryptodevs/virtio.rst F: doc/guides/cryptodevs/features/virtio.ini ZTE Storage Data Accelerator (ZSDA) M: Chengfei Han <han.chengfei@zte.com.cn> M: Ming Ran <ran.ming@zte.com.cn> F: drivers/crypto/zsda/ F: doc/guides/cryptodevs/zsda.rst F: doc/guides/cryptodevs/features/zsda.ini Compression Drivers ------------------- T: git://dpdk.org/next/dpdk-next-crypto F: drivers/compress/meson.build Cavium OCTEON TX zipvf M: Ashish Gupta <ashish.gupta@marvell.com> F: drivers/compress/octeontx/ F: doc/guides/compressdevs/octeontx.rst F: doc/guides/compressdevs/features/octeontx.ini HiSilicon UADK compress M: Zongyu Wu <wuzongyu1@huawei.com> F: drivers/compress/uadk/ F: doc/guides/compressdevs/uadk.rst F: doc/guides/compressdevs/features/uadk.ini Intel QuickAssist M: Kai Ji <kai.ji@intel.com> F: drivers/compress/qat/ F: drivers/common/qat/ ISA-L M: Pablo de Lara <pablo.de.lara.guarch@intel.com> F: drivers/compress/isal/ F: doc/guides/compressdevs/isal.rst F: doc/guides/compressdevs/features/isal.ini Marvell Nitrox M: Nagadheeraj Rottela <rnagadheeraj@marvell.com> F: drivers/compress/nitrox/ F: drivers/common/nitrox/ F: doc/guides/compressdevs/nitrox.rst F: doc/guides/compressdevs/features/nitrox.ini NVIDIA mlx5 M: Matan Azrad <matan@nvidia.com> F: drivers/compress/mlx5/ ZLIB M: Sunila Sahu <ssahu@marvell.com> F: drivers/compress/zlib/ F: doc/guides/compressdevs/zlib.rst F: doc/guides/compressdevs/features/zlib.ini ZTE Storage Data Accelerator (ZSDA) M: Chengfei Han <han.chengfei@zte.com.cn> M: Ming Ran <ran.ming@zte.com.cn> F: drivers/common/zsda/ F: drivers/compress/zsda/ F: doc/guides/compressdevs/zsda.rst F: doc/guides/compressdevs/features/zsda.ini DMAdev Drivers -------------- Intel IDXD - EXPERIMENTAL M: Bruce Richardson <bruce.richardson@intel.com> M: Kevin Laatz <kevin.laatz@intel.com> F: drivers/dma/idxd/ F: doc/guides/dmadevs/idxd.rst Intel IOAT M: Bruce Richardson <bruce.richardson@intel.com> M: Conor Walsh <conor.walsh@intel.com> F: drivers/dma/ioat/ F: doc/guides/dmadevs/ioat.rst HiSilicon PCIEP DMA M: Chengwen Feng <fengchengwen@huawei.com> F: drivers/dma/hisi_pciep/ F: doc/guides/dmadevs/hisi_pciep.rst HiSilicon Accelerator DMA M: Chengwen Feng <fengchengwen@huawei.com> F: drivers/dma/hisi_acc/ F: doc/guides/dmadevs/hisi_acc.rst Marvell CNXK DPI DMA M: Vamsi Attunuru <vattunuru@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/dma/cnxk/ F: doc/guides/dmadevs/cnxk.rst Marvell Odyssey ODM DMA M: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> M: Vidya Sagar Velumuri <vvelumuri@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/dma/odm/ F: doc/guides/dmadevs/odm.rst NXP DPAA DMA M: Gagandeep Singh <g.singh@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> F: drivers/dma/dpaa/ F: doc/guides/dmadevs/dpaa.rst NXP DPAA2 QDMA M: Gagandeep Singh <g.singh@nxp.com> M: Hemant Agrawal <hemant.agrawal@nxp.com> F: drivers/dma/dpaa2/ F: doc/guides/dmadevs/dpaa2.rst RegEx Drivers ------------- Marvell OCTEON CN9K regex M: Liron Himi <lironh@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/regex/cn9k/ F: doc/guides/regexdevs/cn9k.rst F: doc/guides/regexdevs/features/cn9k.ini NVIDIA mlx5 M: Ori Kam <orika@nvidia.com> F: drivers/regex/mlx5/ F: doc/guides/regexdevs/mlx5.rst F: doc/guides/regexdevs/features/mlx5.ini MLdev Drivers ------------- Marvell ML CNXK M: Srikanth Yalavarthi <syalavarthi@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/common/cnxk/hw/ml.h F: drivers/common/cnxk/roc_ml* F: drivers/ml/cnxk/ F: doc/guides/mldevs/cnxk.rst vDPA Drivers ------------ T: git://dpdk.org/next/dpdk-next-virtio F: drivers/vdpa/meson.build Corigine nfp vDPA M: Chaoyong He <chaoyong.he@corigine.com> F: drivers/vdpa/nfp/ F: doc/guides/vdpadevs/nfp.rst F: doc/guides/vdpadevs/features/nfp.ini Intel ifc F: drivers/vdpa/ifc/ F: doc/guides/vdpadevs/ifc.rst F: doc/guides/vdpadevs/features/ifcvf.ini NVIDIA mlx5 vDPA M: Matan Azrad <matan@nvidia.com> M: Viacheslav Ovsiienko <viacheslavo@nvidia.com> F: drivers/vdpa/mlx5/ F: doc/guides/vdpadevs/mlx5.rst F: doc/guides/vdpadevs/features/mlx5.ini Xilinx sfc vDPA M: Vijay Kumar Srivastava <vsrivast@xilinx.com> F: drivers/vdpa/sfc/ F: doc/guides/vdpadevs/sfc.rst F: doc/guides/vdpadevs/features/sfc.ini Eventdev Drivers ---------------- T: git://dpdk.org/next/dpdk-next-eventdev F: drivers/event/meson.build Cavium OCTEON TX ssovf M: Jerin Jacob <jerinj@marvell.com> F: drivers/event/octeontx/ F: doc/guides/eventdevs/octeontx.rst Cavium OCTEON TX timvf M: Pavan Nikhilesh <pbhagavatula@marvell.com> F: drivers/event/octeontx/timvf_* Intel DLB2 M: Tirthendu Sarkar <tirthendu.sarkar@intel.com> F: drivers/event/dlb2/ F: doc/guides/eventdevs/dlb2.rst Marvell cnxk M: Pavan Nikhilesh <pbhagavatula@marvell.com> M: Shijith Thotton <sthotton@marvell.com> F: drivers/event/cnxk/ F: doc/guides/eventdevs/cnxk.rst NXP DPAA eventdev M: Hemant Agrawal <hemant.agrawal@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> F: drivers/event/dpaa/ F: doc/guides/eventdevs/dpaa.rst NXP DPAA2 eventdev M: Hemant Agrawal <hemant.agrawal@nxp.com> M: Sachin Saxena <sachin.saxena@oss.nxp.com> F: drivers/event/dpaa2/ F: doc/guides/eventdevs/dpaa2.rst Software Eventdev PMD F: drivers/event/sw/ F: doc/guides/eventdevs/sw.rst F: examples/eventdev_pipeline/ F: doc/guides/sample_app_ug/eventdev_pipeline.rst Distributed Software Eventdev PMD M: Mattias Rönnblom <mattias.ronnblom@ericsson.com> F: drivers/event/dsw/ F: doc/guides/eventdevs/dsw.rst Software OPDL Eventdev PMD M: Liang Ma <liangma@liangbit.com> M: Peter Mccarthy <peter.mccarthy@intel.com> F: drivers/event/opdl/ F: doc/guides/eventdevs/opdl.rst Baseband Drivers ---------------- T: git://dpdk.org/next/dpdk-next-baseband F: drivers/baseband/meson.build Intel baseband M: Nicolas Chautru <nicolas.chautru@intel.com> F: drivers/baseband/turbo_sw/ F: doc/guides/bbdevs/turbo_sw.rst F: doc/guides/bbdevs/features/turbo_sw.ini F: drivers/baseband/fpga_lte_fec/ F: doc/guides/bbdevs/fpga_lte_fec.rst F: doc/guides/bbdevs/features/fpga_lte_fec.ini F: drivers/baseband/fpga_5gnr_fec/ F: doc/guides/bbdevs/fpga_5gnr_fec.rst F: doc/guides/bbdevs/features/fpga_5gnr_fec.ini F: drivers/baseband/acc/ F: doc/guides/bbdevs/acc100.rst F: doc/guides/bbdevs/features/acc100.ini F: doc/guides/bbdevs/features/acc101.ini F: doc/guides/bbdevs/vrb1.rst F: doc/guides/bbdevs/features/vrb1.ini Null baseband M: Nicolas Chautru <nicolas.chautru@intel.com> F: drivers/baseband/null/ F: doc/guides/bbdevs/null.rst F: doc/guides/bbdevs/features/null.ini NXP LA12xx M: Gagandeep Singh <g.singh@nxp.com> M: Hemant Agrawal <hemant.agrawal@nxp.com> F: drivers/baseband/la12xx/ F: doc/guides/bbdevs/la12xx.rst F: doc/guides/bbdevs/features/la12xx.ini GPU Drivers ----------- NVIDIA CUDA M: Elena Agostini <eagostini@nvidia.com> F: drivers/gpu/cuda/ F: doc/guides/gpus/cuda.rst Rawdev Drivers -------------- Intel FPGA M: Rosen Xu <rosen.xu@altera.com> F: drivers/raw/ifpga/ F: doc/guides/rawdevs/ifpga.rst Marvell CNXK BPHY M: Jakub Palider <jpalider@marvell.com> M: Tomasz Duszynski <tduszynski@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: doc/guides/rawdevs/cnxk_bphy.rst F: drivers/raw/cnxk_bphy/ Marvell CNXK GPIO M: Jakub Palider <jpalider@marvell.com> M: Tomasz Duszynski <tduszynski@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: doc/guides/rawdevs/cnxk_gpio.rst F: drivers/raw/cnxk_gpio/ Marvell CNXK RVU LF M: Akhil Goyal <gakhil@marvell.com> T: git://dpdk.org/next/dpdk-next-net-mrvl F: drivers/raw/cnxk_rvu_lf/ F: doc/guides/rawdevs/cnxk_rvu_lf.rst NTB M: Jingjing Wu <jingjing.wu@intel.com> F: drivers/raw/ntb/ F: doc/guides/rawdevs/ntb.rst F: examples/ntb/ F: doc/guides/sample_app_ug/ntb.rst NXP DPAA2 CMDIF M: Gagandeep Singh <g.singh@nxp.com> F: drivers/raw/dpaa2_cmdif/ F: doc/guides/rawdevs/dpaa2_cmdif.rst ZTE GDTC M: Wenqiang Chen <chen.wenqiang2@zte.com.cn> F: drivers/raw/gdtc/ F: doc/guides/rawdevs/gdtc.rst Packet processing ----------------- Network headers F: lib/net/ F: app/test/test_cksum.c F: app/test/test_cksum_perf.c F: app/test/test_net_ether.c F: app/test/test_net_ip6.c Packet CRC M: Jasvinder Singh <jasvinder.singh@intel.com> F: lib/net/net_crc.h F: lib/net/rte_net_crc* F: lib/net/net_crc_avx512.c F: lib/net/net_crc_sse.c F: app/test/test_crc.c PTP (IEEE 1588 Precision Time Protocol) M: Rajesh Kumar <rajesh3.kumar@intel.com> F: lib/net/rte_ptp.h F: examples/ptp_tap_relay_sw/ F: doc/guides/sample_app_ug/ptp_tap_relay_sw.rst IP fragmentation & reassembly M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru> F: lib/ip_frag/ F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst F: app/test/test_ipfrag.c F: app/test/test_reassembly.c F: app/test/test_reassembly_perf.c F: examples/ip_fragmentation/ F: doc/guides/sample_app_ug/ip_frag.rst F: examples/ip_reassembly/ F: doc/guides/sample_app_ug/ip_reassembly.rst Generic Receive Offload - EXPERIMENTAL M: Jiayu Hu <hujiayu.hu@foxmail.com> F: lib/gro/ F: doc/guides/prog_guide/generic_receive_offload_lib.rst Generic Segmentation Offload M: Jiayu Hu <hujiayu.hu@foxmail.com> F: lib/gso/ F: doc/guides/prog_guide/generic_segmentation_offload_lib.rst IPsec M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru> T: git://dpdk.org/next/dpdk-next-crypto F: lib/ipsec/ F: app/test/test_ipsec* F: doc/guides/prog_guide/ipsec_lib.rst M: Vladimir Medvedkin <vladimir.medvedkin@intel.com> F: app/test-sad/ PDCP - EXPERIMENTAL M: Anoob Joseph <anoobj@marvell.com> M: Volodymyr Fialko <vfialko@marvell.com> T: git://dpdk.org/next/dpdk-next-crypto F: lib/pdcp/ F: doc/guides/prog_guide/pdcp_lib.rst F: app/test/test_pdcp* Distributor F: lib/distributor/ F: doc/guides/prog_guide/packet_distrib_lib.rst F: app/test/test_distributor* F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst Reorder M: Volodymyr Fialko <vfialko@marvell.com> F: lib/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 <cristian.dumitrescu@intel.com> F: lib/sched/ F: doc/guides/prog_guide/ethdev/qos_framework.rst F: app/test/test_pie.c F: app/test/test_red.c F: app/test/test_sched.c F: examples/qos_sched/ F: doc/guides/sample_app_ug/qos_scheduler.rst Packet capture M: Reshma Pattan <reshma.pattan@intel.com> M: Stephen Hemminger <stephen@networkplumber.org> F: lib/pdump/ F: doc/guides/prog_guide/pdump_lib.rst F: app/test/test_pdump.* F: lib/pcapng/ F: doc/guides/prog_guide/pcapng_lib.rst F: app/test/test_pcapng.c F: app/pdump/ F: doc/guides/tools/pdump.rst F: app/dumpcap/ F: doc/guides/tools/dumpcap.rst Packet Framework ---------------- M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/pipeline/ F: lib/port/ F: lib/table/ F: doc/guides/prog_guide/packet_framework.rst F: app/test/test_table* F: app/test-pipeline/ F: doc/guides/sample_app_ug/test_pipeline.rst F: examples/ip_pipeline/ F: examples/pipeline/ F: doc/guides/sample_app_ug/ip_pipeline.rst Algorithms ---------- ACL M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru> F: lib/acl/ F: doc/guides/prog_guide/packet_classif_access_ctrl.rst F: app/test-acl/ F: app/test/test_acl.* EFD M: Yipeng Wang <yipeng1.wang@intel.com> F: lib/efd/ F: doc/guides/prog_guide/efd_lib.rst F: app/test/test_efd* F: examples/server_node_efd/ F: doc/guides/sample_app_ug/server_node_efd.rst Hashes M: Yipeng Wang <yipeng1.wang@intel.com> M: Sameh Gobriel <sameh.gobriel@intel.com> M: Bruce Richardson <bruce.richardson@intel.com> M: Vladimir Medvedkin <vladimir.medvedkin@intel.com> F: lib/hash/ F: doc/guides/prog_guide/hash_lib.rst F: doc/guides/prog_guide/toeplitz_hash_lib.rst F: app/test/test_hash* F: app/test/test_thash* F: app/test/test_func_reentrancy.c LPM M: Bruce Richardson <bruce.richardson@intel.com> M: Vladimir Medvedkin <vladimir.medvedkin@intel.com> F: lib/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 Membership - EXPERIMENTAL M: Yipeng Wang <yipeng1.wang@intel.com> M: Sameh Gobriel <sameh.gobriel@intel.com> F: lib/member/ F: doc/guides/prog_guide/member_lib.rst F: app/test/test_member* RIB/FIB M: Vladimir Medvedkin <vladimir.medvedkin@intel.com> F: lib/rib/ F: doc/guides/prog_guide/rib_lib.rst F: app/test/test_rib* F: lib/fib/ F: doc/guides/prog_guide/fib_lib.rst F: app/test/test_fib* F: app/test-fib/ Traffic metering M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/meter/ F: doc/guides/sample_app_ug/qos_scheduler.rst F: app/test/test_meter.c F: examples/qos_meter/ F: doc/guides/sample_app_ug/qos_metering.rst Other libraries --------------- Argument parsing M: Chengwen Feng <fengchengwen@huawei.com> F: lib/argparse/ F: doc/guides/prog_guide/argparse_lib.rst F: app/test/test_argparse.c Configuration file M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/cfgfile/ F: app/test/test_cfgfile.c F: app/test/test_cfgfiles/ Interactive command line F: lib/cmdline/ F: app/test-cmdline/ F: app/test/test_cmdline* F: buildtools/dpdk-cmdline-gen.py F: examples/cmdline/ F: doc/guides/prog_guide/cmdline.rst F: doc/guides/sample_app_ug/cmd_line.rst Key/Value parsing F: lib/kvargs/ F: app/test/test_kvargs.c RCU M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> F: lib/rcu/ F: app/test/test_rcu* F: doc/guides/prog_guide/rcu_lib.rst PCI M: Chenbo Xia <chenbox@nvidia.com> M: Gaetan Rivet <grive@u256.net> F: lib/pci/ Pointer Compression M: Paul Szczepanek <paul.szczepanek@arm.com> F: lib/ptr_compress/ F: app/test/test_ptr_compress.c F: doc/guides/prog_guide/ptr_compress_lib.rst Power management M: Anatoly Burakov <anatoly.burakov@intel.com> M: Sivaprasad Tummala <sivaprasad.tummala@amd.com> F: lib/power/ F: doc/guides/prog_guide/power_man.rst F: drivers/power/ F: app/test/test_power* F: examples/l3fwd-power/ F: doc/guides/sample_app_ug/l3_forward_power_man.rst F: examples/vm_power_manager/ F: doc/guides/sample_app_ug/vm_power_management.rst Timers M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com> F: lib/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 Dispatcher - EXPERIMENTAL M: Mattias Rönnblom <mattias.ronnblom@ericsson.com> F: lib/dispatcher/ F: app/test/test_dispatcher.c F: doc/guides/prog_guide/eventdev/dispatcher_lib.rst PMU - EXPERIMENTAL M: Tomasz Duszynski <tduszynski@marvell.com> F: lib/pmu/ F: app/test/test_pmu.c Job statistics F: lib/jobstats/ F: examples/l2fwd-jobstats/ F: doc/guides/sample_app_ug/l2_forward_job_stats.rst Metrics F: lib/metrics/ F: doc/guides/prog_guide/metrics_lib.rst F: app/test/test_metrics.c Bit-rate statistics F: lib/bitratestats/ F: app/test/test_bitratestats.c Latency statistics M: Reshma Pattan <reshma.pattan@intel.com> F: lib/latencystats/ F: app/test/test_latencystats.c Telemetry M: Bruce Richardson <bruce.richardson@intel.com> F: lib/telemetry/ F: doc/guides/prog_guide/telemetry_lib.rst F: app/test/test_telemetry* F: app/test/suites/test_telemetry.sh F: usertools/dpdk-telemetry* F: doc/guides/howto/telemetry.rst BPF M: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru> M: Marat Khalili <marat.khalili@huawei.com> F: lib/bpf/ F: examples/bpf/ F: app/test/test_bpf* F: app/test/bpf/ F: app/test-pmd/bpf_cmd.* F: doc/guides/prog_guide/bpf_lib.rst Graph M: Jerin Jacob <jerinj@marvell.com> M: Kiran Kumar K <kirankumark@marvell.com> M: Nithin Dabilpuram <ndabilpuram@marvell.com> M: Zhirun Yan <yanzhirun_163@163.com> F: lib/graph/ F: doc/guides/prog_guide/graph_lib.rst F: app/test/test_graph* F: examples/l3fwd-graph/ F: doc/guides/sample_app_ug/l3_forward_graph.rst Nodes M: Nithin Dabilpuram <ndabilpuram@marvell.com> M: Pavan Nikhilesh <pbhagavatula@marvell.com> F: lib/node/ Test Applications ----------------- Unit tests framework 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/test.c F: app/test/test.h F: app/test/test_pmd_perf.c F: app/test/virtual_pmd.c F: app/test/virtual_pmd.h F: buildtools/has-hugepages.py F: buildtools/gen-header.py F: buildtools/get-test-suites.py Sample packet helper functions for unit test M: Reshma Pattan <reshma.pattan@intel.com> F: app/test/sample_packet_forward.c F: app/test/sample_packet_forward.h Networking drivers testing tool M: Aman Singh <aman.deep.singh@intel.com> T: git://dpdk.org/next/dpdk-next-net F: app/test-pmd/ F: doc/guides/testpmd_app_ug/ DMA device performance tool M: Cheng Jiang <honest.jiang@foxmail.com> M: Chengwen Feng <fengchengwen@huawei.com> F: app/test-dma-perf/ F: doc/guides/tools/dmaperf.rst Flow performance tool M: Wisam Jaddo <wisamm@nvidia.com> F: app/test-flow-perf/ F: doc/guides/tools/flow-perf.rst Security performance tool M: Anoob Joseph <anoobj@marvell.com> T: git://dpdk.org/next/dpdk-next-crypto F: app/test-security-perf/ F: doc/guides/tools/securityperf.rst 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: Kai Ji <kai.ji@intel.com> 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 <jerinj@marvell.com> T: git://dpdk.org/next/dpdk-next-eventdev F: app/test-eventdev/ F: doc/guides/tools/testeventdev.rst F: doc/guides/tools/img/eventdev_* Graph application M: Sunil Kumar Kori <skori@marvell.com> M: Rakesh Kudurumalla <rkudurumalla@marvell.com> F: app/graph/ F: doc/guides/tools/graph.rst F: doc/guides/tools/img/graph-* Procinfo tool M: Reshma Pattan <reshma.pattan@intel.com> F: app/proc-info/ F: doc/guides/tools/proc_info.rst DTS M: Luca Vizzarro <luca.vizzarro@arm.com> M: Patrick Robb <patrickrobb1997@gmail.com> T: git://dpdk.org/next/dpdk-next-dts F: dts/ F: buildtools/check-dts-requirements.py F: devtools/dts-check-format.sh F: devtools/dts-check-docstrings.py F: doc/guides/tools/dts.rst Other Example Applications -------------------------- Ethtool example F: examples/ethtool/ F: doc/guides/sample_app_ug/ethtool.rst FIPS validation example M: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> F: examples/fips_validation/ F: doc/guides/sample_app_ug/fips_validation.rst Flow filtering example M: Ori Kam <orika@nvidia.com> F: examples/flow_filtering/ F: doc/guides/sample_app_ug/flow_filtering.rst Helloworld example M: Bruce Richardson <bruce.richardson@intel.com> F: examples/helloworld/ F: doc/guides/sample_app_ug/hello_world.rst IPsec security gateway example M: Radu Nicolau <radu.nicolau@intel.com> M: Akhil Goyal <gakhil@marvell.com> F: examples/ipsec-secgw/ F: doc/guides/sample_app_ug/ipsec_secgw.rst IPv4 multicast example F: examples/ipv4_multicast/ F: doc/guides/sample_app_ug/ipv4_multicast.rst L2 forwarding example M: Bruce Richardson <bruce.richardson@intel.com> F: examples/l2fwd/ F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst L2 forwarding with cache allocation example M: Tomasz Kantecki <tomasz.kantecki@intel.com> F: doc/guides/sample_app_ug/l2_forward_cat.rst F: examples/l2fwd-cat/ L2 forwarding with eventdev example M: Sunil Kumar Kori <skori@marvell.com> M: Pavan Nikhilesh <pbhagavatula@marvell.com> T: git://dpdk.org/next/dpdk-next-eventdev F: examples/l2fwd-event/ F: doc/guides/sample_app_ug/l2_forward_event.rst L2 forwarding with MACsec example M: Akhil Goyal <gakhil@marvell.com> F: doc/guides/sample_app_ug/l2_forward_macsec.rst F: examples/l2fwd-macsec/ L3 forwarding example F: examples/l3fwd/ F: doc/guides/sample_app_ug/l3_forward.rst Link status interrupt example F: examples/link_status_interrupt/ F: doc/guides/sample_app_ug/link_status_intr.rst PTP client example M: Kirill Rybalchenko <kirill.rybalchenko@intel.com> F: examples/ptpclient/ Rx/Tx callbacks example M: Bruce Richardson <bruce.richardson@intel.com> M: John McNamara <john.mcnamara@intel.com> F: examples/rxtx_callbacks/ F: doc/guides/sample_app_ug/rxtx_callbacks.rst Skeleton example M: Bruce Richardson <bruce.richardson@intel.com> M: John McNamara <john.mcnamara@intel.com> F: examples/skeleton/ F: doc/guides/sample_app_ug/skeleton.rst VMDq examples F: examples/vmdq/ F: doc/guides/sample_app_ug/vmdq_forwarding.rst F: examples/vmdq_dcb/ F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst