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