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