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