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