4 The intention of this file is to provide a set of names that we can rely on
5 for helping in patch reviews and questions.
6 These names are additional recipients for emails sent to dev@dpdk.org.
7 Please avoid private emails.
9 Descriptions of section entries:
11 M: Maintainer's Full Name <address@domain>
13 F: Files and directories with wildcard patterns.
14 A trailing slash includes all files and subdirectory files.
15 A wildcard includes all files but not subdirectories.
16 One pattern per line. Multiple F: lines acceptable.
17 X: Files and directories exclusion, same rules as F:
18 K: Keyword regex pattern to match content.
19 One regex pattern per line. Multiple K: lines acceptable.
22 General Project Administration
23 ------------------------------
26 M: Thomas Monjalon <thomas@monjalon.net>
27 M: Ferruh Yigit <ferruh.yigit@intel.com>
28 T: git://dpdk.org/dpdk
31 M: Ferruh Yigit <ferruh.yigit@intel.com>
32 T: git://dpdk.org/next/dpdk-next-net
35 M: Qi Zhang <qi.z.zhang@intel.com>
36 M: Beilei Xing <beilei.xing@intel.com>
37 T: git://dpdk.org/next/dpdk-next-net-intel
40 M: Shahaf Shuler <shahafs@mellanox.com>
41 T: git://dpdk.org/next/dpdk-next-net-mlx
44 M: Maxime Coquelin <maxime.coquelin@redhat.com>
45 M: Tiwei Bie <tiwei.bie@intel.com>
46 T: git://dpdk.org/next/dpdk-next-virtio
49 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
50 M: Akhil Goyal <akhil.goyal@nxp.com>
51 T: git://dpdk.org/next/dpdk-next-crypto
54 M: Jerin Jacob <jerinj@marvell.com>
55 T: git://dpdk.org/next/dpdk-next-eventdev
58 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
59 T: git://dpdk.org/next/dpdk-next-qos
62 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
63 T: git://dpdk.org/next/dpdk-next-pipeline
66 M: Yuanhan Liu <yliu@fridaylinux.org>
67 M: Luca Boccassi <bluca@debian.org>
68 T: git://dpdk.org/dpdk-stable
71 M: maintainers@dpdk.org
73 Documentation (with overlaps)
74 M: John McNamara <john.mcnamara@intel.com>
75 M: Marko Kovacevic <marko.kovacevic@intel.com>
79 Developers and Maintainers Tools
80 M: Thomas Monjalon <thomas@monjalon.net>
82 F: devtools/check-dup-includes.sh
83 F: devtools/check-maintainers.sh
84 F: devtools/check-forbidden-tokens.awk
85 F: devtools/check-git-log.sh
86 F: devtools/check-includes.sh
87 F: devtools/check-symbol-maps.sh
88 F: devtools/checkpatches.sh
89 F: devtools/get-maintainer.sh
90 F: devtools/git-log-fixes.sh
91 F: devtools/load-devel-config
92 F: devtools/test-build.sh
93 F: devtools/test-meson-builds.sh
99 M: Thomas Monjalon <thomas@monjalon.net>
104 F: buildtools/auto-config-h.sh
105 F: buildtools/gen-build-mk.sh
106 F: buildtools/gen-config-h.sh
107 F: buildtools/relpath.sh
108 F: doc/build-sdk-quick.txt
109 F: doc/guides/prog_guide/build_app.rst
110 F: doc/guides/prog_guide/dev_kit_*
111 F: doc/guides/prog_guide/ext_app_lib_make_help.rst
114 M: Bruce Richardson <bruce.richardson@intel.com>
116 F: lib/librte_eal/freebsd/BSDmakefile.meson
118 F: config/rte_config.h
119 F: buildtools/gen-pmdinfo-cfile.sh
120 F: buildtools/symlink-drivers-solibs.sh
123 M: Neil Horman <nhorman@tuxdriver.com>
124 F: doc/guides/rel_notes/deprecation.rst
125 F: devtools/validate-abi.sh
126 F: devtools/check-symbol-change.sh
127 F: buildtools/check-experimental-syms.sh
130 M: Neil Horman <nhorman@tuxdriver.com>
131 F: buildtools/pmdinfogen/
132 F: usertools/dpdk-pmdinfo.py
133 F: doc/guides/tools/pmdinfo.rst
136 Environment Abstraction Layer
137 -----------------------------
139 EAL API and common code
140 F: lib/librte_eal/common/*
141 F: lib/librte_eal/common/include/*
142 F: lib/librte_eal/common/include/generic/
143 F: lib/librte_eal/rte_eal_version.map
144 F: doc/guides/prog_guide/env_abstraction_layer.rst
145 F: app/test/test_alarm.c
146 F: app/test/test_atomic.c
147 F: app/test/test_barrier.c
148 F: app/test/test_byteorder.c
149 F: app/test/test_common.c
150 F: app/test/test_cpuflags.c
151 F: app/test/test_cycles.c
152 F: app/test/test_debug.c
153 F: app/test/test_eal*
154 F: app/test/test_errno.c
155 F: app/test/test_interrupts.c
156 F: app/test/test_logs.c
157 F: app/test/test_memcpy*
158 F: app/test/test_per_lcore.c
159 F: app/test/test_prefetch.c
160 F: app/test/test_reciprocal_division*
161 F: app/test/test_rwlock.c
162 F: app/test/test_spinlock.c
163 F: app/test/test_string_fns.c
164 F: app/test/test_tailq.c
165 F: app/test/test_version.c
168 M: Anatoly Burakov <anatoly.burakov@intel.com>
169 F: lib/librte_eal/common/include/rte_fbarray.h
170 F: lib/librte_eal/common/include/rte_mem*
171 F: lib/librte_eal/common/include/rte_malloc.h
172 F: lib/librte_eal/common/*malloc*
173 F: lib/librte_eal/common/eal_common_fbarray.c
174 F: lib/librte_eal/common/eal_common_mem*
175 F: lib/librte_eal/common/eal_hugepages.h
176 F: lib/librte_eal/linux/eal/eal_mem*
177 F: lib/librte_eal/freebsd/eal/eal_mem*
178 F: doc/guides/prog_guide/env_abstraction_layer.rst
179 F: app/test/test_external_mem.c
180 F: app/test/test_func_reentrancy.c
181 F: app/test/test_fbarray.c
182 F: app/test/test_malloc.c
183 F: app/test/test_memory.c
184 F: app/test/test_memzone.c
187 F: lib/librte_eal/common/include/rte_keepalive.h
188 F: lib/librte_eal/common/rte_keepalive.c
189 F: examples/l2fwd-keepalive/
190 F: doc/guides/sample_app_ug/keep_alive.rst
193 M: Anatoly Burakov <anatoly.burakov@intel.com>
195 F: doc/guides/prog_guide/multi_proc_support.rst
196 F: app/test/test_mp_secondary.c
197 F: examples/multi_process/
198 F: doc/guides/sample_app_ug/multi_process.rst
201 M: Harry van Haaren <harry.van.haaren@intel.com>
202 F: lib/librte_eal/common/include/rte_service.h
203 F: lib/librte_eal/common/include/rte_service_component.h
204 F: lib/librte_eal/common/rte_service.c
205 F: doc/guides/prog_guide/service_cores.rst
206 F: app/test/test_service_cores.c
209 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
210 F: lib/librte_eal/common/include/rte_bitmap.h
211 F: app/test/test_bitmap.c
214 M: Jan Viktorin <viktorin@rehivetech.com>
215 M: Gavin Hu <gavin.hu@arm.com>
216 F: lib/librte_eal/common/arch/arm/
217 F: lib/librte_eal/common/include/arch/arm/
220 M: Jerin Jacob <jerinj@marvell.com>
221 M: Gavin Hu <gavin.hu@arm.com>
222 F: lib/librte_eal/common/include/arch/arm/*_64.h
223 F: lib/librte_net/net_crc_neon.h
224 F: lib/librte_acl/acl_run_neon.*
225 F: lib/librte_lpm/rte_lpm_neon.h
226 F: lib/librte_hash/rte*_arm64.h
227 F: lib/librte_efd/rte*_arm64.h
228 F: lib/librte_table/rte*_arm64.h
229 F: drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c
230 F: drivers/net/i40e/i40e_rxtx_vec_neon.c
231 F: drivers/net/virtio/virtio_rxtx_simple_neon.c
234 M: Chao Zhu <chaozhu@linux.vnet.ibm.com>
235 F: lib/librte_eal/common/arch/ppc_64/
236 F: lib/librte_eal/common/include/arch/ppc_64/
237 F: drivers/net/i40e/i40e_rxtx_vec_altivec.c
238 F: examples/l3fwd/*altivec.h
241 M: Bruce Richardson <bruce.richardson@intel.com>
242 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
243 F: lib/librte_eal/common/arch/x86/
244 F: lib/librte_eal/common/include/arch/x86/
246 Linux EAL (with overlaps)
247 F: lib/librte_eal/linux/Makefile
248 F: lib/librte_eal/linux/eal/
249 F: doc/guides/linux_gsg/
252 M: Ferruh Yigit <ferruh.yigit@intel.com>
253 F: kernel/linux/igb_uio/
254 F: drivers/bus/pci/linux/*uio*
257 M: Anatoly Burakov <anatoly.burakov@intel.com>
258 F: lib/librte_eal/linux/eal/*vfio*
259 F: drivers/bus/pci/linux/*vfio*
261 FreeBSD EAL (with overlaps)
262 M: Bruce Richardson <bruce.richardson@intel.com>
263 F: lib/librte_eal/freebsd/Makefile
264 F: lib/librte_eal/freebsd/eal/
265 F: doc/guides/freebsd_gsg/
268 M: Bruce Richardson <bruce.richardson@intel.com>
269 F: kernel/freebsd/contigmem/
272 M: Bruce Richardson <bruce.richardson@intel.com>
273 F: kernel/freebsd/nic_uio/
280 M: Olivier Matz <olivier.matz@6wind.com>
281 M: Andrew Rybchenko <arybchenko@solarflare.com>
282 F: lib/librte_mempool/
283 F: drivers/mempool/Makefile
284 F: drivers/mempool/ring/
285 F: drivers/mempool/stack/
286 F: doc/guides/prog_guide/mempool_lib.rst
287 F: app/test/test_mempool*
288 F: app/test/test_func_reentrancy.c
291 M: Olivier Matz <olivier.matz@6wind.com>
293 F: doc/guides/prog_guide/ring_lib.rst
294 F: app/test/test_ring*
295 F: app/test/test_func_reentrancy.c
298 M: Olivier Matz <olivier.matz@6wind.com>
300 F: doc/guides/prog_guide/mbuf_lib.rst
301 F: app/test/test_mbuf.c
304 M: Thomas Monjalon <thomas@monjalon.net>
305 M: Ferruh Yigit <ferruh.yigit@intel.com>
306 M: Andrew Rybchenko <arybchenko@solarflare.com>
307 T: git://dpdk.org/next/dpdk-next-net
308 F: lib/librte_ethdev/
309 F: devtools/test-null.sh
312 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
313 T: git://dpdk.org/next/dpdk-next-net
314 F: app/test-pmd/cmdline_flow.c
315 F: doc/guides/prog_guide/rte_flow.rst
316 F: lib/librte_ethdev/rte_flow*
318 Traffic Management API - EXPERIMENTAL
319 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
320 T: git://dpdk.org/next/dpdk-next-tm
321 F: lib/librte_ethdev/rte_tm*
323 Traffic Metering and Policing API - EXPERIMENTAL
324 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
325 F: lib/librte_ethdev/rte_mtr*
327 Baseband API - EXPERIMENTAL
328 M: Amr Mokhtar <amr.mokhtar@intel.com>
329 T: git://dpdk.org/next/dpdk-next-crypto
331 F: doc/guides/prog_guide/bbdev.rst
333 F: doc/guides/bbdevs/
335 F: doc/guides/tools/testbbdev.rst
336 F: examples/bbdev_app/
337 F: doc/guides/sample_app_ug/bbdev_app.rst
340 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
341 M: Declan Doherty <declan.doherty@intel.com>
342 T: git://dpdk.org/next/dpdk-next-crypto
343 F: lib/librte_cryptodev/
344 F: app/test/test_cryptodev*
345 F: examples/l2fwd-crypto/
348 M: Akhil Goyal <akhil.goyal@nxp.com>
349 M: Declan Doherty <declan.doherty@intel.com>
350 T: git://dpdk.org/next/dpdk-next-crypto
351 F: lib/librte_security/
352 F: doc/guides/prog_guide/rte_security.rst
354 Compression API - EXPERIMENTAL
355 M: Fiona Trahe <fiona.trahe@intel.com>
356 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
357 M: Ashish Gupta <ashish.gupta@marvell.com>
358 T: git://dpdk.org/next/dpdk-next-crypto
359 F: lib/librte_compressdev/
361 F: app/test/test_compressdev*
362 F: doc/guides/prog_guide/compressdev.rst
363 F: doc/guides/compressdevs/features/default.ini
366 M: Jerin Jacob <jerinj@marvell.com>
367 T: git://dpdk.org/next/dpdk-next-eventdev
368 F: lib/librte_eventdev/
369 F: drivers/event/skeleton/
370 F: app/test/test_eventdev.c
372 Eventdev Ethdev Rx Adapter API - EXPERIMENTAL
373 M: Nikhil Rao <nikhil.rao@intel.com>
374 T: git://dpdk.org/next/dpdk-next-eventdev
375 F: lib/librte_eventdev/*eth_rx_adapter*
376 F: app/test/test_event_eth_rx_adapter.c
377 F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst
379 Eventdev Ethdev Tx Adapter API - EXPERIMENTAL
380 M: Nikhil Rao <nikhil.rao@intel.com>
381 T: git://dpdk.org/next/dpdk-next-eventdev
382 F: lib/librte_eventdev/*eth_tx_adapter*
383 F: app/test/test_event_eth_tx_adapter.c
384 F: doc/guides/prog_guide/event_ethernet_tx_adapter.rst
386 Eventdev Timer Adapter API - EXPERIMENTAL
387 M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
388 T: git://dpdk.org/next/dpdk-next-eventdev
389 F: lib/librte_eventdev/*timer_adapter*
390 F: app/test/test_event_timer_adapter.c
391 F: doc/guides/prog_guide/event_timer_adapter.rst
393 Eventdev Crypto Adapter API - EXPERIMENTAL
394 M: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
395 T: git://dpdk.org/next/dpdk-next-eventdev
396 F: lib/librte_eventdev/*crypto_adapter*
397 F: app/test/test_event_crypto_adapter.c
398 F: doc/guides/prog_guide/event_crypto_adapter.rst
400 Raw device API - EXPERIMENTAL
401 M: Shreyansh Jain <shreyansh.jain@nxp.com>
402 M: Hemant Agrawal <hemant.agrawal@nxp.com>
403 F: lib/librte_rawdev/
404 F: drivers/raw/skeleton_rawdev/
405 F: app/test/test_rawdev.c
406 F: doc/guides/prog_guide/rawdev.rst
413 M: Artem V. Andreev <artem.andreev@oktetlabs.ru>
414 M: Andrew Rybchenko <arybchenko@solarflare.com>
415 F: drivers/mempool/bucket/
422 M: Rosen Xu <rosen.xu@intel.com>
423 F: drivers/bus/ifpga/
426 M: Hemant Agrawal <hemant.agrawal@nxp.com>
427 M: Shreyansh Jain <shreyansh.jain@nxp.com>
428 F: drivers/common/dpaax/
430 F: drivers/bus/fslmc/
439 M: Stephen Hemminger <sthemmin@microsoft.com>
440 F: drivers/bus/vmbus/
445 M: Ferruh Yigit <ferruh.yigit@intel.com>
446 T: git://dpdk.org/next/dpdk-next-net
447 F: doc/guides/nics/features/default.ini
450 M: Chas Williams <chas3@att.com>
451 F: drivers/net/bonding/
452 F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
453 F: app/test/test_link_bonding*
455 F: doc/guides/nics/features/bonding.ini
458 M: Ferruh Yigit <ferruh.yigit@intel.com>
461 F: doc/guides/prog_guide/kernel_nic_interface.rst
462 F: app/test/test_kni.c
464 F: doc/guides/sample_app_ug/kernel_nic_interface.rst
467 M: John W. Linville <linville@tuxdriver.com>
468 F: drivers/net/af_packet/
469 F: doc/guides/nics/features/afpacket.ini
472 M: Marcin Wojtas <mw@semihalf.com>
473 M: Michal Krawczyk <mk@semihalf.com>
474 M: Guy Tzalik <gtzalik@amazon.com>
475 M: Evgeny Schemeilin <evgenys@amazon.com>
477 F: doc/guides/nics/ena.rst
478 F: doc/guides/nics/features/ena.ini
481 M: Ravi Kumar <ravi1.kumar@amd.com>
482 F: drivers/net/axgbe/
483 F: doc/guides/nics/axgbe.rst
484 F: doc/guides/nics/features/axgbe.ini
487 M: Igor Russkikh <igor.russkikh@aquantia.com>
488 M: Pavel Belous <pavel.belous@aquantia.com>
489 F: drivers/net/atlantic/
490 F: doc/guides/nics/atlantic.rst
491 F: doc/guides/nics/features/atlantic.ini
494 M: Shepard Siegel <shepard.siegel@atomicrules.com>
495 M: Ed Czeck <ed.czeck@atomicrules.com>
496 M: John Miller <john.miller@atomicrules.com>
498 F: doc/guides/nics/ark.rst
499 F: doc/guides/nics/features/ark.ini
502 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
503 M: Somnath Kotur <somnath.kotur@broadcom.com>
505 F: doc/guides/nics/bnxt.rst
506 F: doc/guides/nics/features/bnxt.ini
508 Cavium ThunderX nicvf
509 M: Jerin Jacob <jerinj@marvell.com>
510 M: Maciej Czekaj <mczekaj@marvell.com>
511 F: drivers/net/thunderx/
512 F: doc/guides/nics/thunderx.rst
513 F: doc/guides/nics/features/thunderx.ini
516 M: Shijith Thotton <sthotton@marvell.com>
517 M: Srisivasubramanian Srinivasan <srinivasan@marvell.com>
518 F: drivers/net/liquidio/
519 F: doc/guides/nics/liquidio.rst
520 F: doc/guides/nics/features/liquidio.ini
523 M: Jerin Jacob <jerinj@marvell.com>
524 F: drivers/common/octeontx/
525 F: drivers/mempool/octeontx/
526 F: drivers/net/octeontx/
527 F: doc/guides/nics/octeontx.rst
528 F: doc/guides/nics/features/octeontx.ini
531 M: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
532 F: drivers/net/cxgbe/
533 F: doc/guides/nics/cxgbe.rst
534 F: doc/guides/nics/features/cxgbe.ini
537 M: John Daley <johndale@cisco.com>
538 M: Hyong Youb Kim <hyonkim@cisco.com>
540 F: doc/guides/nics/enic.rst
541 F: doc/guides/nics/features/enic.ini
544 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
545 T: git://dpdk.org/next/dpdk-next-net-intel
546 F: drivers/net/e1000/
547 F: doc/guides/nics/e1000em.rst
548 F: doc/guides/nics/intel_vf.rst
549 F: doc/guides/nics/features/e1000.ini
550 F: doc/guides/nics/features/igb*.ini
553 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
554 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
555 T: git://dpdk.org/next/dpdk-next-net-intel
556 F: drivers/net/ixgbe/
557 F: doc/guides/nics/ixgbe.rst
558 F: doc/guides/nics/intel_vf.rst
559 F: doc/guides/nics/features/ixgbe*.ini
562 M: Beilei Xing <beilei.xing@intel.com>
563 M: Qi Zhang <qi.z.zhang@intel.com>
564 T: git://dpdk.org/next/dpdk-next-net-intel
566 F: doc/guides/nics/i40e.rst
567 F: doc/guides/nics/intel_vf.rst
568 F: doc/guides/nics/features/i40e*.ini
571 M: Qi Zhang <qi.z.zhang@intel.com>
572 M: Xiao Wang <xiao.w.wang@intel.com>
573 T: git://dpdk.org/next/dpdk-next-net-intel
574 F: drivers/net/fm10k/
575 F: doc/guides/nics/fm10k.rst
576 F: doc/guides/nics/features/fm10k*.ini
579 M: Jingjing Wu <jingjing.wu@intel.com>
580 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
581 T: git://dpdk.org/next/dpdk-next-net-intel
583 F: doc/guides/nics/features/iavf*.ini
586 M: Xiao Wang <xiao.w.wang@intel.com>
587 T: git://dpdk.org/next/dpdk-next-net-intel
589 F: doc/guides/nics/ifc.rst
590 F: doc/guides/nics/features/ifc*.ini
593 M: Qiming Yang <qiming.yang@intel.com>
594 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
595 T: git://dpdk.org/next/dpdk-next-net-intel
597 F: doc/guides/nics/ice.rst
598 F: doc/guides/nics/features/ice.ini
601 M: Tomasz Duszynski <tdu@semihalf.com>
602 M: Liron Himi <lironh@marvell.com>
603 M: Alan Winkowski <walan@marvell.com>
604 F: drivers/common/mvep/
605 F: drivers/net/mvpp2/
606 F: doc/guides/nics/mvpp2.rst
607 F: doc/guides/nics/features/mvpp2.ini
610 M: Zyta Szpak <zr@semihalf.com>
611 M: Liron Himi <lironh@marvell.com>
612 M: Alan Winkowski <walan@marvell.com>
613 F: drivers/net/mvneta/
614 F: doc/guides/nics/mvneta.rst
615 F: doc/guides/nics/features/mvneta.ini
618 M: Matan Azrad <matan@mellanox.com>
619 M: Shahaf Shuler <shahafs@mellanox.com>
620 T: git://dpdk.org/next/dpdk-next-net-mlx
622 F: doc/guides/nics/mlx4.rst
623 F: doc/guides/nics/features/mlx4.ini
626 M: Shahaf Shuler <shahafs@mellanox.com>
627 M: Yongseok Koh <yskoh@mellanox.com>
628 T: git://dpdk.org/next/dpdk-next-net-mlx
630 F: buildtools/options-ibverbs-static.sh
631 F: doc/guides/nics/mlx5.rst
632 F: doc/guides/nics/features/mlx5.ini
634 Microsoft vdev_netvsc - EXPERIMENTAL
635 M: Matan Azrad <matan@mellanox.com>
636 F: drivers/net/vdev_netvsc/
637 F: doc/guides/nics/vdev_netvsc.rst
638 F: doc/guides/nics/features/vdev_netvsc.ini
640 Microsoft Hyper-V netvsc - EXPERIMENTAL
641 M: Stephen Hemminger <sthemmin@microsoft.com>
642 M: K. Y. Srinivasan <kys@microsoft.com>
643 M: Haiyang Zhang <haiyangz@microsoft.com>
644 F: drivers/net/netvsc/
645 F: doc/guides/nics/netvsc.rst
646 F: doc/guides/nics/features/netvsc.ini
649 M: Jan Remes <remes@netcope.com>
650 F: drivers/net/szedata2/
651 F: doc/guides/nics/szedata2.rst
652 F: doc/guides/nics/features/szedata2.ini
655 M: Alejandro Lucero <alejandro.lucero@netronome.com>
657 F: doc/guides/nics/nfp.rst
658 F: doc/guides/nics/features/nfp*.ini
661 M: Hemant Agrawal <hemant.agrawal@nxp.com>
662 M: Shreyansh Jain <shreyansh.jain@nxp.com>
663 F: drivers/mempool/dpaa/
665 F: doc/guides/nics/dpaa.rst
666 F: doc/guides/nics/features/dpaa.ini
669 M: Hemant Agrawal <hemant.agrawal@nxp.com>
670 M: Shreyansh Jain <shreyansh.jain@nxp.com>
671 F: drivers/mempool/dpaa2/
672 F: drivers/net/dpaa2/
673 F: doc/guides/nics/dpaa2.rst
674 F: doc/guides/nics/features/dpaa2.ini
677 M: Gagandeep Singh <g.singh@nxp.com>
678 M: Pankaj Chauhan <pankaj.chauhan@nxp.com>
679 F: drivers/net/enetc/
680 F: doc/guides/nics/enetc.rst
681 F: doc/guides/nics/features/enetc.ini
684 M: Rasesh Mody <rmody@marvell.com>
685 M: Shahed Shaikh <shshaikh@marvell.com>
686 F: drivers/net/bnx2x/
687 F: doc/guides/nics/bnx2x.rst
688 F: doc/guides/nics/features/bnx2x*.ini
691 M: Rasesh Mody <rmody@marvell.com>
692 M: Shahed Shaikh <shshaikh@marvell.com>
694 F: doc/guides/nics/qede.rst
695 F: doc/guides/nics/features/qede*.ini
698 M: Andrew Rybchenko <arybchenko@solarflare.com>
700 F: doc/guides/nics/sfc_efx.rst
701 F: doc/guides/nics/features/sfc_efx.ini
704 M: Yong Wang <yongwang@vmware.com>
705 F: drivers/net/vmxnet3/
706 F: doc/guides/nics/vmxnet3.rst
707 F: doc/guides/nics/features/vmxnet3.ini
710 M: Maxime Coquelin <maxime.coquelin@redhat.com>
711 M: Tiwei Bie <tiwei.bie@intel.com>
712 M: Zhihong Wang <zhihong.wang@intel.com>
713 T: git://dpdk.org/next/dpdk-next-virtio
715 F: doc/guides/prog_guide/vhost_lib.rst
717 F: doc/guides/sample_app_ug/vhost.rst
718 F: examples/vhost_scsi/
719 F: doc/guides/sample_app_ug/vhost_scsi.rst
720 F: examples/vhost_crypto/
722 F: doc/guides/sample_app_ug/vdpa.rst
725 M: Maxime Coquelin <maxime.coquelin@redhat.com>
726 M: Tiwei Bie <tiwei.bie@intel.com>
727 M: Zhihong Wang <zhihong.wang@intel.com>
728 T: git://dpdk.org/next/dpdk-next-virtio
729 F: drivers/net/vhost/
730 F: doc/guides/nics/vhost.rst
731 F: doc/guides/nics/features/vhost.ini
734 M: Maxime Coquelin <maxime.coquelin@redhat.com>
735 M: Tiwei Bie <tiwei.bie@intel.com>
736 M: Zhihong Wang <zhihong.wang@intel.com>
737 T: git://dpdk.org/next/dpdk-next-virtio
738 F: drivers/net/virtio/
739 F: doc/guides/nics/virtio.rst
740 F: doc/guides/nics/features/virtio*.ini
743 M: Allain Legacy <allain.legacy@windriver.com>
744 M: Matt Peters <matt.peters@windriver.com>
746 F: doc/guides/nics/avp.rst
747 F: doc/guides/nics/features/avp.ini
750 M: Ferruh Yigit <ferruh.yigit@intel.com>
752 F: doc/guides/nics/pcap_ring.rst
753 F: doc/guides/nics/features/pcap.ini
756 M: Keith Wiles <keith.wiles@intel.com>
758 F: doc/guides/nics/tap.rst
759 F: doc/guides/nics/features/tap.ini
762 M: Ferruh Yigit <ferruh.yigit@intel.com>
764 F: doc/guides/nics/kni.rst
765 F: doc/guides/nics/features/kni.ini
768 M: Bruce Richardson <bruce.richardson@intel.com>
770 F: doc/guides/nics/pcap_ring.rst
771 F: app/test/test_pmd_ring.c
772 F: app/test/test_pmd_ring_perf.c
773 F: doc/guides/nics/features/ring.ini
776 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
778 F: doc/guides/nics/features/null.ini
781 M: Gaetan Rivet <gaetan.rivet@6wind.com>
782 F: drivers/net/failsafe/
783 F: doc/guides/nics/fail_safe.rst
784 F: doc/guides/nics/features/failsafe.ini
787 M: Jasvinder Singh <jasvinder.singh@intel.com>
788 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
789 F: drivers/net/softnic/
790 F: doc/guides/nics/features/softnic.ini
791 F: doc/guides/nics/softnic.rst
796 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
797 T: git://dpdk.org/next/dpdk-next-crypto
798 F: doc/guides/cryptodevs/features/default.ini
801 M: Ravi Kumar <ravi1.kumar@amd.com>
802 F: drivers/crypto/ccp/
803 F: doc/guides/cryptodevs/ccp.rst
804 F: doc/guides/cryptodevs/features/ccp.ini
807 M: Jerin Jacob <jerinj@marvell.com>
808 F: drivers/crypto/armv8/
809 F: doc/guides/cryptodevs/armv8.rst
810 F: doc/guides/cryptodevs/features/armv8.ini
812 Cavium OCTEON TX crypto
813 M: Anoob Joseph <anoobj@marvell.com>
814 F: drivers/common/cpt/
815 F: drivers/crypto/octeontx/
816 F: doc/guides/cryptodevs/octeontx.rst
817 F: doc/guides/cryptodevs/features/octeontx.ini
820 M: Fan Zhang <roy.fan.zhang@intel.com>
821 F: drivers/crypto/scheduler/
822 F: doc/guides/cryptodevs/scheduler.rst
825 M: Declan Doherty <declan.doherty@intel.com>
826 F: drivers/crypto/aesni_gcm/
827 F: doc/guides/cryptodevs/aesni_gcm.rst
828 F: doc/guides/cryptodevs/features/aesni_gcm.ini
830 Intel AES-NI Multi-Buffer
831 M: Declan Doherty <declan.doherty@intel.com>
832 F: drivers/crypto/aesni_mb/
833 F: doc/guides/cryptodevs/aesni_mb.rst
834 F: doc/guides/cryptodevs/features/aesni_mb.ini
837 M: John Griffin <john.griffin@intel.com>
838 M: Fiona Trahe <fiona.trahe@intel.com>
839 M: Deepak Kumar Jain <deepak.k.jain@intel.com>
840 F: drivers/crypto/qat/
841 F: drivers/common/qat/
842 F: doc/guides/cryptodevs/qat.rst
843 F: doc/guides/cryptodevs/features/qat.ini
846 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
847 F: drivers/crypto/kasumi/
848 F: doc/guides/cryptodevs/kasumi.rst
849 F: doc/guides/cryptodevs/features/kasumi.ini
852 M: Tomasz Duszynski <tdu@semihalf.com>
853 M: Liron Himi <lironh@marvell.com>
854 M: Alan Winkowski <walan@marvell.com>
855 F: drivers/crypto/mvsam/
856 F: doc/guides/cryptodevs/mvsam.rst
857 F: doc/guides/cryptodevs/features/mvsam.ini
860 M: Declan Doherty <declan.doherty@intel.com>
861 F: drivers/crypto/null/
862 F: doc/guides/cryptodevs/null.rst
863 F: doc/guides/cryptodevs/features/null.ini
866 M: Gagandeep Singh <g.singh@nxp.com>
867 M: Hemant Agrawal <hemant.agrawal@nxp.com>
868 F: drivers/crypto/caam_jr/
869 F: doc/guides/cryptodevs/caam_jr.rst
870 F: doc/guides/cryptodevs/features/caam_jr.ini
873 M: Akhil Goyal <akhil.goyal@nxp.com>
874 M: Hemant Agrawal <hemant.agrawal@nxp.com>
875 F: drivers/crypto/dpaa_sec/
876 F: doc/guides/cryptodevs/dpaa_sec.rst
877 F: doc/guides/cryptodevs/features/dpaa_sec.ini
880 M: Akhil Goyal <akhil.goyal@nxp.com>
881 M: Hemant Agrawal <hemant.agrawal@nxp.com>
882 F: drivers/crypto/dpaa2_sec/
883 F: doc/guides/cryptodevs/dpaa2_sec.rst
884 F: doc/guides/cryptodevs/features/dpaa2_sec.ini
887 M: Declan Doherty <declan.doherty@intel.com>
888 F: drivers/crypto/openssl/
889 F: doc/guides/cryptodevs/openssl.rst
890 F: doc/guides/cryptodevs/features/openssl.ini
893 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
894 F: drivers/crypto/snow3g/
895 F: doc/guides/cryptodevs/snow3g.rst
896 F: doc/guides/cryptodevs/features/snow3g.ini
899 M: Jay Zhou <jianjay.zhou@huawei.com>
900 F: drivers/crypto/virtio/
901 F: doc/guides/cryptodevs/virtio.rst
902 F: doc/guides/cryptodevs/features/virtio.ini
905 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
906 F: drivers/crypto/zuc/
907 F: doc/guides/cryptodevs/zuc.rst
908 F: doc/guides/cryptodevs/features/zuc.ini
913 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
914 T: git://dpdk.org/next/dpdk-next-crypto
916 Cavium OCTEON TX zipvf
917 M: Ashish Gupta <ashish.gupta@marvell.com>
918 F: drivers/compress/octeontx/
919 F: doc/guides/compressdevs/octeontx.rst
920 F: doc/guides/compressdevs/features/octeontx.ini
923 M: Fiona Trahe <fiona.trahe@intel.com>
924 F: drivers/compress/qat/
925 F: drivers/common/qat/
928 M: Lee Daly <lee.daly@intel.com>
929 F: drivers/compress/isal/
930 F: doc/guides/compressdevs/isal.rst
931 F: doc/guides/compressdevs/features/isal.ini
934 M: Sunila Sahu <ssahu@marvell.com>
935 F: drivers/compress/zlib/
936 F: doc/guides/compressdevs/zlib.rst
937 F: doc/guides/compressdevs/features/zlib.ini
942 M: Jerin Jacob <jerinj@marvell.com>
943 T: git://dpdk.org/next/dpdk-next-eventdev
945 Cavium OCTEON TX ssovf
946 M: Jerin Jacob <jerinj@marvell.com>
947 F: drivers/event/octeontx/
948 F: doc/guides/eventdevs/octeontx.rst
950 Cavium OCTEON TX timvf
951 M: Pavan Nikhilesh <pbhagavatula@marvell.com>
952 F: drivers/event/octeontx/timvf_*
955 M: Hemant Agrawal <hemant.agrawal@nxp.com>
956 M: Sunil Kumar Kori <sunil.kori@nxp.com>
957 F: drivers/event/dpaa/
958 F: doc/guides/eventdevs/dpaa.rst
961 M: Hemant Agrawal <hemant.agrawal@nxp.com>
962 M: Nipun Gupta <nipun.gupta@nxp.com>
963 F: drivers/event/dpaa2/
964 F: doc/guides/eventdevs/dpaa2.rst
966 Software Eventdev PMD
967 M: Harry van Haaren <harry.van.haaren@intel.com>
969 F: doc/guides/eventdevs/sw.rst
970 F: examples/eventdev_pipeline/
971 F: doc/guides/sample_app_ug/eventdev_pipeline.rst
973 Distributed Software Eventdev PMD
974 M: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
975 F: drivers/event/dsw/
976 F: doc/guides/eventdevs/dsw.rst
978 Software OPDL Eventdev PMD
979 M: Liang Ma <liang.j.ma@intel.com>
980 M: Peter Mccarthy <peter.mccarthy@intel.com>
981 F: drivers/event/opdl/
982 F: doc/guides/eventdevs/opdl.rst
989 M: Rosen Xu <rosen.xu@intel.com>
990 M: Tianfei zhang <tianfei.zhang@intel.com>
991 F: drivers/raw/ifpga_rawdev/
992 F: doc/guides/rawdevs/ifpga_rawdev.rst
995 M: Nipun Gupta <nipun.gupta@nxp.com>
996 F: drivers/raw/dpaa2_qdma/
997 F: doc/guides/rawdevs/dpaa2_qdma.rst
1000 M: Nipun Gupta <nipun.gupta@nxp.com>
1001 F: drivers/raw/dpaa2_cmdif/
1002 F: doc/guides/rawdevs/dpaa2_cmdif.rst
1009 M: Olivier Matz <olivier.matz@6wind.com>
1013 M: Jasvinder Singh <jasvinder.singh@intel.com>
1014 F: lib/librte_net/rte_net_crc*
1015 F: lib/librte_net/net_crc_sse.h
1016 F: app/test/test_crc.c
1018 IP fragmentation & reassembly
1019 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1020 F: lib/librte_ip_frag/
1021 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
1022 F: examples/ip_fragmentation/
1023 F: doc/guides/sample_app_ug/ip_frag.rst
1024 F: examples/ip_reassembly/
1025 F: doc/guides/sample_app_ug/ip_reassembly.rst
1027 Generic Receive Offload - EXPERIMENTAL
1028 M: Jiayu Hu <jiayu.hu@intel.com>
1030 F: doc/guides/prog_guide/generic_receive_offload_lib.rst
1032 Generic Segmentation Offload
1033 M: Jiayu Hu <jiayu.hu@intel.com>
1035 F: doc/guides/prog_guide/generic_segmentation_offload_lib.rst
1037 IPsec - EXPERIMENTAL
1038 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1039 T: git://dpdk.org/next/dpdk-next-crypto
1040 F: lib/librte_ipsec/
1041 M: Bernard Iremonger <bernard.iremonger@intel.com>
1042 F: app/test/test_ipsec.c
1043 F: doc/guides/prog_guide/ipsec_lib.rst
1045 Flow Classify - EXPERIMENTAL
1046 M: Bernard Iremonger <bernard.iremonger@intel.com>
1047 F: lib/librte_flow_classify/
1048 F: app/test/test_flow_classify*
1049 F: doc/guides/prog_guide/flow_classify_lib.rst
1050 F: examples/flow_classify/
1051 F: doc/guides/sample_app_ug/flow_classify.rst
1054 M: David Hunt <david.hunt@intel.com>
1055 F: lib/librte_distributor/
1056 F: doc/guides/prog_guide/packet_distrib_lib.rst
1057 F: app/test/test_distributor*
1058 F: examples/distributor/
1059 F: doc/guides/sample_app_ug/dist_app.rst
1062 M: Reshma Pattan <reshma.pattan@intel.com>
1063 F: lib/librte_reorder/
1064 F: doc/guides/prog_guide/reorder_lib.rst
1065 F: app/test/test_reorder*
1066 F: examples/packet_ordering/
1067 F: doc/guides/sample_app_ug/packet_ordering.rst
1069 Hierarchical scheduler
1070 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1071 F: lib/librte_sched/
1072 F: doc/guides/prog_guide/qos_framework.rst
1073 F: app/test/test_red.c
1074 F: app/test/test_sched.c
1075 F: examples/qos_sched/
1076 F: doc/guides/sample_app_ug/qos_scheduler.rst
1079 M: Reshma Pattan <reshma.pattan@intel.com>
1080 F: lib/librte_pdump/
1081 F: doc/guides/prog_guide/pdump_lib.rst
1082 F: app/test/test_pdump.*
1084 F: doc/guides/tools/pdump.rst
1089 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1090 F: lib/librte_pipeline/
1092 F: lib/librte_table/
1093 F: doc/guides/prog_guide/packet_framework.rst
1094 F: app/test/test_table*
1095 F: app/test-pipeline/
1096 F: doc/guides/sample_app_ug/test_pipeline.rst
1097 F: examples/ip_pipeline/
1098 F: doc/guides/sample_app_ug/ip_pipeline.rst
1105 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1107 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
1109 F: app/test/test_acl.*
1110 F: examples/l3fwd-acl/
1111 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
1114 M: Byron Marohn <byron.marohn@intel.com>
1115 M: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
1117 F: doc/guides/prog_guide/efd_lib.rst
1118 F: app/test/test_efd*
1119 F: examples/server_node_efd/
1120 F: doc/guides/sample_app_ug/server_node_efd.rst
1123 M: Yipeng Wang <yipeng1.wang@intel.com>
1124 M: Sameh Gobriel <sameh.gobriel@intel.com>
1125 M: Bruce Richardson <bruce.richardson@intel.com>
1126 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1128 F: doc/guides/prog_guide/hash_lib.rst
1129 F: app/test/test_*hash*
1130 F: app/test/test_func_reentrancy.c
1133 M: Bruce Richardson <bruce.richardson@intel.com>
1134 M: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
1136 F: doc/guides/prog_guide/lpm*
1137 F: app/test/test_lpm*
1138 F: app/test/test_func_reentrancy.c
1139 F: app/test/test_xmmt_ops.h
1141 Membership - EXPERIMENTAL
1142 M: Yipeng Wang <yipeng1.wang@intel.com>
1143 M: Sameh Gobriel <sameh.gobriel@intel.com>
1144 F: lib/librte_member/
1145 F: doc/guides/prog_guide/member_lib.rst
1146 F: app/test/test_member*
1149 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1150 F: lib/librte_meter/
1151 F: doc/guides/sample_app_ug/qos_scheduler.rst
1152 F: app/test/test_meter.c
1153 F: examples/qos_meter/
1154 F: doc/guides/sample_app_ug/qos_metering.rst
1161 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1162 F: lib/librte_cfgfile/
1163 F: app/test/test_cfgfile.c
1164 F: app/test/test_cfgfiles/
1166 Interactive command line
1167 M: Olivier Matz <olivier.matz@6wind.com>
1168 F: lib/librte_cmdline/
1169 F: app/test-cmdline/
1170 F: app/test/test_cmdline*
1171 F: examples/cmdline/
1172 F: doc/guides/sample_app_ug/cmd_line.rst
1175 M: Olivier Matz <olivier.matz@6wind.com>
1176 F: lib/librte_kvargs/
1177 F: app/test/test_kvargs.c
1180 M: Gaetan Rivet <gaetan.rivet@6wind.com>
1184 M: David Hunt <david.hunt@intel.com>
1185 F: lib/librte_power/
1186 F: doc/guides/prog_guide/power_man.rst
1187 F: app/test/test_power*
1188 F: examples/l3fwd-power/
1189 F: doc/guides/sample_app_ug/l3_forward_power_man.rst
1190 F: examples/vm_power_manager/
1191 F: doc/guides/sample_app_ug/vm_power_management.rst
1194 M: Robert Sanford <rsanford@akamai.com>
1195 F: lib/librte_timer/
1196 F: doc/guides/prog_guide/timer_lib.rst
1197 F: app/test/test_timer*
1199 F: doc/guides/sample_app_ug/timer.rst
1202 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1203 F: lib/librte_jobstats/
1204 F: examples/l2fwd-jobstats/
1205 F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
1208 F: lib/librte_metrics/
1209 F: app/test/test_metrics.c
1212 F: lib/librte_bitratestats/
1213 F: app/test/test_bitratestats.c
1216 M: Reshma Pattan <reshma.pattan@intel.com>
1217 F: lib/librte_latencystats/
1218 F: app/test/test_latencystats.c
1220 Telemetry - EXPERIMENTAL
1221 M: Kevin Laatz <kevin.laatz@intel.com>
1222 F: lib/librte_telemetry/
1223 F: usertools/dpdk-telemetry-client.py
1224 F: doc/guides/howto/telemetry.rst
1227 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1230 F: app/test/test_bpf.c
1231 F: doc/guides/prog_guide/bpf_lib.rst
1237 Unit tests framework
1239 F: app/test/Makefile
1240 F: app/test/autotest*
1241 F: app/test/commands.c
1242 F: app/test/packet_burst_generator.c
1243 F: app/test/packet_burst_generator.h
1244 F: app/test/process.h
1245 F: app/test/resource.*
1248 F: app/test/test_pmd_perf.c
1249 F: app/test/test_resource.c
1250 F: app/test/virtual_pmd.c
1251 F: app/test/virtual_pmd.h
1253 Sample packet helper functions for unit test
1254 M: Reshma Pattan <reshma.pattan@intel.com>
1255 F: app/test/sample_packet_forward.c
1256 F: app/test/sample_packet_forward.h
1259 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
1260 M: Jingjing Wu <jingjing.wu@intel.com>
1261 M: Bernard Iremonger <bernard.iremonger@intel.com>
1263 F: doc/guides/testpmd_app_ug/
1265 Compression performance test application
1266 M: Pablo De Lara Guarch <pablo.de.lara.guarch@intel.com>
1267 F: app/test-compress-perf/
1268 F: doc/guides/tools/comp_perf.rst
1270 Crypto performance test application
1271 M: Declan Doherty <declan.doherty@intel.com>
1272 F: app/test-crypto-perf/
1273 F: doc/guides/tools/cryptoperf.rst
1275 Eventdev test application
1276 M: Jerin Jacob <jerinj@marvell.com>
1277 F: app/test-eventdev/
1278 F: doc/guides/tools/testeventdev.rst
1279 F: doc/guides/tools/img/eventdev_*
1280 F: app/test/test_event_ring.c
1283 M: Maryam Tahhan <maryam.tahhan@intel.com>
1284 M: Reshma Pattan <reshma.pattan@intel.com>
1286 F: doc/guides/tools/proc_info.rst
1289 Other Example Applications
1290 --------------------------
1292 F: examples/ethtool/
1293 F: doc/guides/sample_app_ug/ethtool.rst
1295 F: examples/exception_path/
1296 F: doc/guides/sample_app_ug/exception_path.rst
1298 M: Marko Kovacevic <marko.kovacevic@intel.com>
1299 F: examples/fips_validation/
1300 F: doc/guides/sample_app_ug/fips_validation.rst
1302 M: Ori Kam <orika@mellanox.com>
1303 F: examples/flow_filtering/
1304 F: doc/guides/sample_app_ug/flow_filtering.rst
1306 M: Bruce Richardson <bruce.richardson@intel.com>
1307 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1308 F: examples/helloworld/
1309 F: doc/guides/sample_app_ug/hello_world.rst
1311 M: Radu Nicolau <radu.nicolau@intel.com>
1312 M: Akhil Goyal <akhil.goyal@nxp.com>
1313 F: examples/ipsec-secgw/
1314 F: doc/guides/sample_app_ug/ipsec_secgw.rst
1316 F: examples/ipv4_multicast/
1317 F: doc/guides/sample_app_ug/ipv4_multicast.rst
1319 M: Bruce Richardson <bruce.richardson@intel.com>
1320 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1322 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
1324 M: Tomasz Kantecki <tomasz.kantecki@intel.com>
1325 F: doc/guides/sample_app_ug/l2_forward_cat.rst
1326 F: examples/l2fwd-cat/
1329 F: doc/guides/sample_app_ug/l3_forward.rst
1331 F: examples/l3fwd-vf/
1332 F: doc/guides/sample_app_ug/l3_forward_virtual.rst
1334 F: examples/link_status_interrupt/
1335 F: doc/guides/sample_app_ug/link_status_intr.rst
1337 F: examples/load_balancer/
1338 F: doc/guides/sample_app_ug/load_balancer.rst
1340 F: examples/netmap_compat/
1341 F: doc/guides/sample_app_ug/netmap_compatibility.rst
1343 L-threads - EXPERIMENTAL
1344 M: John McNamara <john.mcnamara@intel.com>
1345 F: examples/performance-thread/
1346 F: doc/guides/sample_app_ug/performance_thread.rst
1348 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1349 F: examples/ptpclient/
1351 F: examples/quota_watermark/
1352 F: doc/guides/sample_app_ug/quota_watermark.rst
1354 M: Bruce Richardson <bruce.richardson@intel.com>
1355 M: John McNamara <john.mcnamara@intel.com>
1356 F: examples/rxtx_callbacks/
1357 F: doc/guides/sample_app_ug/rxtx_callbacks.rst
1359 M: Harry van Haaren <harry.van.haaren@intel.com>
1360 F: examples/service_cores/
1361 F: doc/guides/sample_app_ug/service_cores.rst
1363 M: Bruce Richardson <bruce.richardson@intel.com>
1364 M: John McNamara <john.mcnamara@intel.com>
1365 F: examples/skeleton/
1366 F: doc/guides/sample_app_ug/skeleton.rst
1368 M: Xiaoyun Li <xiaoyun.li@intel.com>
1369 F: examples/tep_termination/
1372 F: examples/vmdq_dcb/
1373 F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst