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