maintainers: step down from various components
[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: Ferruh Yigit <ferruh.yigit@intel.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 Huawei hinic
609 M: Ziyang Xuan <xuanziyang2@huawei.com>
610 M: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
611 M: Guoyang Zhou <zhouguoyang@huawei.com>
612 F: drivers/net/hinic/
613 F: doc/guides/nics/hinic.rst
614 F: doc/guides/nics/features/hinic.ini
615
616 Intel e1000
617 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
618 T: git://dpdk.org/next/dpdk-next-net-intel
619 F: drivers/net/e1000/
620 F: doc/guides/nics/e1000em.rst
621 F: doc/guides/nics/intel_vf.rst
622 F: doc/guides/nics/features/e1000.ini
623 F: doc/guides/nics/features/igb*.ini
624
625 Intel ixgbe
626 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
627 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
628 T: git://dpdk.org/next/dpdk-next-net-intel
629 F: drivers/net/ixgbe/
630 F: doc/guides/nics/ixgbe.rst
631 F: doc/guides/nics/intel_vf.rst
632 F: doc/guides/nics/features/ixgbe*.ini
633
634 Intel i40e
635 M: Beilei Xing <beilei.xing@intel.com>
636 M: Qi Zhang <qi.z.zhang@intel.com>
637 T: git://dpdk.org/next/dpdk-next-net-intel
638 F: drivers/net/i40e/
639 F: doc/guides/nics/i40e.rst
640 F: doc/guides/nics/intel_vf.rst
641 F: doc/guides/nics/features/i40e*.ini
642
643 Intel fm10k
644 M: Qi Zhang <qi.z.zhang@intel.com>
645 M: Xiao Wang <xiao.w.wang@intel.com>
646 T: git://dpdk.org/next/dpdk-next-net-intel
647 F: drivers/net/fm10k/
648 F: doc/guides/nics/fm10k.rst
649 F: doc/guides/nics/features/fm10k*.ini
650
651 Intel iavf
652 M: Jingjing Wu <jingjing.wu@intel.com>
653 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
654 T: git://dpdk.org/next/dpdk-next-net-intel
655 F: drivers/net/iavf/
656 F: doc/guides/nics/features/iavf*.ini
657
658 Intel ifc
659 M: Xiao Wang <xiao.w.wang@intel.com>
660 T: git://dpdk.org/next/dpdk-next-net-intel
661 F: drivers/net/ifc/
662 F: doc/guides/nics/ifc.rst
663 F: doc/guides/nics/features/ifc*.ini
664
665 Intel ice
666 M: Qiming Yang <qiming.yang@intel.com>
667 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
668 T: git://dpdk.org/next/dpdk-next-net-intel
669 F: drivers/net/ice/
670 F: doc/guides/nics/ice.rst
671 F: doc/guides/nics/features/ice.ini
672
673 Intel ipn3ke
674 M: Rosen Xu <rosen.xu@intel.com>
675 T: git://dpdk.org/next/dpdk-next-net-intel
676 F: drivers/net/ipn3ke/
677 F: doc/guides/nics/ipn3ke.rst
678 F: doc/guides/nics/features/ipn3ke.ini
679
680 Marvell mvpp2
681 M: Tomasz Duszynski <tdu@semihalf.com>
682 M: Liron Himi <lironh@marvell.com>
683 T: git://dpdk.org/next/dpdk-next-net-mrvl
684 F: drivers/common/mvep/
685 F: drivers/net/mvpp2/
686 F: doc/guides/nics/mvpp2.rst
687 F: doc/guides/nics/features/mvpp2.ini
688
689 Marvell mvneta
690 M: Zyta Szpak <zr@semihalf.com>
691 M: Liron Himi <lironh@marvell.com>
692 T: git://dpdk.org/next/dpdk-next-net-mrvl
693 F: drivers/net/mvneta/
694 F: doc/guides/nics/mvneta.rst
695 F: doc/guides/nics/features/mvneta.ini
696
697 Marvell OCTEON TX2
698 M: Jerin Jacob <jerinj@marvell.com>
699 M: Nithin Dabilpuram <ndabilpuram@marvell.com>
700 M: Kiran Kumar K <kirankumark@marvell.com>
701 T: git://dpdk.org/next/dpdk-next-net-mrvl
702 F: drivers/net/octeontx2/
703 F: doc/guides/nics/features/octeontx2*.ini
704 F: doc/guides/nics/octeontx2.rst
705
706 Mellanox mlx4
707 M: Matan Azrad <matan@mellanox.com>
708 M: Shahaf Shuler <shahafs@mellanox.com>
709 T: git://dpdk.org/next/dpdk-next-net-mlx
710 F: drivers/net/mlx4/
711 F: doc/guides/nics/mlx4.rst
712 F: doc/guides/nics/features/mlx4.ini
713
714 Mellanox mlx5
715 M: Matan Azrad <matan@mellanox.com>
716 M: Shahaf Shuler <shahafs@mellanox.com>
717 M: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
718 T: git://dpdk.org/next/dpdk-next-net-mlx
719 F: drivers/net/mlx5/
720 F: buildtools/options-ibverbs-static.sh
721 F: doc/guides/nics/mlx5.rst
722 F: doc/guides/nics/features/mlx5.ini
723
724 Microsoft vdev_netvsc - EXPERIMENTAL
725 M: Matan Azrad <matan@mellanox.com>
726 F: drivers/net/vdev_netvsc/
727 F: doc/guides/nics/vdev_netvsc.rst
728 F: doc/guides/nics/features/vdev_netvsc.ini
729
730 Microsoft Hyper-V netvsc - EXPERIMENTAL
731 M: Stephen Hemminger <sthemmin@microsoft.com>
732 M: K. Y. Srinivasan <kys@microsoft.com>
733 M: Haiyang Zhang <haiyangz@microsoft.com>
734 F: drivers/net/netvsc/
735 F: doc/guides/nics/netvsc.rst
736 F: doc/guides/nics/features/netvsc.ini
737
738 Netcope szedata2
739 M: Jan Remes <remes@netcope.com>
740 M: Rastislav Cernay <cernay@netcope.com>
741 F: drivers/net/szedata2/
742 F: doc/guides/nics/szedata2.rst
743 F: doc/guides/nics/features/szedata2.ini
744
745 Netcope nfb
746 M: Rastislav Cernay <cernay@netcope.com>
747 M: Jan Remes <remes@netcope.com>
748 F: drivers/net/nfb/
749 F: doc/guides/nics/nfb.rst
750 F: doc/guides/nics/features/nfb.ini
751
752 Netronome nfp
753 M: Alejandro Lucero <alejandro.lucero@netronome.com>
754 F: drivers/net/nfp/
755 F: doc/guides/nics/nfp.rst
756 F: doc/guides/nics/features/nfp*.ini
757
758 NXP dpaa
759 M: Hemant Agrawal <hemant.agrawal@nxp.com>
760 M: Sachin Saxena <sachin.saxena@nxp.com>
761 F: drivers/mempool/dpaa/
762 F: drivers/net/dpaa/
763 F: doc/guides/nics/dpaa.rst
764 F: doc/guides/nics/features/dpaa.ini
765
766 NXP dpaa2
767 M: Hemant Agrawal <hemant.agrawal@nxp.com>
768 M: Sachin Saxena <sachin.saxena@nxp.com>
769 F: drivers/mempool/dpaa2/
770 F: drivers/net/dpaa2/
771 F: doc/guides/nics/dpaa2.rst
772 F: doc/guides/nics/features/dpaa2.ini
773
774 NXP enetc
775 M: Gagandeep Singh <g.singh@nxp.com>
776 M: Sachin Saxena <sachin.saxena@nxp.com>
777 F: drivers/net/enetc/
778 F: doc/guides/nics/enetc.rst
779 F: doc/guides/nics/features/enetc.ini
780
781 QLogic bnx2x
782 M: Rasesh Mody <rmody@marvell.com>
783 M: Shahed Shaikh <shshaikh@marvell.com>
784 T: git://dpdk.org/next/dpdk-next-net-mrvl
785 F: drivers/net/bnx2x/
786 F: doc/guides/nics/bnx2x.rst
787 F: doc/guides/nics/features/bnx2x*.ini
788
789 QLogic qede PMD
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/qede/
794 F: doc/guides/nics/qede.rst
795 F: doc/guides/nics/features/qede*.ini
796
797 Solarflare sfc_efx
798 M: Andrew Rybchenko <arybchenko@solarflare.com>
799 F: drivers/net/sfc/
800 F: doc/guides/nics/sfc_efx.rst
801 F: doc/guides/nics/features/sfc_efx.ini
802
803 VMware vmxnet3
804 M: Yong Wang <yongwang@vmware.com>
805 F: drivers/net/vmxnet3/
806 F: doc/guides/nics/vmxnet3.rst
807 F: doc/guides/nics/features/vmxnet3.ini
808
809 Vhost-user
810 M: Maxime Coquelin <maxime.coquelin@redhat.com>
811 M: Tiwei Bie <tiwei.bie@intel.com>
812 M: Zhihong Wang <zhihong.wang@intel.com>
813 T: git://dpdk.org/next/dpdk-next-virtio
814 F: lib/librte_vhost/
815 F: doc/guides/prog_guide/vhost_lib.rst
816 F: examples/vhost/
817 F: doc/guides/sample_app_ug/vhost.rst
818 F: examples/vhost_scsi/
819 F: doc/guides/sample_app_ug/vhost_scsi.rst
820 F: examples/vhost_crypto/
821 F: examples/vdpa/
822 F: doc/guides/sample_app_ug/vdpa.rst
823
824 Vhost PMD
825 M: Maxime Coquelin <maxime.coquelin@redhat.com>
826 M: Tiwei Bie <tiwei.bie@intel.com>
827 M: Zhihong Wang <zhihong.wang@intel.com>
828 T: git://dpdk.org/next/dpdk-next-virtio
829 F: drivers/net/vhost/
830 F: doc/guides/nics/vhost.rst
831 F: doc/guides/nics/features/vhost.ini
832
833 Virtio PMD
834 M: Maxime Coquelin <maxime.coquelin@redhat.com>
835 M: Tiwei Bie <tiwei.bie@intel.com>
836 M: Zhihong Wang <zhihong.wang@intel.com>
837 T: git://dpdk.org/next/dpdk-next-virtio
838 F: drivers/net/virtio/
839 F: doc/guides/nics/virtio.rst
840 F: doc/guides/nics/features/virtio*.ini
841
842 Wind River AVP
843 M: Allain Legacy <allain.legacy@windriver.com>
844 M: Matt Peters <matt.peters@windriver.com>
845 F: drivers/net/avp/
846 F: doc/guides/nics/avp.rst
847 F: doc/guides/nics/features/avp.ini
848
849 PCAP PMD
850 M: Ferruh Yigit <ferruh.yigit@intel.com>
851 F: drivers/net/pcap/
852 F: doc/guides/nics/pcap_ring.rst
853 F: doc/guides/nics/features/pcap.ini
854
855 Tap PMD
856 M: Keith Wiles <keith.wiles@intel.com>
857 F: drivers/net/tap/
858 F: doc/guides/nics/tap.rst
859 F: doc/guides/nics/features/tap.ini
860
861 KNI PMD
862 M: Ferruh Yigit <ferruh.yigit@intel.com>
863 F: drivers/net/kni/
864 F: doc/guides/nics/kni.rst
865 F: doc/guides/nics/features/kni.ini
866
867 Ring PMD
868 M: Bruce Richardson <bruce.richardson@intel.com>
869 F: drivers/net/ring/
870 F: doc/guides/nics/pcap_ring.rst
871 F: app/test/test_pmd_ring.c
872 F: app/test/test_pmd_ring_perf.c
873 F: doc/guides/nics/features/ring.ini
874
875 Null Networking PMD
876 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
877 F: drivers/net/null/
878 F: doc/guides/nics/features/null.ini
879
880 Fail-safe PMD
881 M: Gaetan Rivet <gaetan.rivet@6wind.com>
882 F: drivers/net/failsafe/
883 F: doc/guides/nics/fail_safe.rst
884 F: doc/guides/nics/features/failsafe.ini
885
886 Softnic PMD
887 M: Jasvinder Singh <jasvinder.singh@intel.com>
888 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
889 F: drivers/net/softnic/
890 F: doc/guides/nics/features/softnic.ini
891 F: doc/guides/nics/softnic.rst
892
893 Memif PMD
894 M: Jakub Grajciar <jgrajcia@cisco.com>
895 F: drivers/net/memif/
896 F: doc/guides/nics/memif.rst
897 F: doc/guides/nics/features/memif.ini
898
899
900 Crypto Drivers
901 --------------
902 T: git://dpdk.org/next/dpdk-next-crypto
903 F: doc/guides/cryptodevs/features/default.ini
904
905 AMD CCP Crypto
906 M: Ravi Kumar <ravi1.kumar@amd.com>
907 F: drivers/crypto/ccp/
908 F: doc/guides/cryptodevs/ccp.rst
909 F: doc/guides/cryptodevs/features/ccp.ini
910
911 ARMv8 Crypto
912 M: Jerin Jacob <jerinj@marvell.com>
913 F: drivers/crypto/armv8/
914 F: doc/guides/cryptodevs/armv8.rst
915 F: doc/guides/cryptodevs/features/armv8.ini
916
917 Cavium OCTEON TX crypto
918 M: Anoob Joseph <anoobj@marvell.com>
919 F: drivers/common/cpt/
920 F: drivers/crypto/octeontx/
921 F: doc/guides/cryptodevs/octeontx.rst
922 F: doc/guides/cryptodevs/features/octeontx.ini
923
924 Crypto Scheduler
925 M: Fan Zhang <roy.fan.zhang@intel.com>
926 F: drivers/crypto/scheduler/
927 F: doc/guides/cryptodevs/scheduler.rst
928
929 Intel AES-NI GCM
930 M: Declan Doherty <declan.doherty@intel.com>
931 F: drivers/crypto/aesni_gcm/
932 F: doc/guides/cryptodevs/aesni_gcm.rst
933 F: doc/guides/cryptodevs/features/aesni_gcm.ini
934
935 Intel AES-NI Multi-Buffer
936 M: Declan Doherty <declan.doherty@intel.com>
937 F: drivers/crypto/aesni_mb/
938 F: doc/guides/cryptodevs/aesni_mb.rst
939 F: doc/guides/cryptodevs/features/aesni_mb.ini
940
941 Intel QuickAssist
942 M: John Griffin <john.griffin@intel.com>
943 M: Fiona Trahe <fiona.trahe@intel.com>
944 M: Deepak Kumar Jain <deepak.k.jain@intel.com>
945 F: drivers/crypto/qat/
946 F: drivers/common/qat/
947 F: doc/guides/cryptodevs/qat.rst
948 F: doc/guides/cryptodevs/features/qat.ini
949
950 KASUMI
951 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
952 F: drivers/crypto/kasumi/
953 F: doc/guides/cryptodevs/kasumi.rst
954 F: doc/guides/cryptodevs/features/kasumi.ini
955
956 Marvell mvsam
957 M: Tomasz Duszynski <tdu@semihalf.com>
958 M: Michael Shamis <michaelsh@marvell.com>
959 M: Liron Himi <lironh@marvell.com>
960 F: drivers/crypto/mvsam/
961 F: doc/guides/cryptodevs/mvsam.rst
962 F: doc/guides/cryptodevs/features/mvsam.ini
963
964 Null Crypto
965 M: Declan Doherty <declan.doherty@intel.com>
966 F: drivers/crypto/null/
967 F: doc/guides/cryptodevs/null.rst
968 F: doc/guides/cryptodevs/features/null.ini
969
970 NXP CAAM JR
971 M: Gagandeep Singh <g.singh@nxp.com>
972 M: Hemant Agrawal <hemant.agrawal@nxp.com>
973 F: drivers/crypto/caam_jr/
974 F: doc/guides/cryptodevs/caam_jr.rst
975 F: doc/guides/cryptodevs/features/caam_jr.ini
976
977 NXP DPAA_SEC
978 M: Akhil Goyal <akhil.goyal@nxp.com>
979 M: Hemant Agrawal <hemant.agrawal@nxp.com>
980 F: drivers/crypto/dpaa_sec/
981 F: doc/guides/cryptodevs/dpaa_sec.rst
982 F: doc/guides/cryptodevs/features/dpaa_sec.ini
983
984 NXP DPAA2_SEC
985 M: Akhil Goyal <akhil.goyal@nxp.com>
986 M: Hemant Agrawal <hemant.agrawal@nxp.com>
987 F: drivers/crypto/dpaa2_sec/
988 F: doc/guides/cryptodevs/dpaa2_sec.rst
989 F: doc/guides/cryptodevs/features/dpaa2_sec.ini
990
991 OpenSSL
992 M: Declan Doherty <declan.doherty@intel.com>
993 F: drivers/crypto/openssl/
994 F: doc/guides/cryptodevs/openssl.rst
995 F: doc/guides/cryptodevs/features/openssl.ini
996
997 SNOW 3G
998 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
999 F: drivers/crypto/snow3g/
1000 F: doc/guides/cryptodevs/snow3g.rst
1001 F: doc/guides/cryptodevs/features/snow3g.ini
1002
1003 Virtio
1004 M: Jay Zhou <jianjay.zhou@huawei.com>
1005 F: drivers/crypto/virtio/
1006 F: doc/guides/cryptodevs/virtio.rst
1007 F: doc/guides/cryptodevs/features/virtio.ini
1008
1009 ZUC
1010 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
1011 F: drivers/crypto/zuc/
1012 F: doc/guides/cryptodevs/zuc.rst
1013 F: doc/guides/cryptodevs/features/zuc.ini
1014
1015
1016 Compression Drivers
1017 -------------------
1018 T: git://dpdk.org/next/dpdk-next-crypto
1019
1020 Cavium OCTEON TX zipvf
1021 M: Ashish Gupta <ashish.gupta@marvell.com>
1022 F: drivers/compress/octeontx/
1023 F: doc/guides/compressdevs/octeontx.rst
1024 F: doc/guides/compressdevs/features/octeontx.ini
1025
1026 Intel QuickAssist
1027 M: Fiona Trahe <fiona.trahe@intel.com>
1028 F: drivers/compress/qat/
1029 F: drivers/common/qat/
1030
1031 ISA-L
1032 M: Lee Daly <lee.daly@intel.com>
1033 F: drivers/compress/isal/
1034 F: doc/guides/compressdevs/isal.rst
1035 F: doc/guides/compressdevs/features/isal.ini
1036
1037 ZLIB
1038 M: Sunila Sahu <ssahu@marvell.com>
1039 F: drivers/compress/zlib/
1040 F: doc/guides/compressdevs/zlib.rst
1041 F: doc/guides/compressdevs/features/zlib.ini
1042
1043
1044 Eventdev Drivers
1045 ----------------
1046 M: Jerin Jacob <jerinj@marvell.com>
1047 T: git://dpdk.org/next/dpdk-next-eventdev
1048
1049 Cavium OCTEON TX ssovf
1050 M: Jerin Jacob <jerinj@marvell.com>
1051 F: drivers/event/octeontx/
1052 F: doc/guides/eventdevs/octeontx.rst
1053
1054 Cavium OCTEON TX timvf
1055 M: Pavan Nikhilesh <pbhagavatula@marvell.com>
1056 F: drivers/event/octeontx/timvf_*
1057
1058 Marvell OCTEON TX2
1059 M: Pavan Nikhilesh <pbhagavatula@marvell.com>
1060 M: Jerin Jacob <jerinj@marvell.com>
1061 F: drivers/event/octeontx2/
1062 F: doc/guides/eventdevs/octeontx2.rst
1063
1064 NXP DPAA eventdev
1065 M: Hemant Agrawal <hemant.agrawal@nxp.com>
1066 M: Nipun Gupta <nipun.gupta@nxp.com>
1067 F: drivers/event/dpaa/
1068 F: doc/guides/eventdevs/dpaa.rst
1069
1070 NXP DPAA2 eventdev
1071 M: Hemant Agrawal <hemant.agrawal@nxp.com>
1072 M: Nipun Gupta <nipun.gupta@nxp.com>
1073 F: drivers/event/dpaa2/
1074 F: doc/guides/eventdevs/dpaa2.rst
1075
1076 Software Eventdev PMD
1077 M: Harry van Haaren <harry.van.haaren@intel.com>
1078 F: drivers/event/sw/
1079 F: doc/guides/eventdevs/sw.rst
1080 F: examples/eventdev_pipeline/
1081 F: doc/guides/sample_app_ug/eventdev_pipeline.rst
1082
1083 Distributed Software Eventdev PMD
1084 M: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
1085 F: drivers/event/dsw/
1086 F: doc/guides/eventdevs/dsw.rst
1087
1088 Software OPDL Eventdev PMD
1089 M: Liang Ma <liang.j.ma@intel.com>
1090 M: Peter Mccarthy <peter.mccarthy@intel.com>
1091 F: drivers/event/opdl/
1092 F: doc/guides/eventdevs/opdl.rst
1093
1094
1095 Rawdev Drivers
1096 --------------
1097
1098 Intel FPGA
1099 M: Rosen Xu <rosen.xu@intel.com>
1100 M: Tianfei zhang <tianfei.zhang@intel.com>
1101 F: drivers/raw/ifpga/
1102 F: doc/guides/rawdevs/ifpga.rst
1103
1104 IOAT Rawdev
1105 M: Bruce Richardson <bruce.richardson@intel.com>
1106 F: drivers/raw/ioat/
1107 F: doc/guides/rawdevs/ioat.rst
1108
1109 NXP DPAA2 QDMA
1110 M: Nipun Gupta <nipun.gupta@nxp.com>
1111 F: drivers/raw/dpaa2_qdma/
1112 F: doc/guides/rawdevs/dpaa2_qdma.rst
1113
1114 DPAA2 CMDIF
1115 M: Nipun Gupta <nipun.gupta@nxp.com>
1116 F: drivers/raw/dpaa2_cmdif/
1117 F: doc/guides/rawdevs/dpaa2_cmdif.rst
1118
1119 Marvell OCTEON TX2 DMA
1120 M: Satha Rao <skoteshwar@marvell.com>
1121 M: Vamsi Attunuru <vattunuru@marvell.com>
1122 F: drivers/raw/octeontx2_dma/
1123 F: doc/guides/rawdevs/octeontx2_dma.rst
1124
1125 NTB
1126 M: Xiaoyun Li <xiaoyun.li@intel.com>
1127 M: Jingjing Wu <jingjing.wu@intel.com>
1128 F: drivers/raw/ntb/
1129 F: doc/guides/rawdevs/ntb.rst
1130 F: examples/ntb/
1131 F: doc/guides/sample_app_ug/ntb.rst
1132
1133
1134 Packet processing
1135 -----------------
1136
1137 Network headers
1138 M: Olivier Matz <olivier.matz@6wind.com>
1139 F: lib/librte_net/
1140
1141 Packet CRC
1142 M: Jasvinder Singh <jasvinder.singh@intel.com>
1143 F: lib/librte_net/rte_net_crc*
1144 F: lib/librte_net/net_crc_sse.h
1145 F: app/test/test_crc.c
1146
1147 IP fragmentation & reassembly
1148 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1149 F: lib/librte_ip_frag/
1150 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
1151 F: examples/ip_fragmentation/
1152 F: doc/guides/sample_app_ug/ip_frag.rst
1153 F: examples/ip_reassembly/
1154 F: doc/guides/sample_app_ug/ip_reassembly.rst
1155
1156 Generic Receive Offload - EXPERIMENTAL
1157 M: Jiayu Hu <jiayu.hu@intel.com>
1158 F: lib/librte_gro/
1159 F: doc/guides/prog_guide/generic_receive_offload_lib.rst
1160
1161 Generic Segmentation Offload
1162 M: Jiayu Hu <jiayu.hu@intel.com>
1163 F: lib/librte_gso/
1164 F: doc/guides/prog_guide/generic_segmentation_offload_lib.rst
1165
1166 IPsec - EXPERIMENTAL
1167 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1168 T: git://dpdk.org/next/dpdk-next-crypto
1169 F: lib/librte_ipsec/
1170 M: Bernard Iremonger <bernard.iremonger@intel.com>
1171 F: app/test/test_ipsec.c
1172 F: doc/guides/prog_guide/ipsec_lib.rst
1173
1174 Flow Classify - EXPERIMENTAL
1175 M: Bernard Iremonger <bernard.iremonger@intel.com>
1176 F: lib/librte_flow_classify/
1177 F: app/test/test_flow_classify*
1178 F: doc/guides/prog_guide/flow_classify_lib.rst
1179 F: examples/flow_classify/
1180 F: doc/guides/sample_app_ug/flow_classify.rst
1181
1182 Distributor
1183 M: David Hunt <david.hunt@intel.com>
1184 F: lib/librte_distributor/
1185 F: doc/guides/prog_guide/packet_distrib_lib.rst
1186 F: app/test/test_distributor*
1187 F: examples/distributor/
1188 F: doc/guides/sample_app_ug/dist_app.rst
1189
1190 Reorder
1191 M: Reshma Pattan <reshma.pattan@intel.com>
1192 F: lib/librte_reorder/
1193 F: doc/guides/prog_guide/reorder_lib.rst
1194 F: app/test/test_reorder*
1195 F: examples/packet_ordering/
1196 F: doc/guides/sample_app_ug/packet_ordering.rst
1197
1198 Hierarchical scheduler
1199 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1200 M: Jasvinder Singh <jasvinder.singh@intel.com>
1201 F: lib/librte_sched/
1202 F: doc/guides/prog_guide/qos_framework.rst
1203 F: app/test/test_red.c
1204 F: app/test/test_sched.c
1205 F: examples/qos_sched/
1206 F: doc/guides/sample_app_ug/qos_scheduler.rst
1207
1208 Packet capture
1209 M: Reshma Pattan <reshma.pattan@intel.com>
1210 F: lib/librte_pdump/
1211 F: doc/guides/prog_guide/pdump_lib.rst
1212 F: app/test/test_pdump.*
1213 F: app/pdump/
1214 F: doc/guides/tools/pdump.rst
1215
1216
1217 Packet Framework
1218 ----------------
1219 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1220 F: lib/librte_pipeline/
1221 F: lib/librte_port/
1222 F: lib/librte_table/
1223 F: doc/guides/prog_guide/packet_framework.rst
1224 F: app/test/test_table*
1225 F: app/test-pipeline/
1226 F: doc/guides/sample_app_ug/test_pipeline.rst
1227 F: examples/ip_pipeline/
1228 F: doc/guides/sample_app_ug/ip_pipeline.rst
1229
1230
1231 Algorithms
1232 ----------
1233
1234 ACL
1235 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1236 F: lib/librte_acl/
1237 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
1238 F: app/test-acl/
1239 F: app/test/test_acl.*
1240 F: examples/l3fwd-acl/
1241 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
1242
1243 EFD
1244 M: Byron Marohn <byron.marohn@intel.com>
1245 F: lib/librte_efd/
1246 F: doc/guides/prog_guide/efd_lib.rst
1247 F: app/test/test_efd*
1248 F: examples/server_node_efd/
1249 F: doc/guides/sample_app_ug/server_node_efd.rst
1250
1251 Hashes
1252 M: Yipeng Wang <yipeng1.wang@intel.com>
1253 M: Sameh Gobriel <sameh.gobriel@intel.com>
1254 M: Bruce Richardson <bruce.richardson@intel.com>
1255 F: lib/librte_hash/
1256 F: doc/guides/prog_guide/hash_lib.rst
1257 F: app/test/test_*hash*
1258 F: app/test/test_func_reentrancy.c
1259
1260 LPM
1261 M: Bruce Richardson <bruce.richardson@intel.com>
1262 M: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
1263 F: lib/librte_lpm/
1264 F: doc/guides/prog_guide/lpm*
1265 F: app/test/test_lpm*
1266 F: app/test/test_func_reentrancy.c
1267 F: app/test/test_xmmt_ops.h
1268
1269 Membership - EXPERIMENTAL
1270 M: Yipeng Wang <yipeng1.wang@intel.com>
1271 M: Sameh Gobriel <sameh.gobriel@intel.com>
1272 F: lib/librte_member/
1273 F: doc/guides/prog_guide/member_lib.rst
1274 F: app/test/test_member*
1275
1276 Traffic metering
1277 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1278 F: lib/librte_meter/
1279 F: doc/guides/sample_app_ug/qos_scheduler.rst
1280 F: app/test/test_meter.c
1281 F: examples/qos_meter/
1282 F: doc/guides/sample_app_ug/qos_metering.rst
1283
1284
1285 Other libraries
1286 ---------------
1287
1288 Configuration file
1289 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
1290 F: lib/librte_cfgfile/
1291 F: app/test/test_cfgfile.c
1292 F: app/test/test_cfgfiles/
1293
1294 Interactive command line
1295 M: Olivier Matz <olivier.matz@6wind.com>
1296 F: lib/librte_cmdline/
1297 F: app/test-cmdline/
1298 F: app/test/test_cmdline*
1299 F: examples/cmdline/
1300 F: doc/guides/sample_app_ug/cmd_line.rst
1301
1302 Key/Value parsing
1303 M: Olivier Matz <olivier.matz@6wind.com>
1304 F: lib/librte_kvargs/
1305 F: app/test/test_kvargs.c
1306
1307 RCU - EXPERIMENTAL
1308 M: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
1309 F: lib/librte_rcu/
1310 F: app/test/test_rcu*
1311 F: doc/guides/prog_guide/rcu_lib.rst
1312
1313 PCI
1314 M: Gaetan Rivet <gaetan.rivet@6wind.com>
1315 F: lib/librte_pci/
1316
1317 Power management
1318 M: David Hunt <david.hunt@intel.com>
1319 F: lib/librte_power/
1320 F: doc/guides/prog_guide/power_man.rst
1321 F: app/test/test_power*
1322 F: examples/l3fwd-power/
1323 F: doc/guides/sample_app_ug/l3_forward_power_man.rst
1324 F: examples/vm_power_manager/
1325 F: doc/guides/sample_app_ug/vm_power_management.rst
1326
1327 Timers
1328 M: Robert Sanford <rsanford@akamai.com>
1329 M: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
1330 F: lib/librte_timer/
1331 F: doc/guides/prog_guide/timer_lib.rst
1332 F: app/test/test_timer*
1333 F: examples/timer/
1334 F: doc/guides/sample_app_ug/timer.rst
1335
1336 Job statistics
1337 F: lib/librte_jobstats/
1338 F: examples/l2fwd-jobstats/
1339 F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
1340
1341 Metrics
1342 F: lib/librte_metrics/
1343 F: app/test/test_metrics.c
1344
1345 Bit-rate statistics
1346 F: lib/librte_bitratestats/
1347 F: app/test/test_bitratestats.c
1348
1349 Latency statistics
1350 M: Reshma Pattan <reshma.pattan@intel.com>
1351 F: lib/librte_latencystats/
1352 F: app/test/test_latencystats.c
1353
1354 Telemetry - EXPERIMENTAL
1355 M: Kevin Laatz <kevin.laatz@intel.com>
1356 F: lib/librte_telemetry/
1357 F: usertools/dpdk-telemetry-client.py
1358 F: doc/guides/howto/telemetry.rst
1359
1360 BPF - EXPERIMENTAL
1361 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
1362 F: lib/librte_bpf/
1363 F: examples/bpf/
1364 F: app/test/test_bpf.c
1365 F: doc/guides/prog_guide/bpf_lib.rst
1366
1367
1368 Test Applications
1369 -----------------
1370
1371 Unit tests framework
1372 F: app/test/Makefile
1373 F: app/test/autotest*
1374 F: app/test/commands.c
1375 F: app/test/packet_burst_generator.c
1376 F: app/test/packet_burst_generator.h
1377 F: app/test/process.h
1378 F: app/test/resource.*
1379 F: app/test/test.c
1380 F: app/test/test.h
1381 F: app/test/test_pmd_perf.c
1382 F: app/test/test_resource.c
1383 F: app/test/virtual_pmd.c
1384 F: app/test/virtual_pmd.h
1385
1386 Sample packet helper functions for unit test
1387 M: Reshma Pattan <reshma.pattan@intel.com>
1388 F: app/test/sample_packet_forward.c
1389 F: app/test/sample_packet_forward.h
1390
1391 Driver testing tool
1392 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
1393 M: Jingjing Wu <jingjing.wu@intel.com>
1394 M: Bernard Iremonger <bernard.iremonger@intel.com>
1395 F: app/test-pmd/
1396 F: doc/guides/testpmd_app_ug/
1397
1398 Compression performance test application
1399 F: app/test-compress-perf/
1400 F: doc/guides/tools/comp_perf.rst
1401
1402 Crypto performance test application
1403 M: Declan Doherty <declan.doherty@intel.com>
1404 F: app/test-crypto-perf/
1405 F: doc/guides/tools/cryptoperf.rst
1406
1407 Eventdev test application
1408 M: Jerin Jacob <jerinj@marvell.com>
1409 F: app/test-eventdev/
1410 F: doc/guides/tools/testeventdev.rst
1411 F: doc/guides/tools/img/eventdev_*
1412 F: app/test/test_event_ring.c
1413
1414 Procinfo tool
1415 M: Maryam Tahhan <maryam.tahhan@intel.com>
1416 M: Reshma Pattan <reshma.pattan@intel.com>
1417 F: app/proc-info/
1418 F: doc/guides/tools/proc_info.rst
1419
1420
1421 Other Example Applications
1422 --------------------------
1423
1424 F: examples/ethtool/
1425 F: doc/guides/sample_app_ug/ethtool.rst
1426
1427 F: examples/exception_path/
1428 F: doc/guides/sample_app_ug/exception_path.rst
1429
1430 M: Marko Kovacevic <marko.kovacevic@intel.com>
1431 F: examples/fips_validation/
1432 F: doc/guides/sample_app_ug/fips_validation.rst
1433
1434 M: Ori Kam <orika@mellanox.com>
1435 F: examples/flow_filtering/
1436 F: doc/guides/sample_app_ug/flow_filtering.rst
1437
1438 M: Bruce Richardson <bruce.richardson@intel.com>
1439 F: examples/helloworld/
1440 F: doc/guides/sample_app_ug/hello_world.rst
1441
1442 M: Radu Nicolau <radu.nicolau@intel.com>
1443 M: Akhil Goyal <akhil.goyal@nxp.com>
1444 F: examples/ipsec-secgw/
1445 F: doc/guides/sample_app_ug/ipsec_secgw.rst
1446
1447 F: examples/ipv4_multicast/
1448 F: doc/guides/sample_app_ug/ipv4_multicast.rst
1449
1450 M: Bruce Richardson <bruce.richardson@intel.com>
1451 F: examples/l2fwd/
1452 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
1453
1454 M: Tomasz Kantecki <tomasz.kantecki@intel.com>
1455 F: doc/guides/sample_app_ug/l2_forward_cat.rst
1456 F: examples/l2fwd-cat/
1457
1458 F: examples/l3fwd/
1459 F: doc/guides/sample_app_ug/l3_forward.rst
1460
1461 F: examples/l3fwd-vf/
1462 F: doc/guides/sample_app_ug/l3_forward_virtual.rst
1463
1464 F: examples/link_status_interrupt/
1465 F: doc/guides/sample_app_ug/link_status_intr.rst
1466
1467 F: examples/load_balancer/
1468 F: doc/guides/sample_app_ug/load_balancer.rst
1469
1470 F: examples/netmap_compat/
1471 F: doc/guides/sample_app_ug/netmap_compatibility.rst
1472
1473 L-threads - EXPERIMENTAL
1474 M: John McNamara <john.mcnamara@intel.com>
1475 F: examples/performance-thread/
1476 F: doc/guides/sample_app_ug/performance_thread.rst
1477
1478 F: examples/ptpclient/
1479
1480 F: examples/quota_watermark/
1481 F: doc/guides/sample_app_ug/quota_watermark.rst
1482
1483 M: Bruce Richardson <bruce.richardson@intel.com>
1484 M: John McNamara <john.mcnamara@intel.com>
1485 F: examples/rxtx_callbacks/
1486 F: doc/guides/sample_app_ug/rxtx_callbacks.rst
1487
1488 M: Harry van Haaren <harry.van.haaren@intel.com>
1489 F: examples/service_cores/
1490 F: doc/guides/sample_app_ug/service_cores.rst
1491
1492 M: Bruce Richardson <bruce.richardson@intel.com>
1493 M: John McNamara <john.mcnamara@intel.com>
1494 F: examples/skeleton/
1495 F: doc/guides/sample_app_ug/skeleton.rst
1496
1497 M: Xiaoyun Li <xiaoyun.li@intel.com>
1498 F: examples/tep_termination/
1499
1500 F: examples/vmdq/
1501 F: examples/vmdq_dcb/
1502 F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst