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