net/dpaa2: introduce NXP DPAA2 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 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
380 QLogic bnx2x
381 M: Harish Patil <harish.patil@cavium.com>
382 M: Rasesh Mody <rasesh.mody@cavium.com>
383 F: drivers/net/bnx2x/
384 F: doc/guides/nics/bnx2x.rst
385
386 QLogic qede PMD
387 M: Rasesh Mody <rasesh.mody@cavium.com>
388 M: Harish Patil <harish.patil@cavium.com>
389 F: drivers/net/qede/
390 F: doc/guides/nics/qede.rst
391
392 Solarflare sfc_efx
393 M: Andrew Rybchenko <arybchenko@solarflare.com>
394 F: drivers/net/sfc/
395 F: doc/guides/nics/sfc_efx.rst
396 F: doc/guides/nics/features/sfc_efx.ini
397
398 VMware vmxnet3
399 M: Shrikrishna Khare <skhare@vmware.com>
400 F: drivers/net/vmxnet3/
401 F: doc/guides/nics/vmxnet3.rst
402
403 Vhost-user
404 M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
405 M: Maxime Coquelin <maxime.coquelin@redhat.com>
406 T: git://dpdk.org/next/dpdk-next-virtio
407 F: lib/librte_vhost/
408 F: doc/guides/prog_guide/vhost_lib.rst
409 F: examples/vhost/
410 F: doc/guides/sample_app_ug/vhost.rst
411
412 Vhost PMD
413 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
414 M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
415 M: Maxime Coquelin <maxime.coquelin@redhat.com>
416 T: git://dpdk.org/next/dpdk-next-virtio
417 F: drivers/net/vhost/
418
419 Virtio PMD
420 M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
421 M: Maxime Coquelin <maxime.coquelin@redhat.com>
422 T: git://dpdk.org/next/dpdk-next-virtio
423 F: drivers/net/virtio/
424 F: doc/guides/nics/virtio.rst
425
426 Wind River AVP
427 M: Allain Legacy <allain.legacy@windriver.com>
428 M: Matt Peters <matt.peters@windriver.com>
429 F: drivers/net/avp/
430 F: doc/guides/nics/avp.rst
431
432 PCAP PMD
433 M: Ferruh Yigit <ferruh.yigit@intel.com>
434 F: drivers/net/pcap/
435 F: doc/guides/nics/pcap_ring.rst
436
437 Tap PMD
438 M: Pascal Mazon <pascal.mazon@6wind.com>
439 F: drivers/net/tap/
440 F: doc/guides/nics/tap.rst
441
442 KNI PMD
443 M: Ferruh Yigit <ferruh.yigit@intel.com>
444 F: drivers/net/kni/
445 F: doc/guides/nics/kni.rst
446
447 Ring PMD
448 M: Bruce Richardson <bruce.richardson@intel.com>
449 F: drivers/net/ring/
450 F: doc/guides/nics/pcap_ring.rst
451 F: test/test/test_pmd_ring.c
452 F: test/test/test_pmd_ring_perf.c
453
454 Null Networking PMD
455 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
456 F: drivers/net/null/
457
458
459 Crypto Drivers
460 --------------
461 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
462 T: git://dpdk.org/next/dpdk-next-crypto
463
464 ARMv8 Crypto PMD
465 M: Zbigniew Bodek <zbigniew.bodek@caviumnetworks.com>
466 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
467 F: drivers/crypto/armv8/
468 F: doc/guides/cryptodevs/armv8.rst
469
470 Intel AES-NI GCM PMD
471 M: Declan Doherty <declan.doherty@intel.com>
472 F: drivers/crypto/aesni_gcm/
473 F: doc/guides/cryptodevs/aesni_gcm.rst
474
475 Intel AES-NI Multi-Buffer
476 M: Declan Doherty <declan.doherty@intel.com>
477 F: drivers/crypto/aesni_mb/
478 F: doc/guides/cryptodevs/aesni_mb.rst
479
480 Intel QuickAssist
481 M: John Griffin <john.griffin@intel.com>
482 M: Fiona Trahe <fiona.trahe@intel.com>
483 M: Deepak Kumar Jain <deepak.k.jain@intel.com>
484 F: drivers/crypto/qat/
485 F: doc/guides/cryptodevs/qat.rst
486
487 SNOW 3G PMD
488 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
489 F: drivers/crypto/snow3g/
490 F: doc/guides/cryptodevs/snow3g.rst
491
492 KASUMI PMD
493 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
494 F: drivers/crypto/kasumi/
495 F: doc/guides/cryptodevs/kasumi.rst
496
497 ZUC PMD
498 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
499 F: drivers/crypto/zuc/
500 F: doc/guides/cryptodevs/zuc.rst
501
502 OpenSSL PMD
503 M: Declan Doherty <declan.doherty@intel.com>
504 F: drivers/crypto/openssl/
505 F: doc/guides/cryptodevs/openssl.rst
506
507 Null Crypto PMD
508 M: Declan Doherty <declan.doherty@intel.com>
509 F: drivers/crypto/null/
510 F: doc/guides/cryptodevs/null.rst
511
512 Crypto Scheduler PMD
513 M: Fan Zhang <roy.fan.zhang@intel.com>
514 F: drivers/crypto/scheduler/
515 F: doc/guides/cryptodevs/scheduler.rst
516
517 Eventdev Drivers
518 ----------------
519 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
520 T: git://dpdk.org/next/dpdk-next-eventdev
521
522 Cavium OCTEONTX ssovf
523 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
524 M: Santosh Shukla <santosh.shukla@caviumnetworks.com>
525 F: drivers/event/octeontx/
526 F: test/test/test_eventdev_octeontx.c
527 F: doc/guides/eventdevs/octeontx.rst
528
529 Software Eventdev PMD
530 M: Harry van Haaren <harry.van.haaren@intel.com>
531 F: drivers/event/sw/
532 F: test/test/test_eventdev_sw.c
533 F: doc/guides/eventdevs/sw.rst
534
535
536 Packet processing
537 -----------------
538
539 Network headers
540 M: Olivier Matz <olivier.matz@6wind.com>
541 F: lib/librte_net/
542
543 Packet CRC
544 M: Jasvinder Singh <jasvinder.singh@intel.com>
545 F: lib/librte_net/rte_net_crc*
546 F: lib/librte_net/net_crc_sse.h
547 F: test/test/test_crc.c
548
549 IP fragmentation & reassembly
550 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
551 F: lib/librte_ip_frag/
552 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
553 F: examples/ip_fragmentation/
554 F: doc/guides/sample_app_ug/ip_frag.rst
555 F: examples/ip_reassembly/
556 F: doc/guides/sample_app_ug/ip_reassembly.rst
557
558 Distributor
559 M: Bruce Richardson <bruce.richardson@intel.com>
560 M: David Hunt <david.hunt@intel.com>
561 F: lib/librte_distributor/
562 F: doc/guides/prog_guide/packet_distrib_lib.rst
563 F: test/test/test_distributor*
564 F: examples/distributor/
565 F: doc/guides/sample_app_ug/dist_app.rst
566
567 Reorder
568 M: Reshma Pattan <reshma.pattan@intel.com>
569 F: lib/librte_reorder/
570 F: doc/guides/prog_guide/reorder_lib.rst
571 F: test/test/test_reorder*
572 F: examples/packet_ordering/
573 F: doc/guides/sample_app_ug/packet_ordering.rst
574
575 Hierarchical scheduler
576 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
577 F: lib/librte_sched/
578 F: doc/guides/prog_guide/qos_framework.rst
579 F: test/test/test_red.c
580 F: test/test/test_sched.c
581 F: examples/qos_sched/
582 F: doc/guides/sample_app_ug/qos_scheduler.rst
583
584 Packet capture
585 M: Reshma Pattan <reshma.pattan@intel.com>
586 F: lib/librte_pdump/
587 F: doc/guides/prog_guide/pdump_lib.rst
588 F: app/pdump/
589 F: doc/guides/tools/pdump.rst
590
591
592 Packet Framework
593 ----------------
594 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
595 F: lib/librte_pipeline/
596 F: lib/librte_port/
597 F: lib/librte_table/
598 F: doc/guides/prog_guide/packet_framework.rst
599 F: test/test/test_table*
600 F: test/test-pipeline/
601 F: doc/guides/sample_app_ug/test_pipeline.rst
602 F: examples/ip_pipeline/
603 F: doc/guides/sample_app_ug/ip_pipeline.rst
604
605
606 Algorithms
607 ----------
608
609 ACL
610 M: Konstantin Ananyev <konstantin.ananyev@intel.com>
611 F: lib/librte_acl/
612 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
613 F: test/test-acl/
614 F: test/test/test_acl.*
615 F: examples/l3fwd-acl/
616 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
617
618 EFD
619 M: Byron Marohn <byron.marohn@intel.com>
620 M: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
621 F: lib/librte_efd/
622 F: doc/guides/prog_guide/efd_lib.rst
623 F: test/test/test_efd*
624 F: examples/server_node_efd/
625 F: doc/guides/sample_app_ug/server_node_efd.rst
626
627 Hashes
628 M: Bruce Richardson <bruce.richardson@intel.com>
629 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
630 F: lib/librte_hash/
631 F: doc/guides/prog_guide/hash_lib.rst
632 F: test/test/test_*hash*
633 F: test/test/test_func_reentrancy.c
634
635 LPM
636 M: Bruce Richardson <bruce.richardson@intel.com>
637 F: lib/librte_lpm/
638 F: doc/guides/prog_guide/lpm*
639 F: test/test/test_lpm*
640 F: test/test/test_func_reentrancy.c
641 F: test/test/test_xmmt_ops.h
642
643 Traffic metering
644 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
645 F: lib/librte_meter/
646 F: doc/guides/sample_app_ug/qos_scheduler.rst
647 F: test/test/test_meter.c
648 F: examples/qos_meter/
649 F: doc/guides/sample_app_ug/qos_metering.rst
650
651
652 Other libraries
653 ---------------
654
655 Configuration file
656 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
657 F: lib/librte_cfgfile/
658 F: test/test/test_cfgfile.c
659 F: test/test/test_cfgfiles/
660
661 Interactive command line
662 M: Olivier Matz <olivier.matz@6wind.com>
663 F: lib/librte_cmdline/
664 F: test/cmdline_test/
665 F: test/test/test_cmdline*
666 F: examples/cmdline/
667 F: doc/guides/sample_app_ug/cmd_line.rst
668
669 Key/Value parsing
670 M: Olivier Matz <olivier.matz@6wind.com>
671 F: lib/librte_kvargs/
672 F: test/test/test_kvargs.c
673
674 Power management
675 F: lib/librte_power/
676 F: doc/guides/prog_guide/power_man.rst
677 F: test/test/test_power*
678 F: examples/l3fwd-power/
679 F: doc/guides/sample_app_ug/l3_forward_power_man.rst
680 F: examples/vm_power_manager/
681 F: doc/guides/sample_app_ug/vm_power_management.rst
682
683 Timers
684 M: Robert Sanford <rsanford@akamai.com>
685 F: lib/librte_timer/
686 F: doc/guides/prog_guide/timer_lib.rst
687 F: test/test/test_timer*
688 F: examples/timer/
689 F: doc/guides/sample_app_ug/timer.rst
690
691 Job statistics
692 M: Pawel Wodkowski <pawelx.wodkowski@intel.com>
693 F: lib/librte_jobstats/
694 F: examples/l2fwd-jobstats/
695 F: doc/guides/sample_app_ug/l2_forward_job_stats.rst
696
697 Metrics
698 M: Remy Horton <remy.horton@intel.com>
699 F: lib/librte_metrics/
700
701 Bit-rate statistics
702 M: Remy Horton <remy.horton@intel.com>
703 F: lib/librte_bitratestats/
704
705 Latency statistics
706 M: Reshma Pattan <reshma.pattan@intel.com>
707 F: lib/librte_latencystats/
708
709
710 Test Applications
711 -----------------
712
713 Unit tests framework
714 F: test/Makefile
715 F: test/test/Makefile
716 F: test/test/autotest*
717 F: test/test/commands.c
718 F: test/test/packet_burst_generator.c
719 F: test/test/packet_burst_generator.h
720 F: test/test/process.h
721 F: test/test/resource.*
722 F: test/test/test.c
723 F: test/test/test.h
724 F: test/test/test_pmd_perf.c
725 F: test/test/test_resource.c
726 F: test/test/virtual_pmd.c
727 F: test/test/virtual_pmd.h
728
729 Driver testing tool
730 M: Jingjing Wu <jingjing.wu@intel.com>
731 F: app/test-pmd/
732 F: doc/guides/testpmd_app_ug/
733
734 Crypto performance test application
735 M: Declan Doherty <declan.doherty@intel.com>
736 F: app/test-crypto-perf/
737 F: doc/guides/tools/cryptoperf.rst
738
739 Procinfo tool
740 M: Maryam Tahhan <maryam.tahhan@intel.com>
741 M: Reshma Pattan <reshma.pattan@intel.com>
742 F: app/proc_info/
743 F: doc/guides/tools/proc_info.rst
744
745
746 Other Example Applications
747 --------------------------
748
749 M: Remy Horton <remy.horton@intel.com>
750 F: examples/ethtool/
751 F: doc/guides/sample_app_ug/ethtool.rst
752
753 F: examples/exception_path/
754 F: doc/guides/sample_app_ug/exception_path.rst
755
756 M: Bruce Richardson <bruce.richardson@intel.com>
757 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
758 F: examples/helloworld/
759 F: doc/guides/sample_app_ug/hello_world.rst
760
761 M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
762 F: examples/ipsec-secgw/
763 F: doc/guides/sample_app_ug/ipsec_secgw.rst
764
765 F: examples/ipv4_multicast/
766 F: doc/guides/sample_app_ug/ipv4_multicast.rst
767
768 M: Bruce Richardson <bruce.richardson@intel.com>
769 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
770 F: examples/l2fwd/
771 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
772
773 M: Tomasz Kantecki <tomasz.kantecki@intel.com>
774 F: doc/guides/sample_app_ug/l2_forward_cat.rst
775 F: examples/l2fwd-cat/
776
777 F: examples/l3fwd/
778 F: doc/guides/sample_app_ug/l3_forward.rst
779
780 F: examples/l3fwd-vf/
781 F: doc/guides/sample_app_ug/l3_forward_virtual.rst
782
783 F: examples/link_status_interrupt/
784 F: doc/guides/sample_app_ug/link_status_intr.rst
785
786 F: examples/load_balancer/
787 F: doc/guides/sample_app_ug/load_balancer.rst
788
789 F: examples/netmap_compat/
790 F: doc/guides/sample_app_ug/netmap_compatibility.rst
791
792 L-threads - EXPERIMENTAL
793 M: John McNamara <john.mcnamara@intel.com>
794 F: examples/performance-thread/
795 F: doc/guides/sample_app_ug/performance_thread.rst
796
797 M: Pablo de Lara <pablo.de.lara.guarch@intel.com>
798 M: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
799 F: examples/ptpclient/
800
801 F: examples/quota_watermark/
802 F: doc/guides/sample_app_ug/quota_watermark.rst
803
804 M: Bruce Richardson <bruce.richardson@intel.com>
805 M: John McNamara <john.mcnamara@intel.com>
806 F: examples/rxtx_callbacks/
807 F: doc/guides/sample_app_ug/rxtx_callbacks.rst
808
809 M: Bruce Richardson <bruce.richardson@intel.com>
810 M: John McNamara <john.mcnamara@intel.com>
811 F: examples/skeleton/
812 F: doc/guides/sample_app_ug/skeleton.rst
813
814 M: Jijiang Liu <jijiang.liu@intel.com>
815 F: examples/tep_termination/
816
817 F: examples/vmdq/
818 F: examples/vmdq_dcb/
819 F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst