doc: add DPAA2 NIC details
[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 M: Thomas Monjalon <thomas.monjalon@6wind.com>
25 T: git://dpdk.org/dpdk
26 F: MAINTAINERS
27 F: devtools/check-maintainers.sh
28 F: devtools/check-git-log.sh
29 F: devtools/check-includes.sh
30 F: devtools/checkpatches.sh
31 F: devtools/git-log-fixes.sh
32 F: devtools/load-devel-config
33 F: devtools/test-build.sh
34
35 Stable Branches
36 ---------------
37 T: git://dpdk.org/dpdk-stable
38
39 Security Issues
40 ---------------
41 M: maintainers@dpdk.org
42
43
44 Documentation (with overlaps)
45 -------------
46 M: John McNamara <john.mcnamara@intel.com>
47 F: README
48 F: doc/
49
50
51 Build System
52 ------------
53 M: Thomas Monjalon <thomas.monjalon@6wind.com>
54 F: GNUmakefile
55 F: Makefile
56 F: config/
57 F: mk/
58 F: pkg/
59 F: buildtools/auto-config-h.sh
60 F: buildtools/gen-build-mk.sh
61 F: buildtools/gen-config-h.sh
62 F: buildtools/relpath.sh
63 F: doc/build-sdk-quick.txt
64 F: doc/guides/prog_guide/build_app.rst
65 F: doc/guides/prog_guide/dev_kit_*
66 F: doc/guides/prog_guide/ext_app_lib_make_help.rst
67
68 ABI versioning
69 M: Neil Horman <nhorman@tuxdriver.com>
70 F: lib/librte_compat/
71 F: doc/guides/rel_notes/deprecation.rst
72 F: devtools/validate-abi.sh
73
74 Driver information
75 F: buildtools/pmdinfogen/
76 F: usertools/dpdk-pmdinfo.py
77 F: doc/guides/tools/pmdinfo.rst
78
79
80 Environment Abstraction Layer
81 -----------------------------
82
83 EAL API and common code
84 F: lib/librte_eal/common/*
85 F: lib/librte_eal/common/include/*
86 F: lib/librte_eal/common/include/generic/
87 F: doc/guides/prog_guide/env_abstraction_layer.rst
88 F: test/test/test_alarm.c
89 F: test/test/test_atomic.c
90 F: test/test/test_byteorder.c
91 F: test/test/test_common.c
92 F: test/test/test_cpuflags.c
93 F: test/test/test_cycles.c
94 F: test/test/test_debug.c
95 F: test/test/test_devargs.c
96 F: test/test/test_eal*
97 F: test/test/test_errno.c
98 F: test/test/test_interrupts.c
99 F: test/test/test_logs.c
100 F: test/test/test_memcpy*
101 F: test/test/test_per_lcore.c
102 F: test/test/test_prefetch.c
103 F: test/test/test_rwlock.c
104 F: test/test/test_spinlock.c
105 F: test/test/test_string_fns.c
106 F: test/test/test_tailq.c
107 F: test/test/test_version.c
108
109 Memory Allocation
110 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
111 F: lib/librte_eal/common/include/rte_mem*
112 F: lib/librte_eal/common/include/rte_malloc.h
113 F: lib/librte_eal/common/*malloc*
114 F: lib/librte_eal/common/eal_common_mem*
115 F: lib/librte_eal/common/eal_hugepages.h
116 F: doc/guides/prog_guide/env_abstraction_layer.rst
117 F: test/test/test_func_reentrancy.c
118 F: test/test/test_malloc.c
119 F: test/test/test_memory.c
120 F: test/test/test_memzone.c
121
122 Keep alive
123 M: Remy Horton <remy.horton@intel.com>
124 F: lib/librte_eal/common/include/rte_keepalive.h
125 F: lib/librte_eal/common/rte_keepalive.c
126 F: examples/l2fwd-keepalive/
127 F: doc/guides/sample_app_ug/keep_alive.rst
128
129 Secondary process
130 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
131 K: RTE_PROC_
132 F: doc/guides/prog_guide/multi_proc_support.rst
133 F: test/test/test_mp_secondary.c
134 F: examples/multi_process/
135 F: doc/guides/sample_app_ug/multi_process.rst
136
137 ARM v7
138 M: Jan Viktorin <viktorin@rehivetech.com>
139 M: Jianbo Liu <jianbo.liu@linaro.org>
140 F: lib/librte_eal/common/arch/arm/
141 F: lib/librte_eal/common/include/arch/arm/
142
143 ARM v8
144 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
145 M: Jianbo Liu <jianbo.liu@linaro.org>
146 F: lib/librte_eal/common/include/arch/arm/*_64.h
147 F: lib/librte_acl/acl_run_neon.*
148 F: lib/librte_lpm/rte_lpm_neon.h
149 F: lib/librte_hash/rte*_arm64.h
150 F: drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c
151 F: drivers/net/i40e/i40e_rxtx_vec_neon.c
152 F: drivers/net/virtio/virtio_rxtx_simple_neon.c
153
154 IBM POWER
155 M: Chao Zhu <chaozhu@linux.vnet.ibm.com>
156 F: lib/librte_eal/common/arch/ppc_64/
157 F: lib/librte_eal/common/include/arch/ppc_64/
158 F: drivers/net/i40e/i40e_rxtx_vec_altivec.c
159
160 Intel x86
161 M: Bruce Richardson <bruce.richardson@intel.com>
162 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
163 F: lib/librte_eal/common/arch/x86/
164 F: lib/librte_eal/common/include/arch/x86/
165
166 Linux EAL (with overlaps)
167 F: lib/librte_eal/linuxapp/Makefile
168 F: lib/librte_eal/linuxapp/eal/
169 F: doc/guides/linux_gsg/
170
171 Linux UIO
172 M: Ferruh Yigit <ferruh.yigit@intel.com>
173 F: lib/librte_eal/linuxapp/igb_uio/
174 F: lib/librte_eal/linuxapp/eal/*uio*
175
176 Linux VFIO
177 M: Anatoly Burakov <anatoly.burakov@intel.com>
178 F: lib/librte_eal/linuxapp/eal/*vfio*
179
180 Linux Xen
181 M: Jianfeng Tan <jianfeng.tan@intel.com>
182 F: lib/librte_eal/linuxapp/xen_dom0/
183 F: lib/librte_eal/linuxapp/eal/*xen*
184 F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
185 F: drivers/net/xenvirt/
186 F: doc/guides/xen/
187 F: examples/vhost_xen/
188
189 FreeBSD EAL (with overlaps)
190 M: Bruce Richardson <bruce.richardson@intel.com>
191 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
192 F: lib/librte_eal/bsdapp/Makefile
193 F: lib/librte_eal/bsdapp/eal/
194 F: doc/guides/freebsd_gsg/
195
196 FreeBSD contigmem
197 M: Bruce Richardson <bruce.richardson@intel.com>
198 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
199 F: lib/librte_eal/bsdapp/contigmem/
200
201 FreeBSD UIO
202 M: Bruce Richardson <bruce.richardson@intel.com>
203 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
204 F: lib/librte_eal/bsdapp/nic_uio/
205
206
207 Core Libraries
208 --------------
209
210 Memory pool
211 M: Olivier Matz <olivier.matz@6wind.com>
212 F: lib/librte_mempool/
213 F: drivers/mempool/Makefile
214 F: drivers/mempool/ring/
215 F: drivers/mempool/stack/
216 F: doc/guides/prog_guide/mempool_lib.rst
217 F: test/test/test_mempool*
218 F: test/test/test_func_reentrancy.c
219
220 Ring queue
221 M: Olivier Matz <olivier.matz@6wind.com>
222 F: lib/librte_ring/
223 F: doc/guides/prog_guide/ring_lib.rst
224 F: test/test/test_ring*
225 F: test/test/test_func_reentrancy.c
226
227 Packet buffer
228 M: Olivier Matz <olivier.matz@6wind.com>
229 F: lib/librte_mbuf/
230 F: doc/guides/prog_guide/mbuf_lib.rst
231 F: test/test/test_mbuf.c
232
233 Ethernet API
234 M: Thomas Monjalon <thomas.monjalon@6wind.com>
235 F: lib/librte_ether/
236 F: devtools/test-null.sh
237
238 Flow API
239 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
240 F: lib/librte_ether/rte_flow*
241
242 Crypto API
243 M: Declan Doherty <declan.doherty@intel.com>
244 F: lib/librte_cryptodev/
245 F: test/test/test_cryptodev*
246 F: examples/l2fwd-crypto/
247
248 Eventdev API - EXPERIMENTAL
249 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
250 T: git://dpdk.org/next/dpdk-next-eventdev
251 F: lib/librte_eventdev/
252 F: drivers/event/skeleton/
253 F: test/test/test_eventdev.c
254
255
256 Networking Drivers
257 ------------------
258 M: Ferruh Yigit <ferruh.yigit@intel.com>
259 T: git://dpdk.org/next/dpdk-next-net
260
261 Link bonding
262 M: Declan Doherty <declan.doherty@intel.com>
263 F: drivers/net/bonding/
264 F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
265 F: test/test/test_link_bonding*
266 F: examples/bond/
267
268 Linux KNI
269 M: Ferruh Yigit <ferruh.yigit@intel.com>
270 F: lib/librte_eal/linuxapp/kni/
271 F: lib/librte_kni/
272 F: doc/guides/prog_guide/kernel_nic_interface.rst
273 F: test/test/test_kni.c
274 F: examples/kni/
275 F: doc/guides/sample_app_ug/kernel_nic_interface.rst
276
277 Linux AF_PACKET
278 M: John W. Linville <linville@tuxdriver.com>
279 F: drivers/net/af_packet/
280
281 Amazon ENA
282 M: Jan Medala <jan@semihalf.com>
283 M: Jakub Palider <jpa@semihalf.com>
284 M: Netanel Belgazal <netanel@amazon.com>
285 M: Evgeny Schemeilin <evgenys@amazon.com>
286 F: drivers/net/ena/
287 F: doc/guides/nics/ena.rst
288
289 Atomic Rules ARK
290 M: Shepard Siegel <shepard.siegel@atomicrules.com>
291 M: Ed Czeck <ed.czeck@atomicrules.com>
292 M: John Miller <john.miller@atomicrules.com>
293 F: drivers/net/ark/
294 F: doc/guides/nics/ark.rst
295 F: doc/guides/nics/features/ark.ini
296
297 Broadcom bnxt
298 M: Stephen Hurd <stephen.hurd@broadcom.com>
299 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
300 F: drivers/net/bnxt/
301 F: doc/guides/nics/bnxt.rst
302
303 Cavium ThunderX nicvf
304 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
305 M: Maciej Czekaj <maciej.czekaj@caviumnetworks.com>
306 F: drivers/net/thunderx/
307 F: doc/guides/nics/thunderx.rst
308
309 Cavium LiquidIO
310 M: Shijith Thotton <shijith.thotton@cavium.com>
311 M: Srisivasubramanian Srinivasan <ssrinivasan@cavium.com>
312 F: drivers/net/liquidio/
313 F: doc/guides/nics/liquidio.rst
314 F: doc/guides/nics/features/liquidio.ini
315
316 Chelsio cxgbe
317 M: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
318 F: drivers/net/cxgbe/
319 F: doc/guides/nics/cxgbe.rst
320
321 Cisco enic
322 M: John Daley <johndale@cisco.com>
323 M: Nelson Escobar <neescoba@cisco.com>
324 F: drivers/net/enic/
325 F: doc/guides/nics/enic.rst
326
327 Intel e1000
328 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
329 F: drivers/net/e1000/
330 F: doc/guides/nics/e1000em.rst
331 F: doc/guides/nics/intel_vf.rst
332
333 Intel ixgbe
334 M: Helin Zhang <helin.zhang@intel.com>
335 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
336 F: drivers/net/ixgbe/
337 F: doc/guides/nics/ixgbe.rst
338 F: doc/guides/nics/intel_vf.rst
339
340 Intel i40e
341 M: Helin Zhang <helin.zhang@intel.com>
342 M: Jingjing Wu <jingjing.wu@intel.com>
343 F: drivers/net/i40e/
344 F: doc/guides/nics/i40e.rst
345 F: doc/guides/nics/intel_vf.rst
346
347 Intel fm10k
348 M: Jing Chen <jing.d.chen@intel.com>
349 F: drivers/net/fm10k/
350
351 Mellanox mlx4
352 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
353 M: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
354 F: drivers/net/mlx4/
355 F: doc/guides/nics/mlx4.rst
356
357 Mellanox mlx5
358 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>
359 M: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
360 F: drivers/net/mlx5/
361 F: doc/guides/nics/mlx5.rst
362
363 Netcope szedata2
364 M: Matej Vido <vido@cesnet.cz>
365 F: drivers/net/szedata2/
366 F: doc/guides/nics/szedata2.rst
367
368 Netronome nfp
369 M: Alejandro Lucero <alejandro.lucero@netronome.com>
370 F: drivers/net/nfp/
371 F: doc/guides/nics/nfp.rst
372
373 NXP dpaa2
374 M: Hemant Agrawal <hemant.agrawal@nxp.com>
375 M: Shreyansh Jain <shreyansh.jain@nxp.com>
376 F: drivers/bus/fslmc/
377 F: drivers/mempool/dpaa2/
378 F: drivers/net/dpaa2/
379 F: doc/guides/nics/dpaa2.rst
380
381 QLogic bnx2x
382 M: Harish Patil <harish.patil@cavium.com>
383 M: Rasesh Mody <rasesh.mody@cavium.com>
384 F: drivers/net/bnx2x/
385 F: doc/guides/nics/bnx2x.rst
386
387 QLogic qede PMD
388 M: Rasesh Mody <rasesh.mody@cavium.com>
389 M: Harish Patil <harish.patil@cavium.com>
390 F: drivers/net/qede/
391 F: doc/guides/nics/qede.rst
392
393 Solarflare sfc_efx
394 M: Andrew Rybchenko <arybchenko@solarflare.com>
395 F: drivers/net/sfc/
396 F: doc/guides/nics/sfc_efx.rst
397 F: doc/guides/nics/features/sfc_efx.ini
398
399 VMware vmxnet3
400 M: Shrikrishna Khare <skhare@vmware.com>
401 F: drivers/net/vmxnet3/
402 F: doc/guides/nics/vmxnet3.rst
403
404 Vhost-user
405 M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
406 M: Maxime Coquelin <maxime.coquelin@redhat.com>
407 T: git://dpdk.org/next/dpdk-next-virtio
408 F: lib/librte_vhost/
409 F: doc/guides/prog_guide/vhost_lib.rst
410 F: examples/vhost/
411 F: doc/guides/sample_app_ug/vhost.rst
412
413 Vhost PMD
414 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
415 M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
416 M: Maxime Coquelin <maxime.coquelin@redhat.com>
417 T: git://dpdk.org/next/dpdk-next-virtio
418 F: drivers/net/vhost/
419
420 Virtio PMD
421 M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
422 M: Maxime Coquelin <maxime.coquelin@redhat.com>
423 T: git://dpdk.org/next/dpdk-next-virtio
424 F: drivers/net/virtio/
425 F: doc/guides/nics/virtio.rst
426
427 Wind River AVP
428 M: Allain Legacy <allain.legacy@windriver.com>
429 M: Matt Peters <matt.peters@windriver.com>
430 F: drivers/net/avp/
431 F: doc/guides/nics/avp.rst
432
433 PCAP PMD
434 M: Ferruh Yigit <ferruh.yigit@intel.com>
435 F: drivers/net/pcap/
436 F: doc/guides/nics/pcap_ring.rst
437
438 Tap PMD
439 M: Pascal Mazon <pascal.mazon@6wind.com>
440 F: drivers/net/tap/
441 F: doc/guides/nics/tap.rst
442
443 KNI PMD
444 M: Ferruh Yigit <ferruh.yigit@intel.com>
445 F: drivers/net/kni/
446 F: doc/guides/nics/kni.rst
447
448 Ring PMD
449 M: Bruce Richardson <bruce.richardson@intel.com>
450 F: drivers/net/ring/
451 F: doc/guides/nics/pcap_ring.rst
452 F: test/test/test_pmd_ring.c
453 F: test/test/test_pmd_ring_perf.c
454
455 Null Networking PMD
456 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
457 F: drivers/net/null/
458
459
460 Crypto Drivers
461 --------------
462 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
463 T: git://dpdk.org/next/dpdk-next-crypto
464
465 ARMv8 Crypto PMD
466 M: Zbigniew Bodek <zbigniew.bodek@caviumnetworks.com>
467 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
468 F: drivers/crypto/armv8/
469 F: doc/guides/cryptodevs/armv8.rst
470
471 Intel AES-NI GCM PMD
472 M: Declan Doherty <declan.doherty@intel.com>
473 F: drivers/crypto/aesni_gcm/
474 F: doc/guides/cryptodevs/aesni_gcm.rst
475
476 Intel AES-NI Multi-Buffer
477 M: Declan Doherty <declan.doherty@intel.com>
478 F: drivers/crypto/aesni_mb/
479 F: doc/guides/cryptodevs/aesni_mb.rst
480
481 Intel QuickAssist
482 M: John Griffin <john.griffin@intel.com>
483 M: Fiona Trahe <fiona.trahe@intel.com>
484 M: Deepak Kumar Jain <deepak.k.jain@intel.com>
485 F: drivers/crypto/qat/
486 F: doc/guides/cryptodevs/qat.rst
487
488 SNOW 3G PMD
489 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
490 F: drivers/crypto/snow3g/
491 F: doc/guides/cryptodevs/snow3g.rst
492
493 KASUMI PMD
494 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
495 F: drivers/crypto/kasumi/
496 F: doc/guides/cryptodevs/kasumi.rst
497
498 ZUC PMD
499 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
500 F: drivers/crypto/zuc/
501 F: doc/guides/cryptodevs/zuc.rst
502
503 OpenSSL PMD
504 M: Declan Doherty <declan.doherty@intel.com>
505 F: drivers/crypto/openssl/
506 F: doc/guides/cryptodevs/openssl.rst
507
508 Null Crypto PMD
509 M: Declan Doherty <declan.doherty@intel.com>
510 F: drivers/crypto/null/
511 F: doc/guides/cryptodevs/null.rst
512
513 Crypto Scheduler PMD
514 M: Fan Zhang <roy.fan.zhang@intel.com>
515 F: drivers/crypto/scheduler/
516 F: doc/guides/cryptodevs/scheduler.rst
517
518 Eventdev Drivers
519 ----------------
520 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
521 T: git://dpdk.org/next/dpdk-next-eventdev
522
523 Cavium OCTEONTX ssovf
524 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
525 M: Santosh Shukla <santosh.shukla@caviumnetworks.com>
526 F: drivers/event/octeontx/
527 F: test/test/test_eventdev_octeontx.c
528 F: doc/guides/eventdevs/octeontx.rst
529
530 Software Eventdev PMD
531 M: Harry van Haaren <harry.van.haaren@intel.com>
532 F: drivers/event/sw/
533 F: test/test/test_eventdev_sw.c
534 F: doc/guides/eventdevs/sw.rst
535
536
537 Packet processing
538 -----------------
539
540 Network headers
541 M: Olivier Matz <olivier.matz@6wind.com>
542 F: lib/librte_net/
543
544 Packet CRC
545 M: Jasvinder Singh <jasvinder.singh@intel.com>
546 F: lib/librte_net/rte_net_crc*
547 F: lib/librte_net/net_crc_sse.h
548 F: test/test/test_crc.c
549
550 IP fragmentation & reassembly
551 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
552 F: lib/librte_ip_frag/
553 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
554 F: examples/ip_fragmentation/
555 F: doc/guides/sample_app_ug/ip_frag.rst
556 F: examples/ip_reassembly/
557 F: doc/guides/sample_app_ug/ip_reassembly.rst
558
559 Distributor
560 M: Bruce Richardson <bruce.richardson@intel.com>
561 M: David Hunt <david.hunt@intel.com>
562 F: lib/librte_distributor/
563 F: doc/guides/prog_guide/packet_distrib_lib.rst
564 F: test/test/test_distributor*
565 F: examples/distributor/
566 F: doc/guides/sample_app_ug/dist_app.rst
567
568 Reorder
569 M: Reshma Pattan <reshma.pattan@intel.com>
570 F: lib/librte_reorder/
571 F: doc/guides/prog_guide/reorder_lib.rst
572 F: test/test/test_reorder*
573 F: examples/packet_ordering/
574 F: doc/guides/sample_app_ug/packet_ordering.rst
575
576 Hierarchical scheduler
577 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
578 F: lib/librte_sched/
579 F: doc/guides/prog_guide/qos_framework.rst
580 F: test/test/test_red.c
581 F: test/test/test_sched.c
582 F: examples/qos_sched/
583 F: doc/guides/sample_app_ug/qos_scheduler.rst
584
585 Packet capture
586 M: Reshma Pattan <reshma.pattan@intel.com>
587 F: lib/librte_pdump/
588 F: doc/guides/prog_guide/pdump_lib.rst
589 F: app/pdump/
590 F: doc/guides/tools/pdump.rst
591
592
593 Packet Framework
594 ----------------
595 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
596 F: lib/librte_pipeline/
597 F: lib/librte_port/
598 F: lib/librte_table/
599 F: doc/guides/prog_guide/packet_framework.rst
600 F: test/test/test_table*
601 F: test/test-pipeline/
602 F: doc/guides/sample_app_ug/test_pipeline.rst
603 F: examples/ip_pipeline/
604 F: doc/guides/sample_app_ug/ip_pipeline.rst
605
606
607 Algorithms
608 ----------
609
610 ACL
611 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
612 F: lib/librte_acl/
613 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
614 F: test/test-acl/
615 F: test/test/test_acl.*
616 F: examples/l3fwd-acl/
617 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
618
619 EFD
620 M: Byron Marohn <byron.marohn@intel.com>
621 M: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
622 F: lib/librte_efd/
623 F: doc/guides/prog_guide/efd_lib.rst
624 F: test/test/test_efd*
625 F: examples/server_node_efd/
626 F: doc/guides/sample_app_ug/server_node_efd.rst
627
628 Hashes
629 M: Bruce Richardson <bruce.richardson@intel.com>
630 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
631 F: lib/librte_hash/
632 F: doc/guides/prog_guide/hash_lib.rst
633 F: test/test/test_*hash*
634 F: test/test/test_func_reentrancy.c
635
636 LPM
637 M: Bruce Richardson <bruce.richardson@intel.com>
638 F: lib/librte_lpm/
639 F: doc/guides/prog_guide/lpm*
640 F: test/test/test_lpm*
641 F: test/test/test_func_reentrancy.c
642 F: test/test/test_xmmt_ops.h
643
644 Traffic metering
645 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
646 F: lib/librte_meter/
647 F: doc/guides/sample_app_ug/qos_scheduler.rst
648 F: test/test/test_meter.c
649 F: examples/qos_meter/
650 F: doc/guides/sample_app_ug/qos_metering.rst
651
652
653 Other libraries
654 ---------------
655
656 Configuration file
657 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
658 F: lib/librte_cfgfile/
659 F: test/test/test_cfgfile.c
660 F: test/test/test_cfgfiles/
661
662 Interactive command line
663 M: Olivier Matz <olivier.matz@6wind.com>
664 F: lib/librte_cmdline/
665 F: test/cmdline_test/
666 F: test/test/test_cmdline*
667 F: examples/cmdline/
668 F: doc/guides/sample_app_ug/cmd_line.rst
669
670 Key/Value parsing
671 M: Olivier Matz <olivier.matz@6wind.com>
672 F: lib/librte_kvargs/
673 F: test/test/test_kvargs.c
674
675 Power management
676 F: lib/librte_power/
677 F: doc/guides/prog_guide/power_man.rst
678 F: test/test/test_power*
679 F: examples/l3fwd-power/
680 F: doc/guides/sample_app_ug/l3_forward_power_man.rst
681 F: examples/vm_power_manager/
682 F: doc/guides/sample_app_ug/vm_power_management.rst
683
684 Timers
685 M: Robert Sanford <rsanford@akamai.com>
686 F: lib/librte_timer/
687 F: doc/guides/prog_guide/timer_lib.rst
688 F: test/test/test_timer*
689 F: examples/timer/
690 F: doc/guides/sample_app_ug/timer.rst
691
692 Job statistics
693 M: Pawel Wodkowski <pawelx.wodkowski@intel.com>
694 F: lib/librte_jobstats/
695 F: examples/l2fwd-jobstats/
696 F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
697
698 Metrics
699 M: Remy Horton <remy.horton@intel.com>
700 F: lib/librte_metrics/
701
702 Bit-rate statistics
703 M: Remy Horton <remy.horton@intel.com>
704 F: lib/librte_bitratestats/
705
706 Latency statistics
707 M: Reshma Pattan <reshma.pattan@intel.com>
708 F: lib/librte_latencystats/
709
710
711 Test Applications
712 -----------------
713
714 Unit tests framework
715 F: test/Makefile
716 F: test/test/Makefile
717 F: test/test/autotest*
718 F: test/test/commands.c
719 F: test/test/packet_burst_generator.c
720 F: test/test/packet_burst_generator.h
721 F: test/test/process.h
722 F: test/test/resource.*
723 F: test/test/test.c
724 F: test/test/test.h
725 F: test/test/test_pmd_perf.c
726 F: test/test/test_resource.c
727 F: test/test/virtual_pmd.c
728 F: test/test/virtual_pmd.h
729
730 Driver testing tool
731 M: Jingjing Wu <jingjing.wu@intel.com>
732 F: app/test-pmd/
733 F: doc/guides/testpmd_app_ug/
734
735 Crypto performance test application
736 M: Declan Doherty <declan.doherty@intel.com>
737 F: app/test-crypto-perf/
738 F: doc/guides/tools/cryptoperf.rst
739
740 Procinfo tool
741 M: Maryam Tahhan <maryam.tahhan@intel.com>
742 M: Reshma Pattan <reshma.pattan@intel.com>
743 F: app/proc_info/
744 F: doc/guides/tools/proc_info.rst
745
746
747 Other Example Applications
748 --------------------------
749
750 M: Remy Horton <remy.horton@intel.com>
751 F: examples/ethtool/
752 F: doc/guides/sample_app_ug/ethtool.rst
753
754 F: examples/exception_path/
755 F: doc/guides/sample_app_ug/exception_path.rst
756
757 M: Bruce Richardson <bruce.richardson@intel.com>
758 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
759 F: examples/helloworld/
760 F: doc/guides/sample_app_ug/hello_world.rst
761
762 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
763 F: examples/ipsec-secgw/
764 F: doc/guides/sample_app_ug/ipsec_secgw.rst
765
766 F: examples/ipv4_multicast/
767 F: doc/guides/sample_app_ug/ipv4_multicast.rst
768
769 M: Bruce Richardson <bruce.richardson@intel.com>
770 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
771 F: examples/l2fwd/
772 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
773
774 M: Tomasz Kantecki <tomasz.kantecki@intel.com>
775 F: doc/guides/sample_app_ug/l2_forward_cat.rst
776 F: examples/l2fwd-cat/
777
778 F: examples/l3fwd/
779 F: doc/guides/sample_app_ug/l3_forward.rst
780
781 F: examples/l3fwd-vf/
782 F: doc/guides/sample_app_ug/l3_forward_virtual.rst
783
784 F: examples/link_status_interrupt/
785 F: doc/guides/sample_app_ug/link_status_intr.rst
786
787 F: examples/load_balancer/
788 F: doc/guides/sample_app_ug/load_balancer.rst
789
790 F: examples/netmap_compat/
791 F: doc/guides/sample_app_ug/netmap_compatibility.rst
792
793 L-threads - EXPERIMENTAL
794 M: John McNamara <john.mcnamara@intel.com>
795 F: examples/performance-thread/
796 F: doc/guides/sample_app_ug/performance_thread.rst
797
798 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
799 M: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
800 F: examples/ptpclient/
801
802 F: examples/quota_watermark/
803 F: doc/guides/sample_app_ug/quota_watermark.rst
804
805 M: Bruce Richardson <bruce.richardson@intel.com>
806 M: John McNamara <john.mcnamara@intel.com>
807 F: examples/rxtx_callbacks/
808 F: doc/guides/sample_app_ug/rxtx_callbacks.rst
809
810 M: Bruce Richardson <bruce.richardson@intel.com>
811 M: John McNamara <john.mcnamara@intel.com>
812 F: examples/skeleton/
813 F: doc/guides/sample_app_ug/skeleton.rst
814
815 M: Jijiang Liu <jijiang.liu@intel.com>
816 F: examples/tep_termination/
817
818 F: examples/vmdq/
819 F: examples/vmdq_dcb/
820 F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst