net/hns3: add build and doc infrastructure
[dpdk.git] / MAINTAINERS
1 DPDK Maintainers
2 ================
3
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.
8
9 Descriptions of section entries:
10
11         M: Maintainer's Full Name <address@domain>
12         T: Git tree location.
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.
20
21
22 General Project Administration
23 ------------------------------
24
25 Main Branch
26 M: Thomas Monjalon <thomas@monjalon.net>
27 M: David Marchand <david.marchand@redhat.com>
28 T: git://dpdk.org/dpdk
29
30 Next-net Tree
31 M: Ferruh Yigit <ferruh.yigit@intel.com>
32 M: Andrew Rybchenko <arybchenko@solarflare.com>
33 T: git://dpdk.org/next/dpdk-next-net
34
35 Next-net-intel Tree
36 M: Qi Zhang <qi.z.zhang@intel.com>
37 M: Xiaolong Ye <xiaolong.ye@intel.com>
38 T: git://dpdk.org/next/dpdk-next-net-intel
39
40 Next-net-mrvl Tree
41 M: Jerin Jacob <jerinj@marvell.com>
42 T: git://dpdk.org/next/dpdk-next-net-mrvl
43
44 Next-net-mlx Tree
45 M: Raslan Darawsheh <rasland@mellanox.com>
46 T: git://dpdk.org/next/dpdk-next-net-mlx
47
48 Next-virtio Tree
49 M: Maxime Coquelin <maxime.coquelin@redhat.com>
50 M: Tiwei Bie <tiwei.bie@intel.com>
51 T: git://dpdk.org/next/dpdk-next-virtio
52
53 Next-crypto Tree
54 M: Akhil Goyal <akhil.goyal@nxp.com>
55 T: git://dpdk.org/next/dpdk-next-crypto
56
57 Next-eventdev Tree
58 M: Jerin Jacob <jerinj@marvell.com>
59 T: git://dpdk.org/next/dpdk-next-eventdev
60
61 Next-qos Tree
62 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
63 T: git://dpdk.org/next/dpdk-next-qos
64
65 Next-pipeline Tree
66 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
67 T: git://dpdk.org/next/dpdk-next-pipeline
68
69 Stable Branches
70 M: Luca Boccassi <bluca@debian.org>
71 M: Kevin Traynor <ktraynor@redhat.com>
72 T: git://dpdk.org/dpdk-stable
73
74 Security Issues
75 M: maintainers@dpdk.org
76
77 Documentation (with overlaps)
78 M: John McNamara <john.mcnamara@intel.com>
79 M: Marko Kovacevic <marko.kovacevic@intel.com>
80 F: README
81 F: doc/
82
83 Developers and Maintainers Tools
84 M: Thomas Monjalon <thomas@monjalon.net>
85 F: MAINTAINERS
86 F: devtools/check-dup-includes.sh
87 F: devtools/check-maintainers.sh
88 F: devtools/check-forbidden-tokens.awk
89 F: devtools/check-git-log.sh
90 F: devtools/check-includes.sh
91 F: devtools/check-symbol-maps.sh
92 F: devtools/checkpatches.sh
93 F: devtools/get-maintainer.sh
94 F: devtools/git-log-fixes.sh
95 F: devtools/load-devel-config
96 F: devtools/test-build.sh
97 F: devtools/test-meson-builds.sh
98 F: license/
99
100
101 Build System
102 ------------
103 M: Thomas Monjalon <thomas@monjalon.net>
104 F: GNUmakefile
105 F: Makefile
106 F: config/
107 F: mk/
108 F: buildtools/auto-config-h.sh
109 F: buildtools/gen-build-mk.sh
110 F: buildtools/gen-config-h.sh
111 F: buildtools/relpath.sh
112 F: doc/build-sdk-quick.txt
113 F: doc/guides/prog_guide/build_app.rst
114 F: doc/guides/prog_guide/dev_kit_*
115 F: doc/guides/prog_guide/ext_app_lib_make_help.rst
116
117 Meson build
118 M: Bruce Richardson <bruce.richardson@intel.com>
119 F: meson.build
120 F: lib/librte_eal/freebsd/BSDmakefile.meson
121 F: meson_options.txt
122 F: config/rte_config.h
123 F: buildtools/gen-pmdinfo-cfile.sh
124 F: buildtools/map_to_def.py
125 F: buildtools/symlink-drivers-solibs.sh
126
127 Public CI
128 M: Aaron Conole <aconole@redhat.com>
129 M: Michael Santana <maicolgabriel@hotmail.com>
130 F: .travis.yml
131 F: .ci/
132
133 ABI versioning
134 M: Neil Horman <nhorman@tuxdriver.com>
135 F: doc/guides/rel_notes/deprecation.rst
136 F: devtools/validate-abi.sh
137 F: devtools/check-symbol-change.sh
138 F: buildtools/check-experimental-syms.sh
139 F: buildtools/map-list-symbol.sh
140
141 Driver information
142 M: Neil Horman <nhorman@tuxdriver.com>
143 F: buildtools/pmdinfogen/
144 F: usertools/dpdk-pmdinfo.py
145 F: doc/guides/tools/pmdinfo.rst
146
147
148 Environment Abstraction Layer
149 -----------------------------
150
151 EAL API and common code
152 F: lib/librte_eal/common/*
153 F: lib/librte_eal/common/include/*
154 F: lib/librte_eal/common/include/generic/
155 F: lib/librte_eal/rte_eal_version.map
156 F: doc/guides/prog_guide/env_abstraction_layer.rst
157 F: app/test/test_alarm.c
158 F: app/test/test_atomic.c
159 F: app/test/test_barrier.c
160 F: app/test/test_byteorder.c
161 F: app/test/test_common.c
162 F: app/test/test_cpuflags.c
163 F: app/test/test_cycles.c
164 F: app/test/test_debug.c
165 F: app/test/test_eal*
166 F: app/test/test_errno.c
167 F: app/test/test_interrupts.c
168 F: app/test/test_logs.c
169 F: app/test/test_memcpy*
170 F: app/test/test_per_lcore.c
171 F: app/test/test_prefetch.c
172 F: app/test/test_reciprocal_division*
173 F: app/test/test_rwlock.c
174 F: app/test/test_spinlock.c
175 F: app/test/test_string_fns.c
176 F: app/test/test_tailq.c
177 F: app/test/test_version.c
178
179 Memory Allocation
180 M: Anatoly Burakov <anatoly.burakov@intel.com>
181 F: lib/librte_eal/common/include/rte_fbarray.h
182 F: lib/librte_eal/common/include/rte_mem*
183 F: lib/librte_eal/common/include/rte_malloc.h
184 F: lib/librte_eal/common/*malloc*
185 F: lib/librte_eal/common/eal_common_fbarray.c
186 F: lib/librte_eal/common/eal_common_mem*
187 F: lib/librte_eal/common/eal_hugepages.h
188 F: lib/librte_eal/linux/eal/eal_mem*
189 F: lib/librte_eal/freebsd/eal/eal_mem*
190 F: doc/guides/prog_guide/env_abstraction_layer.rst
191 F: app/test/test_external_mem.c
192 F: app/test/test_func_reentrancy.c
193 F: app/test/test_fbarray.c
194 F: app/test/test_malloc.c
195 F: app/test/test_memory.c
196 F: app/test/test_memzone.c
197
198 Keep alive
199 F: lib/librte_eal/common/include/rte_keepalive.h
200 F: lib/librte_eal/common/rte_keepalive.c
201 F: examples/l2fwd-keepalive/
202 F: doc/guides/sample_app_ug/keep_alive.rst
203
204 Secondary process
205 M: Anatoly Burakov <anatoly.burakov@intel.com>
206 K: RTE_PROC_
207 F: lib/librte_eal/common/eal_common_proc.c
208 F: doc/guides/prog_guide/multi_proc_support.rst
209 F: app/test/test_mp_secondary.c
210 F: examples/multi_process/
211 F: doc/guides/sample_app_ug/multi_process.rst
212
213 Service Cores
214 M: Harry van Haaren <harry.van.haaren@intel.com>
215 F: lib/librte_eal/common/include/rte_service.h
216 F: lib/librte_eal/common/include/rte_service_component.h
217 F: lib/librte_eal/common/rte_service.c
218 F: doc/guides/prog_guide/service_cores.rst
219 F: app/test/test_service_cores.c
220
221 Bitmap
222 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
223 F: lib/librte_eal/common/include/rte_bitmap.h
224 F: app/test/test_bitmap.c
225
226 MCSlock - EXPERIMENTAL
227 M: Phil Yang <phil.yang@arm.com>
228 F: lib/librte_eal/common/include/generic/rte_mcslock.h
229 F: app/test/test_mcslock.c
230
231 Ticketlock
232 M: Joyce Kong <joyce.kong@arm.com>
233 F: lib/librte_eal/common/include/generic/rte_ticketlock.h
234 F: app/test/test_ticketlock.c
235
236 Pseudo-random Number Generation
237 M: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
238 F: lib/librte_eal/common/include/rte_random.h
239 F: lib/librte_eal/common/rte_random.c
240 F: app/test/test_rand_perf.c
241
242 ARM v7
243 M: Jan Viktorin <viktorin@rehivetech.com>
244 M: Gavin Hu <gavin.hu@arm.com>
245 F: lib/librte_eal/common/arch/arm/
246 F: lib/librte_eal/common/include/arch/arm/
247
248 ARM v8
249 M: Jerin Jacob <jerinj@marvell.com>
250 M: Gavin Hu <gavin.hu@arm.com>
251 F: lib/librte_eal/common/include/arch/arm/*_64.h
252 F: lib/librte_net/net_crc_neon.h
253 F: lib/librte_acl/acl_run_neon.*
254 F: lib/librte_lpm/rte_lpm_neon.h
255 F: lib/librte_hash/rte*_arm64.h
256 F: lib/librte_efd/rte*_arm64.h
257 F: lib/librte_table/rte*_arm64.h
258 F: drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c
259 F: drivers/net/i40e/i40e_rxtx_vec_neon.c
260 F: drivers/net/virtio/virtio_rxtx_simple_neon.c
261
262 IBM POWER (alpha)
263 M: David Christensen <drc@linux.vnet.ibm.com>
264 F: lib/librte_eal/common/arch/ppc_64/
265 F: lib/librte_eal/common/include/arch/ppc_64/
266 F: drivers/net/i40e/i40e_rxtx_vec_altivec.c
267 F: examples/l3fwd/*altivec.h
268
269 Intel x86
270 M: Bruce Richardson <bruce.richardson@intel.com>
271 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
272 F: lib/librte_eal/common/arch/x86/
273 F: lib/librte_eal/common/include/arch/x86/
274
275 Linux EAL (with overlaps)
276 F: lib/librte_eal/linux/Makefile
277 F: lib/librte_eal/linux/eal/
278 F: doc/guides/linux_gsg/
279
280 Linux UIO
281 M: Ferruh Yigit <ferruh.yigit@intel.com>
282 F: kernel/linux/igb_uio/
283 F: drivers/bus/pci/linux/*uio*
284
285 Linux VFIO
286 M: Anatoly Burakov <anatoly.burakov@intel.com>
287 F: lib/librte_eal/linux/eal/*vfio*
288 F: drivers/bus/pci/linux/*vfio*
289
290 FreeBSD EAL (with overlaps)
291 M: Bruce Richardson <bruce.richardson@intel.com>
292 F: lib/librte_eal/freebsd/Makefile
293 F: lib/librte_eal/freebsd/eal/
294 F: doc/guides/freebsd_gsg/
295
296 FreeBSD contigmem
297 M: Bruce Richardson <bruce.richardson@intel.com>
298 F: kernel/freebsd/contigmem/
299
300 FreeBSD UIO
301 M: Bruce Richardson <bruce.richardson@intel.com>
302 F: kernel/freebsd/nic_uio/
303
304 Windows support
305 M: Harini Ramakrishnan <harini.ramakrishnan@microsoft.com>
306 M: Omar Cardona <ocardona@microsoft.com>
307 M: Anand Rawat <anand.rawat@intel.com>
308 M: Ranjit Menon <ranjit.menon@intel.com>
309 F: kernel/windows/
310 F: lib/librte_eal/windows/
311 F: lib/librte_eal/rte_eal_exports.def
312 F: doc/guides/windows_gsg/
313
314
315 Core Libraries
316 --------------
317
318 Memory pool
319 M: Olivier Matz <olivier.matz@6wind.com>
320 M: Andrew Rybchenko <arybchenko@solarflare.com>
321 F: lib/librte_mempool/
322 F: drivers/mempool/Makefile
323 F: drivers/mempool/ring/
324 F: doc/guides/prog_guide/mempool_lib.rst
325 F: app/test/test_mempool*
326 F: app/test/test_func_reentrancy.c
327
328 Ring queue
329 M: Olivier Matz <olivier.matz@6wind.com>
330 F: lib/librte_ring/
331 F: doc/guides/prog_guide/ring_lib.rst
332 F: app/test/test_ring*
333 F: app/test/test_func_reentrancy.c
334
335 Stack - EXPERIMENTAL
336 M: Gage Eads <gage.eads@intel.com>
337 M: Olivier Matz <olivier.matz@6wind.com>
338 F: lib/librte_stack/
339 F: drivers/mempool/stack/
340 F: app/test/test_stack*
341 F: doc/guides/prog_guide/stack_lib.rst
342
343 Packet buffer
344 M: Olivier Matz <olivier.matz@6wind.com>
345 F: lib/librte_mbuf/
346 F: doc/guides/prog_guide/mbuf_lib.rst
347 F: app/test/test_mbuf.c
348
349 Ethernet API
350 M: Thomas Monjalon <thomas@monjalon.net>
351 M: Ferruh Yigit <ferruh.yigit@intel.com>
352 M: Andrew Rybchenko <arybchenko@solarflare.com>
353 T: git://dpdk.org/next/dpdk-next-net
354 F: lib/librte_ethdev/
355 F: devtools/test-null.sh
356 F: doc/guides/prog_guide/switch_representation.rst
357
358 Flow API
359 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
360 T: git://dpdk.org/next/dpdk-next-net
361 F: app/test-pmd/cmdline_flow.c
362 F: doc/guides/prog_guide/rte_flow.rst
363 F: lib/librte_ethdev/rte_flow*
364
365 Traffic Management API - EXPERIMENTAL
366 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
367 T: git://dpdk.org/next/dpdk-next-tm
368 F: lib/librte_ethdev/rte_tm*
369
370 Traffic Metering and Policing API - EXPERIMENTAL
371 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
372 F: lib/librte_ethdev/rte_mtr*
373
374 Baseband API - EXPERIMENTAL
375 M: Nicolas Chautru <nicolas.chautru@intel.com>
376 T: git://dpdk.org/next/dpdk-next-crypto
377 F: lib/librte_bbdev/
378 F: doc/guides/prog_guide/bbdev.rst
379 F: drivers/baseband/
380 F: doc/guides/bbdevs/
381 F: app/test-bbdev/
382 F: doc/guides/tools/testbbdev.rst
383 F: examples/bbdev_app/
384 F: doc/guides/sample_app_ug/bbdev_app.rst
385
386 Crypto API
387 M: Declan Doherty <declan.doherty@intel.com>
388 T: git://dpdk.org/next/dpdk-next-crypto
389 F: lib/librte_cryptodev/
390 F: app/test/test_cryptodev*
391 F: examples/l2fwd-crypto/
392
393 Security API
394 M: Akhil Goyal <akhil.goyal@nxp.com>
395 M: Declan Doherty <declan.doherty@intel.com>
396 T: git://dpdk.org/next/dpdk-next-crypto
397 F: lib/librte_security/
398 F: doc/guides/prog_guide/rte_security.rst
399
400 Compression API - EXPERIMENTAL
401 M: Fiona Trahe <fiona.trahe@intel.com>
402 M: Ashish Gupta <ashish.gupta@marvell.com>
403 T: git://dpdk.org/next/dpdk-next-crypto
404 F: lib/librte_compressdev/
405 F: drivers/compress/
406 F: app/test/test_compressdev*
407 F: doc/guides/prog_guide/compressdev.rst
408 F: doc/guides/compressdevs/features/default.ini
409
410 Eventdev API
411 M: Jerin Jacob <jerinj@marvell.com>
412 T: git://dpdk.org/next/dpdk-next-eventdev
413 F: lib/librte_eventdev/
414 F: drivers/event/skeleton/
415 F: app/test/test_eventdev.c
416
417 Eventdev Ethdev Rx Adapter API
418 M: Nikhil Rao <nikhil.rao@intel.com>
419 T: git://dpdk.org/next/dpdk-next-eventdev
420 F: lib/librte_eventdev/*eth_rx_adapter*
421 F: app/test/test_event_eth_rx_adapter.c
422 F: doc/guides/prog_guide/event_ethernet_rx_adapter.rst
423
424 Eventdev Ethdev Tx Adapter API
425 M: Nikhil Rao <nikhil.rao@intel.com>
426 T: git://dpdk.org/next/dpdk-next-eventdev
427 F: lib/librte_eventdev/*eth_tx_adapter*
428 F: app/test/test_event_eth_tx_adapter.c
429 F: doc/guides/prog_guide/event_ethernet_tx_adapter.rst
430
431 Eventdev Timer Adapter API
432 M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
433 T: git://dpdk.org/next/dpdk-next-eventdev
434 F: lib/librte_eventdev/*timer_adapter*
435 F: app/test/test_event_timer_adapter.c
436 F: doc/guides/prog_guide/event_timer_adapter.rst
437
438 Eventdev Crypto Adapter API
439 M: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
440 T: git://dpdk.org/next/dpdk-next-eventdev
441 F: lib/librte_eventdev/*crypto_adapter*
442 F: app/test/test_event_crypto_adapter.c
443 F: doc/guides/prog_guide/event_crypto_adapter.rst
444
445 Raw device API - EXPERIMENTAL
446 M: Shreyansh Jain <shreyansh.jain@nxp.com>
447 M: Hemant Agrawal <hemant.agrawal@nxp.com>
448 F: lib/librte_rawdev/
449 F: drivers/raw/skeleton/
450 F: app/test/test_rawdev.c
451 F: doc/guides/prog_guide/rawdev.rst
452
453
454 Memory Pool Drivers
455 -------------------
456
457 Bucket memory pool
458 M: Artem V. Andreev <artem.andreev@oktetlabs.ru>
459 M: Andrew Rybchenko <arybchenko@solarflare.com>
460 F: drivers/mempool/bucket/
461
462 Marvell OCTEON TX2
463 M: Jerin Jacob <jerinj@marvell.com>
464 M: Nithin Dabilpuram <ndabilpuram@marvell.com>
465 M: Vamsi Attunuru <vattunuru@marvell.com>
466 F: drivers/common/octeontx2/
467 F: drivers/mempool/octeontx2/
468 F: doc/guides/platform/img/octeontx2_*
469 F: doc/guides/platform/octeontx2.rst
470 F: doc/guides/mempool/octeontx2.rst
471
472
473 Bus Drivers
474 -----------
475
476 Intel FPGA bus
477 M: Rosen Xu <rosen.xu@intel.com>
478 F: drivers/bus/ifpga/
479
480 NXP buses
481 M: Hemant Agrawal <hemant.agrawal@nxp.com>
482 M: Sachin Saxena <sachin.saxena@nxp.com>
483 F: drivers/common/dpaax/
484 F: drivers/bus/dpaa/
485 F: drivers/bus/fslmc/
486
487 PCI bus driver
488 F: drivers/bus/pci/
489
490 VDEV bus driver
491 F: drivers/bus/vdev/
492
493 VMBUS bus driver
494 M: Stephen Hemminger <sthemmin@microsoft.com>
495 F: drivers/bus/vmbus/
496
497
498 Networking Drivers
499 ------------------
500 M: Ferruh Yigit <ferruh.yigit@intel.com>
501 T: git://dpdk.org/next/dpdk-next-net
502 F: doc/guides/nics/features/default.ini
503
504 Link bonding
505 M: Chas Williams <chas3@att.com>
506 F: drivers/net/bonding/
507 F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
508 F: app/test/test_link_bonding*
509 F: examples/bond/
510 F: doc/guides/nics/features/bonding.ini
511
512 Linux KNI
513 M: Ferruh Yigit <ferruh.yigit@intel.com>
514 F: kernel/linux/kni/
515 F: lib/librte_kni/
516 F: doc/guides/prog_guide/kernel_nic_interface.rst
517 F: app/test/test_kni.c
518 F: examples/kni/
519 F: doc/guides/sample_app_ug/kernel_nic_interface.rst
520
521 Linux AF_PACKET
522 M: John W. Linville <linville@tuxdriver.com>
523 F: drivers/net/af_packet/
524 F: doc/guides/nics/features/afpacket.ini
525
526 Linux AF_XDP
527 M: Xiaolong Ye <xiaolong.ye@intel.com>
528 M: Qi Zhang <qi.z.zhang@intel.com>
529 F: drivers/net/af_xdp/
530 F: doc/guides/nics/af_xdp.rst
531 F: doc/guides/nics/features/af_xdp.ini
532
533 Amazon ENA
534 M: Marcin Wojtas <mw@semihalf.com>
535 M: Michal Krawczyk <mk@semihalf.com>
536 M: Guy Tzalik <gtzalik@amazon.com>
537 M: Evgeny Schemeilin <evgenys@amazon.com>
538 F: drivers/net/ena/
539 F: doc/guides/nics/ena.rst
540 F: doc/guides/nics/features/ena.ini
541
542 AMD axgbe
543 M: Ravi Kumar <ravi1.kumar@amd.com>
544 F: drivers/net/axgbe/
545 F: doc/guides/nics/axgbe.rst
546 F: doc/guides/nics/features/axgbe.ini
547
548 Aquantia atlantic
549 M: Igor Russkikh <igor.russkikh@aquantia.com>
550 M: Pavel Belous <pavel.belous@aquantia.com>
551 F: drivers/net/atlantic/
552 F: doc/guides/nics/atlantic.rst
553 F: doc/guides/nics/features/atlantic.ini
554
555 Atomic Rules ARK
556 M: Shepard Siegel <shepard.siegel@atomicrules.com>
557 M: Ed Czeck <ed.czeck@atomicrules.com>
558 M: John Miller <john.miller@atomicrules.com>
559 F: drivers/net/ark/
560 F: doc/guides/nics/ark.rst
561 F: doc/guides/nics/features/ark.ini
562
563 Broadcom bnxt
564 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
565 M: Somnath Kotur <somnath.kotur@broadcom.com>
566 F: drivers/net/bnxt/
567 F: doc/guides/nics/bnxt.rst
568 F: doc/guides/nics/features/bnxt.ini
569
570 Cavium ThunderX nicvf
571 M: Jerin Jacob <jerinj@marvell.com>
572 M: Maciej Czekaj <mczekaj@marvell.com>
573 T: git://dpdk.org/next/dpdk-next-net-mrvl
574 F: drivers/net/thunderx/
575 F: doc/guides/nics/thunderx.rst
576 F: doc/guides/nics/features/thunderx.ini
577
578 Cavium LiquidIO
579 M: Shijith Thotton <sthotton@marvell.com>
580 M: Srisivasubramanian Srinivasan <srinivasan@marvell.com>
581 T: git://dpdk.org/next/dpdk-next-net-mrvl
582 F: drivers/net/liquidio/
583 F: doc/guides/nics/liquidio.rst
584 F: doc/guides/nics/features/liquidio.ini
585
586 Cavium OCTEON TX
587 M: Jerin Jacob <jerinj@marvell.com>
588 T: git://dpdk.org/next/dpdk-next-net-mrvl
589 F: drivers/common/octeontx/
590 F: drivers/mempool/octeontx/
591 F: drivers/net/octeontx/
592 F: doc/guides/nics/octeontx.rst
593 F: doc/guides/nics/features/octeontx.ini
594
595 Chelsio cxgbe
596 M: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
597 F: drivers/net/cxgbe/
598 F: doc/guides/nics/cxgbe.rst
599 F: doc/guides/nics/features/cxgbe.ini
600
601 Cisco enic
602 M: John Daley <johndale@cisco.com>
603 M: Hyong Youb Kim <hyonkim@cisco.com>
604 F: drivers/net/enic/
605 F: doc/guides/nics/enic.rst
606 F: doc/guides/nics/features/enic.ini
607
608 Hisilicon hns3
609 M: Wei Hu (Xavier) <xavier.huwei@huawei.com>
610 M: Min Hu (Connor) <humin29@huawei.com>
611 M: Yisen Zhuang <yisen.zhuang@huawei.com>
612 F: drivers/net/hns3/
613 F: doc/guides/nics/hns3.rst
614 F: doc/guides/nics/features/hns3.ini
615
616 Huawei hinic
617 M: Ziyang Xuan <xuanziyang2@huawei.com>
618 M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
619 M: Guoyang Zhou <zhouguoyang@huawei.com>
620 F: drivers/net/hinic/
621 F: doc/guides/nics/hinic.rst
622 F: doc/guides/nics/features/hinic.ini
623
624 Intel e1000
625 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
626 T: git://dpdk.org/next/dpdk-next-net-intel
627 F: drivers/net/e1000/
628 F: doc/guides/nics/e1000em.rst
629 F: doc/guides/nics/intel_vf.rst
630 F: doc/guides/nics/features/e1000.ini
631 F: doc/guides/nics/features/igb*.ini
632
633 Intel ixgbe
634 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
635 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
636 T: git://dpdk.org/next/dpdk-next-net-intel
637 F: drivers/net/ixgbe/
638 F: doc/guides/nics/ixgbe.rst
639 F: doc/guides/nics/intel_vf.rst
640 F: doc/guides/nics/features/ixgbe*.ini
641
642 Intel i40e
643 M: Beilei Xing <beilei.xing@intel.com>
644 M: Qi Zhang <qi.z.zhang@intel.com>
645 T: git://dpdk.org/next/dpdk-next-net-intel
646 F: drivers/net/i40e/
647 F: doc/guides/nics/i40e.rst
648 F: doc/guides/nics/intel_vf.rst
649 F: doc/guides/nics/features/i40e*.ini
650
651 Intel fm10k
652 M: Qi Zhang <qi.z.zhang@intel.com>
653 M: Xiao Wang <xiao.w.wang@intel.com>
654 T: git://dpdk.org/next/dpdk-next-net-intel
655 F: drivers/net/fm10k/
656 F: doc/guides/nics/fm10k.rst
657 F: doc/guides/nics/features/fm10k*.ini
658
659 Intel iavf
660 M: Jingjing Wu <jingjing.wu@intel.com>
661 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
662 T: git://dpdk.org/next/dpdk-next-net-intel
663 F: drivers/net/iavf/
664 F: doc/guides/nics/features/iavf*.ini
665
666 Intel ifc
667 M: Xiao Wang <xiao.w.wang@intel.com>
668 T: git://dpdk.org/next/dpdk-next-net-intel
669 F: drivers/net/ifc/
670 F: doc/guides/nics/ifc.rst
671 F: doc/guides/nics/features/ifc*.ini
672
673 Intel ice
674 M: Qiming Yang <qiming.yang@intel.com>
675 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
676 T: git://dpdk.org/next/dpdk-next-net-intel
677 F: drivers/net/ice/
678 F: doc/guides/nics/ice.rst
679 F: doc/guides/nics/features/ice.ini
680
681 Intel ipn3ke
682 M: Rosen Xu <rosen.xu@intel.com>
683 T: git://dpdk.org/next/dpdk-next-net-intel
684 F: drivers/net/ipn3ke/
685 F: doc/guides/nics/ipn3ke.rst
686 F: doc/guides/nics/features/ipn3ke.ini
687
688 Marvell mvpp2
689 M: Tomasz Duszynski <tdu@semihalf.com>
690 M: Liron Himi <lironh@marvell.com>
691 T: git://dpdk.org/next/dpdk-next-net-mrvl
692 F: drivers/common/mvep/
693 F: drivers/net/mvpp2/
694 F: doc/guides/nics/mvpp2.rst
695 F: doc/guides/nics/features/mvpp2.ini
696
697 Marvell mvneta
698 M: Zyta Szpak <zr@semihalf.com>
699 M: Liron Himi <lironh@marvell.com>
700 T: git://dpdk.org/next/dpdk-next-net-mrvl
701 F: drivers/net/mvneta/
702 F: doc/guides/nics/mvneta.rst
703 F: doc/guides/nics/features/mvneta.ini
704
705 Marvell OCTEON TX2
706 M: Jerin Jacob <jerinj@marvell.com>
707 M: Nithin Dabilpuram <ndabilpuram@marvell.com>
708 M: Kiran Kumar K <kirankumark@marvell.com>
709 T: git://dpdk.org/next/dpdk-next-net-mrvl
710 F: drivers/net/octeontx2/
711 F: doc/guides/nics/features/octeontx2*.ini
712 F: doc/guides/nics/octeontx2.rst
713
714 Mellanox mlx4
715 M: Matan Azrad <matan@mellanox.com>
716 M: Shahaf Shuler <shahafs@mellanox.com>
717 T: git://dpdk.org/next/dpdk-next-net-mlx
718 F: drivers/net/mlx4/
719 F: doc/guides/nics/mlx4.rst
720 F: doc/guides/nics/features/mlx4.ini
721
722 Mellanox mlx5
723 M: Matan Azrad <matan@mellanox.com>
724 M: Shahaf Shuler <shahafs@mellanox.com>
725 M: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
726 T: git://dpdk.org/next/dpdk-next-net-mlx
727 F: drivers/net/mlx5/
728 F: buildtools/options-ibverbs-static.sh
729 F: doc/guides/nics/mlx5.rst
730 F: doc/guides/nics/features/mlx5.ini
731
732 Microsoft vdev_netvsc - EXPERIMENTAL
733 M: Matan Azrad <matan@mellanox.com>
734 F: drivers/net/vdev_netvsc/
735 F: doc/guides/nics/vdev_netvsc.rst
736 F: doc/guides/nics/features/vdev_netvsc.ini
737
738 Microsoft Hyper-V netvsc - EXPERIMENTAL
739 M: Stephen Hemminger <sthemmin@microsoft.com>
740 M: K. Y. Srinivasan <kys@microsoft.com>
741 M: Haiyang Zhang <haiyangz@microsoft.com>
742 F: drivers/net/netvsc/
743 F: doc/guides/nics/netvsc.rst
744 F: doc/guides/nics/features/netvsc.ini
745
746 Netcope szedata2
747 M: Jan Remes <remes@netcope.com>
748 M: Rastislav Cernay <cernay@netcope.com>
749 F: drivers/net/szedata2/
750 F: doc/guides/nics/szedata2.rst
751 F: doc/guides/nics/features/szedata2.ini
752
753 Netcope nfb
754 M: Rastislav Cernay <cernay@netcope.com>
755 M: Jan Remes <remes@netcope.com>
756 F: drivers/net/nfb/
757 F: doc/guides/nics/nfb.rst
758 F: doc/guides/nics/features/nfb.ini
759
760 Netronome nfp
761 M: Alejandro Lucero <alejandro.lucero@netronome.com>
762 F: drivers/net/nfp/
763 F: doc/guides/nics/nfp.rst
764 F: doc/guides/nics/features/nfp*.ini
765
766 NXP dpaa
767 M: Hemant Agrawal <hemant.agrawal@nxp.com>
768 M: Sachin Saxena <sachin.saxena@nxp.com>
769 F: drivers/mempool/dpaa/
770 F: drivers/net/dpaa/
771 F: doc/guides/nics/dpaa.rst
772 F: doc/guides/nics/features/dpaa.ini
773
774 NXP dpaa2
775 M: Hemant Agrawal <hemant.agrawal@nxp.com>
776 M: Sachin Saxena <sachin.saxena@nxp.com>
777 F: drivers/mempool/dpaa2/
778 F: drivers/net/dpaa2/
779 F: doc/guides/nics/dpaa2.rst
780 F: doc/guides/nics/features/dpaa2.ini
781
782 NXP enetc
783 M: Gagandeep Singh <g.singh@nxp.com>
784 M: Sachin Saxena <sachin.saxena@nxp.com>
785 F: drivers/net/enetc/
786 F: doc/guides/nics/enetc.rst
787 F: doc/guides/nics/features/enetc.ini
788
789 QLogic bnx2x
790 M: Rasesh Mody <rmody@marvell.com>
791 M: Shahed Shaikh <shshaikh@marvell.com>
792 T: git://dpdk.org/next/dpdk-next-net-mrvl
793 F: drivers/net/bnx2x/
794 F: doc/guides/nics/bnx2x.rst
795 F: doc/guides/nics/features/bnx2x*.ini
796
797 QLogic qede PMD
798 M: Rasesh Mody <rmody@marvell.com>
799 M: Shahed Shaikh <shshaikh@marvell.com>
800 T: git://dpdk.org/next/dpdk-next-net-mrvl
801 F: drivers/net/qede/
802 F: doc/guides/nics/qede.rst
803 F: doc/guides/nics/features/qede*.ini
804
805 Solarflare sfc_efx
806 M: Andrew Rybchenko <arybchenko@solarflare.com>
807 F: drivers/net/sfc/
808 F: doc/guides/nics/sfc_efx.rst
809 F: doc/guides/nics/features/sfc_efx.ini
810
811 VMware vmxnet3
812 M: Yong Wang <yongwang@vmware.com>
813 F: drivers/net/vmxnet3/
814 F: doc/guides/nics/vmxnet3.rst
815 F: doc/guides/nics/features/vmxnet3.ini
816
817 Vhost-user
818 M: Maxime Coquelin <maxime.coquelin@redhat.com>
819 M: Tiwei Bie <tiwei.bie@intel.com>
820 M: Zhihong Wang <zhihong.wang@intel.com>
821 T: git://dpdk.org/next/dpdk-next-virtio
822 F: lib/librte_vhost/
823 F: doc/guides/prog_guide/vhost_lib.rst
824 F: examples/vhost/
825 F: doc/guides/sample_app_ug/vhost.rst
826 F: examples/vhost_scsi/
827 F: doc/guides/sample_app_ug/vhost_scsi.rst
828 F: examples/vhost_crypto/
829 F: examples/vdpa/
830 F: doc/guides/sample_app_ug/vdpa.rst
831
832 Vhost PMD
833 M: Maxime Coquelin <maxime.coquelin@redhat.com>
834 M: Tiwei Bie <tiwei.bie@intel.com>
835 M: Zhihong Wang <zhihong.wang@intel.com>
836 T: git://dpdk.org/next/dpdk-next-virtio
837 F: drivers/net/vhost/
838 F: doc/guides/nics/vhost.rst
839 F: doc/guides/nics/features/vhost.ini
840
841 Virtio PMD
842 M: Maxime Coquelin <maxime.coquelin@redhat.com>
843 M: Tiwei Bie <tiwei.bie@intel.com>
844 M: Zhihong Wang <zhihong.wang@intel.com>
845 T: git://dpdk.org/next/dpdk-next-virtio
846 F: drivers/net/virtio/
847 F: doc/guides/nics/virtio.rst
848 F: doc/guides/nics/features/virtio*.ini
849
850 Wind River AVP
851 M: Allain Legacy <allain.legacy@windriver.com>
852 M: Matt Peters <matt.peters@windriver.com>
853 F: drivers/net/avp/
854 F: doc/guides/nics/avp.rst
855 F: doc/guides/nics/features/avp.ini
856
857 PCAP PMD
858 M: Ferruh Yigit <ferruh.yigit@intel.com>
859 F: drivers/net/pcap/
860 F: doc/guides/nics/pcap_ring.rst
861 F: doc/guides/nics/features/pcap.ini
862
863 Tap PMD
864 M: Keith Wiles <keith.wiles@intel.com>
865 F: drivers/net/tap/
866 F: doc/guides/nics/tap.rst
867 F: doc/guides/nics/features/tap.ini
868
869 KNI PMD
870 M: Ferruh Yigit <ferruh.yigit@intel.com>
871 F: drivers/net/kni/
872 F: doc/guides/nics/kni.rst
873 F: doc/guides/nics/features/kni.ini
874
875 Ring PMD
876 M: Bruce Richardson <bruce.richardson@intel.com>
877 F: drivers/net/ring/
878 F: doc/guides/nics/pcap_ring.rst
879 F: app/test/test_pmd_ring.c
880 F: app/test/test_pmd_ring_perf.c
881 F: doc/guides/nics/features/ring.ini
882
883 Null Networking PMD
884 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
885 F: drivers/net/null/
886 F: doc/guides/nics/features/null.ini
887
888 Fail-safe PMD
889 M: Gaetan Rivet <gaetan.rivet@6wind.com>
890 F: drivers/net/failsafe/
891 F: doc/guides/nics/fail_safe.rst
892 F: doc/guides/nics/features/failsafe.ini
893
894 Softnic PMD
895 M: Jasvinder Singh <jasvinder.singh@intel.com>
896 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
897 F: drivers/net/softnic/
898 F: doc/guides/nics/features/softnic.ini
899 F: doc/guides/nics/softnic.rst
900
901 Memif PMD
902 M: Jakub Grajciar <jgrajcia@cisco.com>
903 F: drivers/net/memif/
904 F: doc/guides/nics/memif.rst
905 F: doc/guides/nics/features/memif.ini
906
907
908 Crypto Drivers
909 --------------
910 T: git://dpdk.org/next/dpdk-next-crypto
911 F: doc/guides/cryptodevs/features/default.ini
912
913 AMD CCP Crypto
914 M: Ravi Kumar <ravi1.kumar@amd.com>
915 F: drivers/crypto/ccp/
916 F: doc/guides/cryptodevs/ccp.rst
917 F: doc/guides/cryptodevs/features/ccp.ini
918
919 ARMv8 Crypto
920 M: Jerin Jacob <jerinj@marvell.com>
921 F: drivers/crypto/armv8/
922 F: doc/guides/cryptodevs/armv8.rst
923 F: doc/guides/cryptodevs/features/armv8.ini
924
925 Cavium OCTEON TX crypto
926 M: Anoob Joseph <anoobj@marvell.com>
927 F: drivers/common/cpt/
928 F: drivers/crypto/octeontx/
929 F: doc/guides/cryptodevs/octeontx.rst
930 F: doc/guides/cryptodevs/features/octeontx.ini
931
932 Crypto Scheduler
933 M: Fan Zhang <roy.fan.zhang@intel.com>
934 F: drivers/crypto/scheduler/
935 F: doc/guides/cryptodevs/scheduler.rst
936
937 Intel AES-NI GCM
938 M: Declan Doherty <declan.doherty@intel.com>
939 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
940 F: drivers/crypto/aesni_gcm/
941 F: doc/guides/cryptodevs/aesni_gcm.rst
942 F: doc/guides/cryptodevs/features/aesni_gcm.ini
943
944 Intel AES-NI Multi-Buffer
945 M: Declan Doherty <declan.doherty@intel.com>
946 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
947 F: drivers/crypto/aesni_mb/
948 F: doc/guides/cryptodevs/aesni_mb.rst
949 F: doc/guides/cryptodevs/features/aesni_mb.ini
950
951 Intel QuickAssist
952 M: John Griffin <john.griffin@intel.com>
953 M: Fiona Trahe <fiona.trahe@intel.com>
954 M: Deepak Kumar Jain <deepak.k.jain@intel.com>
955 F: drivers/crypto/qat/
956 F: drivers/common/qat/
957 F: doc/guides/cryptodevs/qat.rst
958 F: doc/guides/cryptodevs/features/qat.ini
959
960 KASUMI
961 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
962 F: drivers/crypto/kasumi/
963 F: doc/guides/cryptodevs/kasumi.rst
964 F: doc/guides/cryptodevs/features/kasumi.ini
965
966 Marvell mvsam
967 M: Tomasz Duszynski <tdu@semihalf.com>
968 M: Michael Shamis <michaelsh@marvell.com>
969 M: Liron Himi <lironh@marvell.com>
970 F: drivers/crypto/mvsam/
971 F: doc/guides/cryptodevs/mvsam.rst
972 F: doc/guides/cryptodevs/features/mvsam.ini
973
974 Marvell Nitrox
975 M: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
976 M: Srikanth Jampala <jsrikanth@marvell.com>
977 F: drivers/crypto/nitrox/
978 F: doc/guides/cryptodevs/nitrox.rst
979 F: doc/guides/cryptodevs/features/nitrox.ini
980
981 Null Crypto
982 M: Declan Doherty <declan.doherty@intel.com>
983 F: drivers/crypto/null/
984 F: doc/guides/cryptodevs/null.rst
985 F: doc/guides/cryptodevs/features/null.ini
986
987 NXP CAAM JR
988 M: Gagandeep Singh <g.singh@nxp.com>
989 M: Hemant Agrawal <hemant.agrawal@nxp.com>
990 F: drivers/crypto/caam_jr/
991 F: doc/guides/cryptodevs/caam_jr.rst
992 F: doc/guides/cryptodevs/features/caam_jr.ini
993
994 NXP DPAA_SEC
995 M: Akhil Goyal <akhil.goyal@nxp.com>
996 M: Hemant Agrawal <hemant.agrawal@nxp.com>
997 F: drivers/crypto/dpaa_sec/
998 F: doc/guides/cryptodevs/dpaa_sec.rst
999 F: doc/guides/cryptodevs/features/dpaa_sec.ini
1000
1001 NXP DPAA2_SEC
1002 M: Akhil Goyal <akhil.goyal@nxp.com>
1003 M: Hemant Agrawal <hemant.agrawal@nxp.com>
1004 F: drivers/crypto/dpaa2_sec/
1005 F: doc/guides/cryptodevs/dpaa2_sec.rst
1006 F: doc/guides/cryptodevs/features/dpaa2_sec.ini
1007
1008 OpenSSL
1009 M: Declan Doherty <declan.doherty@intel.com>
1010 F: drivers/crypto/openssl/
1011 F: doc/guides/cryptodevs/openssl.rst
1012 F: doc/guides/cryptodevs/features/openssl.ini
1013
1014 SNOW 3G
1015 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1016 F: drivers/crypto/snow3g/
1017 F: doc/guides/cryptodevs/snow3g.rst
1018 F: doc/guides/cryptodevs/features/snow3g.ini
1019
1020 Virtio
1021 M: Jay Zhou <jianjay.zhou@huawei.com>
1022 F: drivers/crypto/virtio/
1023 F: doc/guides/cryptodevs/virtio.rst
1024 F: doc/guides/cryptodevs/features/virtio.ini
1025
1026 ZUC
1027 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1028 F: drivers/crypto/zuc/
1029 F: doc/guides/cryptodevs/zuc.rst
1030 F: doc/guides/cryptodevs/features/zuc.ini
1031
1032
1033 Compression Drivers
1034 -------------------
1035 T: git://dpdk.org/next/dpdk-next-crypto
1036
1037 Cavium OCTEON TX zipvf
1038 M: Ashish Gupta <ashish.gupta@marvell.com>
1039 F: drivers/compress/octeontx/
1040 F: doc/guides/compressdevs/octeontx.rst
1041 F: doc/guides/compressdevs/features/octeontx.ini
1042
1043 Intel QuickAssist
1044 M: Fiona Trahe <fiona.trahe@intel.com>
1045 F: drivers/compress/qat/
1046 F: drivers/common/qat/
1047
1048 ISA-L
1049 M: Lee Daly <lee.daly@intel.com>
1050 F: drivers/compress/isal/
1051 F: doc/guides/compressdevs/isal.rst
1052 F: doc/guides/compressdevs/features/isal.ini
1053
1054 ZLIB
1055 M: Sunila Sahu <ssahu@marvell.com>
1056 F: drivers/compress/zlib/
1057 F: doc/guides/compressdevs/zlib.rst
1058 F: doc/guides/compressdevs/features/zlib.ini
1059
1060
1061 Eventdev Drivers
1062 ----------------
1063 M: Jerin Jacob <jerinj@marvell.com>
1064 T: git://dpdk.org/next/dpdk-next-eventdev
1065
1066 Cavium OCTEON TX ssovf
1067 M: Jerin Jacob <jerinj@marvell.com>
1068 F: drivers/event/octeontx/
1069 F: doc/guides/eventdevs/octeontx.rst
1070
1071 Cavium OCTEON TX timvf
1072 M: Pavan Nikhilesh <pbhagavatula@marvell.com>
1073 F: drivers/event/octeontx/timvf_*
1074
1075 Marvell OCTEON TX2
1076 M: Pavan Nikhilesh <pbhagavatula@marvell.com>
1077 M: Jerin Jacob <jerinj@marvell.com>
1078 F: drivers/event/octeontx2/
1079 F: doc/guides/eventdevs/octeontx2.rst
1080
1081 NXP DPAA eventdev
1082 M: Hemant Agrawal <hemant.agrawal@nxp.com>
1083 M: Nipun Gupta <nipun.gupta@nxp.com>
1084 F: drivers/event/dpaa/
1085 F: doc/guides/eventdevs/dpaa.rst
1086
1087 NXP DPAA2 eventdev
1088 M: Hemant Agrawal <hemant.agrawal@nxp.com>
1089 M: Nipun Gupta <nipun.gupta@nxp.com>
1090 F: drivers/event/dpaa2/
1091 F: doc/guides/eventdevs/dpaa2.rst
1092
1093 Software Eventdev PMD
1094 M: Harry van Haaren <harry.van.haaren@intel.com>
1095 F: drivers/event/sw/
1096 F: doc/guides/eventdevs/sw.rst
1097 F: examples/eventdev_pipeline/
1098 F: doc/guides/sample_app_ug/eventdev_pipeline.rst
1099
1100 Distributed Software Eventdev PMD
1101 M: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
1102 F: drivers/event/dsw/
1103 F: doc/guides/eventdevs/dsw.rst
1104
1105 Software OPDL Eventdev PMD
1106 M: Liang Ma <liang.j.ma@intel.com>
1107 M: Peter Mccarthy <peter.mccarthy@intel.com>
1108 F: drivers/event/opdl/
1109 F: doc/guides/eventdevs/opdl.rst
1110
1111
1112 Rawdev Drivers
1113 --------------
1114
1115 Intel FPGA
1116 M: Rosen Xu <rosen.xu@intel.com>
1117 M: Tianfei zhang <tianfei.zhang@intel.com>
1118 F: drivers/raw/ifpga/
1119 F: doc/guides/rawdevs/ifpga.rst
1120
1121 IOAT Rawdev
1122 M: Bruce Richardson <bruce.richardson@intel.com>
1123 F: drivers/raw/ioat/
1124 F: doc/guides/rawdevs/ioat.rst
1125
1126 NXP DPAA2 QDMA
1127 M: Nipun Gupta <nipun.gupta@nxp.com>
1128 F: drivers/raw/dpaa2_qdma/
1129 F: doc/guides/rawdevs/dpaa2_qdma.rst
1130
1131 DPAA2 CMDIF
1132 M: Nipun Gupta <nipun.gupta@nxp.com>
1133 F: drivers/raw/dpaa2_cmdif/
1134 F: doc/guides/rawdevs/dpaa2_cmdif.rst
1135
1136 Marvell OCTEON TX2 DMA
1137 M: Satha Rao <skoteshwar@marvell.com>
1138 M: Vamsi Attunuru <vattunuru@marvell.com>
1139 F: drivers/raw/octeontx2_dma/
1140 F: doc/guides/rawdevs/octeontx2_dma.rst
1141
1142 NTB
1143 M: Xiaoyun Li <xiaoyun.li@intel.com>
1144 M: Jingjing Wu <jingjing.wu@intel.com>
1145 F: drivers/raw/ntb/
1146 F: doc/guides/rawdevs/ntb.rst
1147 F: examples/ntb/
1148 F: doc/guides/sample_app_ug/ntb.rst
1149
1150
1151 Packet processing
1152 -----------------
1153
1154 Network headers
1155 M: Olivier Matz <olivier.matz@6wind.com>
1156 F: lib/librte_net/
1157
1158 Packet CRC
1159 M: Jasvinder Singh <jasvinder.singh@intel.com>
1160 F: lib/librte_net/rte_net_crc*
1161 F: lib/librte_net/net_crc_sse.h
1162 F: app/test/test_crc.c
1163
1164 IP fragmentation & reassembly
1165 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1166 F: lib/librte_ip_frag/
1167 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
1168 F: examples/ip_fragmentation/
1169 F: doc/guides/sample_app_ug/ip_frag.rst
1170 F: examples/ip_reassembly/
1171 F: doc/guides/sample_app_ug/ip_reassembly.rst
1172
1173 Generic Receive Offload - EXPERIMENTAL
1174 M: Jiayu Hu <jiayu.hu@intel.com>
1175 F: lib/librte_gro/
1176 F: doc/guides/prog_guide/generic_receive_offload_lib.rst
1177
1178 Generic Segmentation Offload
1179 M: Jiayu Hu <jiayu.hu@intel.com>
1180 F: lib/librte_gso/
1181 F: doc/guides/prog_guide/generic_segmentation_offload_lib.rst
1182
1183 IPsec - EXPERIMENTAL
1184 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1185 T: git://dpdk.org/next/dpdk-next-crypto
1186 F: lib/librte_ipsec/
1187 M: Bernard Iremonger <bernard.iremonger@intel.com>
1188 F: app/test/test_ipsec.c
1189 F: doc/guides/prog_guide/ipsec_lib.rst
1190
1191 Flow Classify - EXPERIMENTAL
1192 M: Bernard Iremonger <bernard.iremonger@intel.com>
1193 F: lib/librte_flow_classify/
1194 F: app/test/test_flow_classify*
1195 F: doc/guides/prog_guide/flow_classify_lib.rst
1196 F: examples/flow_classify/
1197 F: doc/guides/sample_app_ug/flow_classify.rst
1198
1199 Distributor
1200 M: David Hunt <david.hunt@intel.com>
1201 F: lib/librte_distributor/
1202 F: doc/guides/prog_guide/packet_distrib_lib.rst
1203 F: app/test/test_distributor*
1204 F: examples/distributor/
1205 F: doc/guides/sample_app_ug/dist_app.rst
1206
1207 Reorder
1208 M: Reshma Pattan <reshma.pattan@intel.com>
1209 F: lib/librte_reorder/
1210 F: doc/guides/prog_guide/reorder_lib.rst
1211 F: app/test/test_reorder*
1212 F: examples/packet_ordering/
1213 F: doc/guides/sample_app_ug/packet_ordering.rst
1214
1215 Hierarchical scheduler
1216 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1217 M: Jasvinder Singh <jasvinder.singh@intel.com>
1218 F: lib/librte_sched/
1219 F: doc/guides/prog_guide/qos_framework.rst
1220 F: app/test/test_red.c
1221 F: app/test/test_sched.c
1222 F: examples/qos_sched/
1223 F: doc/guides/sample_app_ug/qos_scheduler.rst
1224
1225 Packet capture
1226 M: Reshma Pattan <reshma.pattan@intel.com>
1227 F: lib/librte_pdump/
1228 F: doc/guides/prog_guide/pdump_lib.rst
1229 F: app/test/test_pdump.*
1230 F: app/pdump/
1231 F: doc/guides/tools/pdump.rst
1232
1233
1234 Packet Framework
1235 ----------------
1236 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1237 F: lib/librte_pipeline/
1238 F: lib/librte_port/
1239 F: lib/librte_table/
1240 F: doc/guides/prog_guide/packet_framework.rst
1241 F: app/test/test_table*
1242 F: app/test-pipeline/
1243 F: doc/guides/sample_app_ug/test_pipeline.rst
1244 F: examples/ip_pipeline/
1245 F: doc/guides/sample_app_ug/ip_pipeline.rst
1246
1247
1248 Algorithms
1249 ----------
1250
1251 ACL
1252 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1253 F: lib/librte_acl/
1254 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
1255 F: app/test-acl/
1256 F: app/test/test_acl.*
1257 F: examples/l3fwd-acl/
1258 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
1259
1260 EFD
1261 M: Byron Marohn <byron.marohn@intel.com>
1262 M: Yipeng Wang <yipeng1.wang@intel.com>
1263 F: lib/librte_efd/
1264 F: doc/guides/prog_guide/efd_lib.rst
1265 F: app/test/test_efd*
1266 F: examples/server_node_efd/
1267 F: doc/guides/sample_app_ug/server_node_efd.rst
1268
1269 Hashes
1270 M: Yipeng Wang <yipeng1.wang@intel.com>
1271 M: Sameh Gobriel <sameh.gobriel@intel.com>
1272 M: Bruce Richardson <bruce.richardson@intel.com>
1273 F: lib/librte_hash/
1274 F: doc/guides/prog_guide/hash_lib.rst
1275 F: app/test/test_*hash*
1276 F: app/test/test_func_reentrancy.c
1277
1278 LPM
1279 M: Bruce Richardson <bruce.richardson@intel.com>
1280 M: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
1281 F: lib/librte_lpm/
1282 F: doc/guides/prog_guide/lpm*
1283 F: app/test/test_lpm*
1284 F: app/test/test_func_reentrancy.c
1285 F: app/test/test_xmmt_ops.h
1286
1287 Membership - EXPERIMENTAL
1288 M: Yipeng Wang <yipeng1.wang@intel.com>
1289 M: Sameh Gobriel <sameh.gobriel@intel.com>
1290 F: lib/librte_member/
1291 F: doc/guides/prog_guide/member_lib.rst
1292 F: app/test/test_member*
1293
1294 Traffic metering
1295 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1296 F: lib/librte_meter/
1297 F: doc/guides/sample_app_ug/qos_scheduler.rst
1298 F: app/test/test_meter.c
1299 F: examples/qos_meter/
1300 F: doc/guides/sample_app_ug/qos_metering.rst
1301
1302
1303 Other libraries
1304 ---------------
1305
1306 Configuration file
1307 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1308 F: lib/librte_cfgfile/
1309 F: app/test/test_cfgfile.c
1310 F: app/test/test_cfgfiles/
1311
1312 Interactive command line
1313 M: Olivier Matz <olivier.matz@6wind.com>
1314 F: lib/librte_cmdline/
1315 F: app/test-cmdline/
1316 F: app/test/test_cmdline*
1317 F: examples/cmdline/
1318 F: doc/guides/sample_app_ug/cmd_line.rst
1319
1320 Key/Value parsing
1321 M: Olivier Matz <olivier.matz@6wind.com>
1322 F: lib/librte_kvargs/
1323 F: app/test/test_kvargs.c
1324
1325 RCU - EXPERIMENTAL
1326 M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
1327 F: lib/librte_rcu/
1328 F: app/test/test_rcu*
1329 F: doc/guides/prog_guide/rcu_lib.rst
1330
1331 PCI
1332 M: Gaetan Rivet <gaetan.rivet@6wind.com>
1333 F: lib/librte_pci/
1334
1335 Power management
1336 M: David Hunt <david.hunt@intel.com>
1337 F: lib/librte_power/
1338 F: doc/guides/prog_guide/power_man.rst
1339 F: app/test/test_power*
1340 F: examples/l3fwd-power/
1341 F: doc/guides/sample_app_ug/l3_forward_power_man.rst
1342 F: examples/vm_power_manager/
1343 F: doc/guides/sample_app_ug/vm_power_management.rst
1344
1345 Timers
1346 M: Robert Sanford <rsanford@akamai.com>
1347 M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
1348 F: lib/librte_timer/
1349 F: doc/guides/prog_guide/timer_lib.rst
1350 F: app/test/test_timer*
1351 F: examples/timer/
1352 F: doc/guides/sample_app_ug/timer.rst
1353
1354 Job statistics
1355 F: lib/librte_jobstats/
1356 F: examples/l2fwd-jobstats/
1357 F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
1358
1359 Metrics
1360 F: lib/librte_metrics/
1361 F: app/test/test_metrics.c
1362
1363 Bit-rate statistics
1364 F: lib/librte_bitratestats/
1365 F: app/test/test_bitratestats.c
1366
1367 Latency statistics
1368 M: Reshma Pattan <reshma.pattan@intel.com>
1369 F: lib/librte_latencystats/
1370 F: app/test/test_latencystats.c
1371
1372 Telemetry - EXPERIMENTAL
1373 M: Kevin Laatz <kevin.laatz@intel.com>
1374 F: lib/librte_telemetry/
1375 F: usertools/dpdk-telemetry-client.py
1376 F: doc/guides/howto/telemetry.rst
1377
1378 BPF - EXPERIMENTAL
1379 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1380 F: lib/librte_bpf/
1381 F: examples/bpf/
1382 F: app/test/test_bpf.c
1383 F: doc/guides/prog_guide/bpf_lib.rst
1384
1385
1386 Test Applications
1387 -----------------
1388
1389 Unit tests framework
1390 F: app/test/Makefile
1391 F: app/test/autotest*
1392 F: app/test/commands.c
1393 F: app/test/packet_burst_generator.c
1394 F: app/test/packet_burst_generator.h
1395 F: app/test/process.h
1396 F: app/test/resource.*
1397 F: app/test/test.c
1398 F: app/test/test.h
1399 F: app/test/test_pmd_perf.c
1400 F: app/test/test_resource.c
1401 F: app/test/virtual_pmd.c
1402 F: app/test/virtual_pmd.h
1403
1404 Sample packet helper functions for unit test
1405 M: Reshma Pattan <reshma.pattan@intel.com>
1406 F: app/test/sample_packet_forward.c
1407 F: app/test/sample_packet_forward.h
1408
1409 Driver testing tool
1410 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
1411 M: Jingjing Wu <jingjing.wu@intel.com>
1412 M: Bernard Iremonger <bernard.iremonger@intel.com>
1413 F: app/test-pmd/
1414 F: doc/guides/testpmd_app_ug/
1415
1416 Compression performance test application
1417 F: app/test-compress-perf/
1418 F: doc/guides/tools/comp_perf.rst
1419
1420 Crypto performance test application
1421 M: Declan Doherty <declan.doherty@intel.com>
1422 F: app/test-crypto-perf/
1423 F: doc/guides/tools/cryptoperf.rst
1424
1425 Eventdev test application
1426 M: Jerin Jacob <jerinj@marvell.com>
1427 F: app/test-eventdev/
1428 F: doc/guides/tools/testeventdev.rst
1429 F: doc/guides/tools/img/eventdev_*
1430 F: app/test/test_event_ring.c
1431
1432 Procinfo tool
1433 M: Maryam Tahhan <maryam.tahhan@intel.com>
1434 M: Reshma Pattan <reshma.pattan@intel.com>
1435 F: app/proc-info/
1436 F: doc/guides/tools/proc_info.rst
1437
1438
1439 Other Example Applications
1440 --------------------------
1441
1442 F: examples/ethtool/
1443 F: doc/guides/sample_app_ug/ethtool.rst
1444
1445 F: examples/exception_path/
1446 F: doc/guides/sample_app_ug/exception_path.rst
1447
1448 M: Marko Kovacevic <marko.kovacevic@intel.com>
1449 F: examples/fips_validation/
1450 F: doc/guides/sample_app_ug/fips_validation.rst
1451
1452 M: Ori Kam <orika@mellanox.com>
1453 F: examples/flow_filtering/
1454 F: doc/guides/sample_app_ug/flow_filtering.rst
1455
1456 M: Bruce Richardson <bruce.richardson@intel.com>
1457 F: examples/helloworld/
1458 F: doc/guides/sample_app_ug/hello_world.rst
1459
1460 M: Radu Nicolau <radu.nicolau@intel.com>
1461 M: Akhil Goyal <akhil.goyal@nxp.com>
1462 F: examples/ipsec-secgw/
1463 F: doc/guides/sample_app_ug/ipsec_secgw.rst
1464
1465 F: examples/ipv4_multicast/
1466 F: doc/guides/sample_app_ug/ipv4_multicast.rst
1467
1468 M: Bruce Richardson <bruce.richardson@intel.com>
1469 F: examples/l2fwd/
1470 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
1471
1472 M: Tomasz Kantecki <tomasz.kantecki@intel.com>
1473 F: doc/guides/sample_app_ug/l2_forward_cat.rst
1474 F: examples/l2fwd-cat/
1475
1476 F: examples/l3fwd/
1477 F: doc/guides/sample_app_ug/l3_forward.rst
1478
1479 F: examples/l3fwd-vf/
1480 F: doc/guides/sample_app_ug/l3_forward_virtual.rst
1481
1482 F: examples/link_status_interrupt/
1483 F: doc/guides/sample_app_ug/link_status_intr.rst
1484
1485 F: examples/load_balancer/
1486 F: doc/guides/sample_app_ug/load_balancer.rst
1487
1488 F: examples/netmap_compat/
1489 F: doc/guides/sample_app_ug/netmap_compatibility.rst
1490
1491 L-threads - EXPERIMENTAL
1492 M: John McNamara <john.mcnamara@intel.com>
1493 F: examples/performance-thread/
1494 F: doc/guides/sample_app_ug/performance_thread.rst
1495
1496 F: examples/ptpclient/
1497
1498 F: examples/quota_watermark/
1499 F: doc/guides/sample_app_ug/quota_watermark.rst
1500
1501 M: Bruce Richardson <bruce.richardson@intel.com>
1502 M: John McNamara <john.mcnamara@intel.com>
1503 F: examples/rxtx_callbacks/
1504 F: doc/guides/sample_app_ug/rxtx_callbacks.rst
1505
1506 M: Harry van Haaren <harry.van.haaren@intel.com>
1507 F: examples/service_cores/
1508 F: doc/guides/sample_app_ug/service_cores.rst
1509
1510 M: Bruce Richardson <bruce.richardson@intel.com>
1511 M: John McNamara <john.mcnamara@intel.com>
1512 F: examples/skeleton/
1513 F: doc/guides/sample_app_ug/skeleton.rst
1514
1515 M: Xiaoyun Li <xiaoyun.li@intel.com>
1516 F: examples/tep_termination/
1517
1518 F: examples/vmdq/
1519 F: examples/vmdq_dcb/
1520 F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst