b74dbf59e4660d443b35c71a761934b468fdd8ea
[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: scripts/check-maintainers.sh
28
29
30 Security Issues
31 ---------------
32 M: maintainers@dpdk.org
33
34
35 Documentation (with overlaps)
36 -------------
37 F: doc/
38
39
40 Build System
41 ------------
42 M: Olivier Matz <olivier.matz@6wind.com>
43 F: GNUmakefile
44 F: Makefile
45 F: config/
46 F: mk/
47 F: pkg/
48 F: scripts/depdirs-rule.sh
49 F: scripts/gen-build-mk.sh
50 F: scripts/gen-config-h.sh
51 F: scripts/relpath.sh
52
53 ABI versioning
54 M: Neil Horman <nhorman@tuxdriver.com>
55 F: lib/librte_compat/
56 F: doc/guides/rel_notes/abi.rst
57
58 Environment Abstraction Layer
59 -----------------------------
60
61 EAL API and common code
62 M: Thomas Monjalon <thomas.monjalon@6wind.com>
63 F: lib/librte_eal/common/*
64 F: lib/librte_eal/common/include/*
65 F: lib/librte_eal/common/include/generic/
66 F: app/test/test_alarm.c
67 F: app/test/test_atomic.c
68 F: app/test/test_byteorder.c
69 F: app/test/test_common.c
70 F: app/test/test_cpuflags.c
71 F: app/test/test_cycles.c
72 F: app/test/test_debug.c
73 F: app/test/test_devargs.c
74 F: app/test/test_eal*
75 F: app/test/test_errno.c
76 F: app/test/test_func_reentrancy.c
77 F: app/test/test_interrupts.c
78 F: app/test/test_logs.c
79 F: app/test/test_memcpy*
80 F: app/test/test_memory.c
81 F: app/test/test_memzone.c
82 F: app/test/test_pci.c
83 F: app/test/test_per_lcore.c
84 F: app/test/test_prefetch.c
85 F: app/test/test_rwlock.c
86 F: app/test/test_spinlock.c
87 F: app/test/test_string_fns.c
88 F: app/test/test_tailq.c
89 F: app/test/test_version.c
90
91 Secondary process
92 K: RTE_PROC_
93 F: doc/guides/prog_guide/multi_proc_support.rst
94 F: app/test/test_mp_secondary.c
95 F: examples/multi_process/
96 F: doc/guides/sample_app_ug/multi_process.rst
97
98 IBM Power
99 F: lib/librte_eal/common/include/arch/ppc_64/
100
101 Intel x86
102 F: lib/librte_eal/common/include/arch/x86/
103
104 Linux EAL (with overlaps)
105 F: lib/librte_eal/linuxapp/Makefile
106 F: lib/librte_eal/linuxapp/eal/
107 F: doc/guides/linux_gsg/
108
109 Linux UIO
110 F: lib/librte_eal/linuxapp/igb_uio/
111 F: lib/librte_eal/linuxapp/eal/*uio*
112
113 Linux VFIO
114 F: lib/librte_eal/linuxapp/eal/*vfio*
115
116 Linux Xen
117 F: lib/librte_eal/linuxapp/xen_dom0/
118 F: lib/librte_eal/linuxapp/eal/*xen*
119 F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
120 F: lib/librte_mempool/rte_dom0_mempool.c
121 F: lib/librte_pmd_xenvirt/
122 F: app/test-pmd/mempool_*
123 F: examples/vhost_xen/
124 F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
125
126 FreeBSD EAL (with overlaps)
127 F: lib/librte_eal/bsdapp/Makefile
128 F: lib/librte_eal/bsdapp/eal/
129 F: doc/guides/freebsd_gsg/
130
131 FreeBSD contigmem
132 F: lib/librte_eal/bsdapp/contigmem/
133
134 FreeBSD UIO
135 F: lib/librte_eal/bsdapp/nic_uio/
136
137
138 Core Libraries
139 --------------
140
141 Dynamic memory
142 F: lib/librte_malloc/
143 F: doc/guides/prog_guide/malloc_lib.rst
144 F: app/test/test_malloc.c
145 F: app/test/test_func_reentrancy.c
146
147 Memory pool
148 M: Olivier Matz <olivier.matz@6wind.com>
149 F: lib/librte_mempool/
150 F: doc/guides/prog_guide/mempool_lib.rst
151 F: app/test/test_mempool*
152 F: app/test/test_func_reentrancy.c
153
154 Ring queue
155 M: Olivier Matz <olivier.matz@6wind.com>
156 F: lib/librte_ring/
157 F: app/test/test_ring*
158 F: app/test/test_func_reentrancy.c
159
160 Packet buffer
161 M: Olivier Matz <olivier.matz@6wind.com>
162 F: lib/librte_mbuf/
163 F: doc/guides/prog_guide/mbuf_lib.rst
164 F: app/test/test_mbuf.c
165
166 Ethernet API
167 M: Thomas Monjalon <thomas.monjalon@6wind.com>
168 F: lib/librte_ether/
169
170
171 Drivers
172 -------
173
174 Link bonding
175 M: Declan Doherty <declan.doherty@intel.com>
176 F: lib/librte_pmd_bond/
177 F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
178 F: app/test/test_link_bonding.c
179
180 Linux KNI
181 F: lib/librte_eal/linuxapp/kni/
182 F: lib/librte_kni/
183 F: doc/guides/prog_guide/kernel_nic_interface.rst
184 F: app/test/test_kni.c
185 F: examples/kni/
186 F: doc/guides/sample_app_ug/kernel_nic_interface.rst
187
188 Linux AF_PACKET
189 M: John W. Linville <linville@tuxdriver.com>
190 F: lib/librte_pmd_af_packet/
191
192 Cisco enic
193 F: lib/librte_pmd_enic/
194
195 Intel e1000
196 F: lib/librte_pmd_e1000/
197
198 Intel ixgbe
199 F: lib/librte_pmd_ixgbe/
200
201 Intel i40e
202 F: lib/librte_pmd_i40e/
203
204 RedHat virtio
205 F: lib/librte_pmd_virtio/
206 F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
207 F: lib/librte_vhost/
208 F: doc/guides/prog_guide/vhost_lib.rst
209 F: examples/vhost/
210 F: doc/guides/sample_app_ug/vhost.rst
211
212 VMware vmxnet3
213 F: lib/librte_pmd_vmxnet3/
214 F: doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst
215
216 PCAP PMD
217 F: lib/librte_pmd_pcap/
218 F: doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst
219
220 Ring PMD
221 F: lib/librte_pmd_ring/
222 F: doc/guides/prog_guide/ring_lib.rst
223 F: app/test/test_pmd_ring.c
224
225
226 Packet processing
227 -----------------
228
229 Network headers
230 F: lib/librte_net/
231
232 IP fragmentation & reassembly
233 F: lib/librte_ip_frag/
234 F: doc/guides/prog_guide/ip_fragment_reassembly_lib.rst
235 F: examples/ip_fragmentation/
236 F: doc/guides/sample_app_ug/ip_frag.rst
237 F: examples/ip_reassembly/
238 F: doc/guides/sample_app_ug/ip_reassembly.rst
239
240 Distributor
241 F: lib/librte_distributor/
242 F: doc/guides/prog_guide/packet_distrib_lib.rst
243 F: app/test/test_distributor*
244 F: examples/distributor/
245 F: doc/guides/sample_app_ug/dist_app.rst
246
247 Hierarchical scheduler
248 F: lib/librte_sched/
249 F: doc/guides/prog_guide/qos_framework.rst
250 F: app/test/test_red.c
251 F: app/test/test_sched.c
252 F: examples/qos_sched/
253 F: doc/guides/sample_app_ug/qos_scheduler.rst
254
255
256 Packet Framework
257 ----------------
258 F: lib/librte_pipeline/
259 F: lib/librte_port/
260 F: lib/librte_table/
261 F: doc/guides/prog_guide/packet_framework.rst
262 F: app/test/test_table*
263 F: app/test-pipeline/
264 F: doc/guides/sample_app_ug/test_pipeline.rst
265 F: examples/ip_pipeline/
266 F: doc/guides/sample_app_ug/internet_proto_ip_pipeline.rst
267
268
269 Algorithms
270 ----------
271
272 ACL
273 F: lib/librte_acl/
274 F: doc/guides/prog_guide/packet_classif_access_ctrl.rst
275 F: app/test-acl/
276 F: app/test/test_acl.*
277 F: examples/l3fwd-acl/
278 F: doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
279
280 Hashes
281 F: lib/librte_hash/
282 F: doc/guides/prog_guide/hash_lib.rst
283 F: app/test/test_hash*
284 F: app/test/test_func_reentrancy.c
285
286 LPM
287 F: lib/librte_lpm/
288 F: doc/guides/prog_guide/lpm*
289 F: app/test/test_lpm*
290 F: app/test/test_func_reentrancy.c
291
292 Traffic metering
293 F: lib/librte_meter/
294 F: doc/guides/sample_app_ug/qos_scheduler.rst
295 F: app/test/test_meter.c
296 F: examples/qos_meter/
297 F: doc/guides/sample_app_ug/qos_metering.rst
298
299
300 Other libraries
301 ---------------
302
303 Configuration file
304 F: lib/librte_cfgfile/
305
306 Interactive command line
307 M: Olivier Matz <olivier.matz@6wind.com>
308 F: lib/librte_cmdline/
309 F: app/cmdline_test/
310 F: app/test/test_cmdline*
311 F: examples/cmdline/
312 F: doc/guides/sample_app_ug/cmd_line.rst
313
314 Qemu IVSHMEM
315 F: lib/librte_ivshmem/
316 F: lib/librte_eal/linuxapp/eal/eal_ivshmem.c
317 F: doc/guides/prog_guide/ivshmem_lib.rst
318 F: app/test/test_ivshmem.c
319 F: examples/l2fwd-ivshmem/
320
321 Key/Value parsing
322 M: Olivier Matz <olivier.matz@6wind.com>
323 F: lib/librte_kvargs/
324 F: app/test/test_kvargs.c
325
326 Power management
327 F: lib/librte_power/
328 F: doc/guides/prog_guide/power_man.rst
329 F: app/test/test_power*
330 F: examples/l3fwd-power/
331 F: doc/guides/sample_app_ug/l3_forward_power_man.rst
332 F: examples/vm_power_manager/
333 F: doc/guides/sample_app_ug/vm_power_management.rst
334
335 Timers
336 F: lib/librte_timer/
337 F: doc/guides/prog_guide/timer_lib.rst
338 F: app/test/test_timer*
339 F: examples/timer/
340 F: doc/guides/sample_app_ug/timer.rst
341
342
343 Test Applications
344 -----------------
345
346 Unit tests framework
347 F: app/test/autotest*
348 F: app/test/commands.c
349 F: app/test/packet_burst_generator.c
350 F: app/test/packet_burst_generator.h
351 F: app/test/process.h
352 F: app/test/test.c
353 F: app/test/test.h
354 F: app/test/test_pmd_perf.c
355 F: app/test/virtual_pmd.c
356 F: app/test/virtual_pmd.h
357
358 Driver testing tool
359 F: app/test-pmd/
360 F: doc/guides/testpmd_app_ug/
361
362
363 Other Example Applications
364 --------------------------
365
366 F: examples/dpdk_qat/
367 F: doc/guides/sample_app_ug/intel_quickassist.rst
368
369 F: examples/exception_path/
370 F: doc/guides/sample_app_ug/exception_path.rst
371
372 F: examples/helloworld/
373 F: doc/guides/sample_app_ug/hello_world.rst
374
375 F: examples/ipv4_multicast/
376 F: doc/guides/sample_app_ug/ipv4_multicast.rst
377
378 F: examples/l2fwd/
379 F: doc/guides/sample_app_ug/l2_forward_real_virtual.rst
380
381 F: examples/l3fwd/
382 F: doc/guides/sample_app_ug/l3_forward.rst
383
384 F: examples/l3fwd-vf/
385 F: doc/guides/sample_app_ug/l3_forward_virtual.rst
386
387 F: examples/link_status_interrupt/
388 F: doc/guides/sample_app_ug/link_status_intr.rst
389
390 F: examples/load_balancer/
391 F: doc/guides/sample_app_ug/load_balancer.rst
392
393 F: examples/netmap_compat/
394 F: doc/guides/sample_app_ug/netmap_compatibility.rst
395
396 F: examples/quota_watermark/
397 F: doc/guides/sample_app_ug/quota_watermark.rst
398
399 F: examples/skeleton/
400
401 F: examples/vmdq/
402 F: examples/vmdq_dcb/
403 F: doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst