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