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