fib: IPv6 lookup data structure MP safe when prefixes change (VPP-1881)
[vpp.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         M: Maintainer Full name and E-mail address: Full Name <address@domain>
4            One maintainer per line.  Multiple M: lines acceptable.
5         F: Files and directories with wildcard patterns.
6            A trailing slash includes all files and subdirectory files.
7            F:   drivers/net/    all files in and below drivers/net
8            F:   drivers/net/*   all files in drivers/net, but not below
9            One pattern per line.  Multiple F: lines acceptable.
10         E: exclude file(s) matched by F:
11         C: Single line comment related to current section.
12         I: single word feature/component identifier
13         Y: path to feature YAML file
14
15                 -----------------------------------
16
17 Build System
18 I:      build
19 M:      Damjan Marion <damarion@cisco.com>
20 F:      Makefile
21 F:      src/CMakeLists.txt
22 F:      src/cmake/
23 F:      build/
24
25 Build System Internal
26 I:      ebuild
27 M:      Dave Barach <dave@barachs.net>
28 F:      build-root/Makefile
29 F:      build-data/
30
31 Link Bonding
32 I:      bonding
33 M:      Steven Luong <sluong@cisco.com>
34 F:      src/vnet/bonding/
35
36 Doxygen
37 I:      doxygen
38 M:      Chris Luke <chrisy@flirble.org>
39 F:      doxygen/
40
41 Sphinx Documents
42 I:      docs
43 M:      John DeNisco <jdenisco@cisco.com>
44 M:      Ray Kinsella <raykinsella78@gmail.com>
45 F:      docs/
46
47 Infrastructure Library
48 I:      vppinfra
49 M:      Dave Barach <dave@barachs.net>
50 F:      src/vppinfra/
51
52 Physical Memory Allocator
53 I:      pmalloc
54 M:      Damjan Marion <damarion@cisco.com>
55 F:      src/vppinfra/pmalloc.[ch]
56
57 Vector Library
58 I:      vlib
59 M:      Dave Barach <dave@barachs.net>
60 M:      Damjan Marion <damarion@cisco.com>
61 F:      src/vlib/
62 E:      src/vlib/buffer*.[ch]
63
64 Vector Library - Buffer Management
65 I:      buffers
66 M:      Damjan Marion <damarion@cisco.com>
67 M:      Dave Barach <dave@barachs.net>
68 F:      src/vlib/buffer*.[ch]
69
70 Binary API Libraries
71 I:      api
72 M:      Dave Barach <dave@barachs.net>
73 F:      src/vlibapi/
74 F:      src/vlibmemory/
75
76 VNET Bidirectonal Forwarding Detection (BFD)
77 I:      bfd
78 M:      Klement Sekera <ksekera@cisco.com>
79 F:      src/vnet/bfd/
80
81 VNET Classifier
82 I:      classify
83 M:      Dave Barach <dave@barachs.net>
84 F:      src/vnet/classify
85
86 VNET Device Drivers
87 I:      devices
88 M:      Damjan Marion <damarion@cisco.com>
89 F:      src/vnet/devices/
90
91 VNET TAP Drivers
92 I:      tap
93 M:      Damjan Marion <damarion@cisco.com>
94 M:      Steven Luong <sluong@cisco.com>
95 M:      Mohsin Kazmi <sykazmi@cisco.com>
96 F:      src/vnet/devices/tap/
97
98 VNET Native Virtio Drivers
99 I:      virtio
100 M:      Mohsin Kazmi <sykazmi@cisco.com>
101 M:      Damjan Marion <damarion@cisco.com>
102 F:      src/vnet/devices/virtio/
103
104 VNET Etherent
105 I:      ethernet
106 M:      Dave Barach <dave@barachs.net>
107 M:      Damjan Marion <damarion@cisco.com>
108 M:      Neale Ranns <nranns@cisco.com>
109 F:      src/vnet/ethernet/
110
111 VNET Feature Arcs
112 I:      feature
113 M:      Dave Barach <dave@barachs.net>
114 M:      Damjan Marion <damarion@cisco.com>
115 F:      src/vnet/feature/
116
117 VNET FIB
118 I:      fib
119 M:      Neale Ranns <nranns@cisco.com>
120 F:      src/vnet/fib/
121 F:      src/vnet/mfib/
122 F:      src/vnet/dpo
123 F:      src/vnet/adj
124
125 VNET IPv4 and IPv6 LPM
126 I:      ip
127 M:      Dave Barach <dave@barachs.net>
128 F:      src/vnet/ip/
129
130 VNET QoS
131 I:      qos
132 M:      Neale Ranns <nranns@cisco.com>
133 F:      src/vnet/qos/
134
135 VNET Interface Common
136 I:      interface
137 M:      Dave Barach <dave@barachs.net>
138 F:      src/vnet/interface*.[ch]
139
140 VNET Packet Generator
141 I:      pg
142 M:      Dave Barach <dave@barachs.net>
143 F:      src/vnet/pg/
144
145 VNET Segment Routing (IPv6 and MPLS)
146 I:      sr
147 M:      Pablo Camarillo <pcamaril@cisco.com>
148 F:      src/vnet/srv6/
149 F:      src/vnet/srmpls/
150 F:      src/examples/srv6-sample-localsid/
151
152 VNET IPSec
153 I:      ipsec
154 M:      Neale Ranns <nranns@cisco.com>
155 M:      Radu Nicolau <radu.nicolau@intel.com>
156 F:      src/vnet/ipsec/
157
158 VNET Crypto Infra
159 I:      crypto
160 M:      Damjan Marion <damarion@cisco.com>
161 M:      Neale Ranns <nranns@cisco.com>
162 F:      src/vnet/crypto/
163
164 Crypto IA32 Plugin
165 I:      crypto-ia32
166 M:      Damjan Marion <damarion@cisco.com>
167 F:      src/plugins/crypto_ia32/
168
169 Crypto openssl Plugin
170 I:      crypto-openssl
171 M:      Damjan Marion <damarion@cisco.com>
172 F:      src/plugins/crypto_openssl/
173
174 Crypto ipsecmb Plugin
175 I:      crypto-ipsecmb
176 M:      Neale Ranns <nranns@cisco.com>
177 F:      src/plugins/crypto_ipsecmb/
178
179 VNET L2
180 I:      l2
181 M:      John Lo <loj@cisco.com>
182 F:      src/vnet/l2/
183
184 VNET Link Layer Discovery Protocol (LLDP)
185 I:      lldp
186 M:      Klement Sekera <ksekera@cisco.com>
187 F:      src/vnet/lldp/
188
189 VNET LISP
190 I:      lisp
191 M:      Florin Coras <fcoras@cisco.com>
192 F:      src/vnet/lisp-cp/
193 F:      src/vnet/lisp-gpe/
194
195 VNET GSO
196 I: gso
197 M: Andrew Yourtchenko <ayourtch@gmail.com>
198 F: src/vnet/interface_output.c
199
200 Plugin - MAP
201 I:      map
202 Y:      src/plugins/map/FEATURE.yaml
203 M:      Ole Troan <ot@cisco.com>
204 F:      src/plugins/map
205
206 VNET MPLS
207 I:      mpls
208 M:      Neale Ranns <nranns@cisco.com>
209 F:      src/vnet/mpls/
210
211 VNET BIER
212 I:      bier
213 M:      Neale Ranns <nranns@cisco.com>
214 F:      src/vnet/bier/
215
216 VNET Session Layer
217 I:      session
218 M:      Florin Coras <fcoras@cisco.com>
219 F:      src/vnet/session
220
221 VNET TCP
222 I:      tcp
223 M:      Florin Coras <fcoras@cisco.com>
224 F:      src/vnet/tcp
225
226 VNET UDP
227 I:      udp
228 M:      Florin Coras <fcoras@cisco.com>
229 F:      src/vnet/udp
230
231 VNET VXLAN
232 I:      vxlan
233 M:      John Lo <loj@cisco.com>
234 F:      src/vnet/vxlan/
235
236 VNET VXLAN-GPE
237 I:      vxlan-gpe
238 M:      Hongjun Ni <hongjun.ni@intel.com>
239 F:      src/vnet/vxlan-gpe/
240
241 VNET VXLAN-GBP
242 I:      vxlan-gbp
243 M:      Mohsin Kazmi <sykazmi@cisco.com>
244 M:      Neale Ranns <nranns@cisco.com>
245 F:      src/vnet/vxlan-gbp/
246
247 VNET IPIP
248 I:      ipip
249 Y:      src/vnet/ipip/FEATURE.yaml
250 M:      Ole Troan <otroan@employees.org>
251 F:      src/vnet/ipip/
252
253 VNET DHCP
254 I:      dhcp
255 M:      Dave Barach <dave@barachs.net>
256 M:      Neale Ranns <nranns@cisco.com>
257 F:      src/vnet/dhcp/
258
259 VNET TLS and TLS engine plugins
260 I:      tls
261 M:      Florin Coras <fcoras@cisco.com>
262 M:      Ping Yu <ping.yu@intel.com>
263 F:      src/vnet/tls
264 F:      src/plugins/tlsopenssl
265 F:      src/plugins/tlsmbedtls
266
267 VNET SYSLOG
268 I:      syslog
269 M:      Matus Fabian <matfabia@cisco.com>
270 F:      src/vnet/syslog
271
272 Plugin - Access Control List (ACL) Based Forwarding
273 I:      abf
274 M:      Neale Ranns <nranns@cisco.com>
275 F:      src/plugins/abf/
276
277 Plugin - Simple DNS name resolver
278 I:      dns
279 M:      Dave Barach <dave@barachs.net>
280 F:      src/plugins/dns/
281
282 Plugin - Group Based Policy (GBP)
283 I:      gbp
284 M:      Neale Ranns <nranns@cisco.com>
285 F:      src/plugins/gbp/
286
287 Plugin - ACL
288 I:      acl
289 M:      Andrew Yourtchenko <ayourtch@gmail.com>
290 F:      src/plugins/acl/
291
292 Plugin - NAT
293 I:      nat
294 M:      Ole Troan <ot@cisco.com>
295 F:      src/plugins/nat/
296
297 Plugin - AVF Device driver
298 I:      avf
299 M:      Damjan Marion <damarion@cisco.com>
300 F:      src/plugins/avf/
301
302 Plugin - DPDK
303 I:      dpdk
304 M:      Damjan Marion <damarion@cisco.com>
305 F:      src/plugins/dpdk/
306
307 Plugin - DPDK Crypto
308 I:      dpdk-ipsec
309 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
310 M:      Radu Nicolau <radu.nicolau@intel.com>
311 F:      src/plugins/dpdk/ipsec/
312
313 Plugin - flowprobe
314 I:      flowprobe
315 Y:      src/plugins/flowprobe/FEATURE.yaml
316 M:      Ole Troan <otroan@employees.org>
317 F:      src/plugins/flowprobe/
318
319 Plugin - http_static
320 I:      http_static
321 M:      Dave Barach <dbarach@cisco.com>
322 F:      src/plugins/http_static/
323
324 Plugin - Group Based Policy (GBP)
325 I:      gbp
326 M:      Neale Ranns <nranns@cisco.com>
327 F:      src/plugins/gbp/
328
329 Plugin - GTPU
330 I:      gtpu
331 M:      Hongjun Ni <hongjun.ni@intel.com>
332 F:      src/plugins/gtpu/
333
334 Plugin - Internet Key Exchange (IKEv2) Protocol
335 I:      ikev2
336 M:      Damjan Marion <damarion@cisco.com>
337 M:      Neale Ranns <nranns@cisco.com>
338 F:      src/plugins/ikev2/
339
340 Plugin - Internet Group Management Protocol (IGMP)
341 I:      igmp
342 M:      Neale Ranns <nranns@cisco.com>
343 F:      src/plugins/igmp/
344
345 Plugin - ixge device driver
346 I:      ixge
347 M:      Damjan Marion <damarion@cisco.com>
348 F:      src/plugins/ixge/
349
350 Plugin - L3 Cross-Connect (L3XC)
351 I:      l3xc
352 M:      Neale Ranns <nranns@cisco.com>
353 F:      src/plugins/l3xc/
354
355 Plugin - memif device driver
356 I:      memif
357 M:      Damjan Marion <damarion@cisco.com>
358 F:      src/plugins/memif/
359
360 Plugin - Marvell MUSDK device driver
361 I:      marvell
362 M:      Damjan Marion <damarion@cisco.com>
363 F:      src/plugins/marvell/
364
365 Plugin - PPPoE
366 I:      pppoe
367 M:      Hongjun Ni <hongjun.ni@intel.com>
368 F:      src/plugins/pppoe/
369
370 Plugin - Ping
371 I:      ping
372 M:      Andrew Yourtchenko <ayourtch@gmail.com>
373 F:      src/plugins/ping
374
375 Plugin - IPv6 Segment Routing Dynamic Proxy
376 I:      srv6-ad
377 M:      Francois Clad <fclad@cisco.com>
378 F:      src/plugins/srv6-ad/
379
380 Plugin - IPv6 Segment Routing Masquerading Proxy
381 I:      srv6-am
382 M:      Francois Clad <fclad@cisco.com>
383 F:      src/plugins/srv6-am/
384
385 Plugin - IPv6 Segment Routing Static Proxy
386 I:      srv6-as
387 M:      Francois Clad <fclad@cisco.com>
388 F:      src/plugins/srv6-as/
389
390 Plugin - Link Aggregation Control Protocol
391 I:      lacp
392 M:      Steven Luong <sluong@cisco.com>
393 F:      src/plugins/lacp/
394
395 Plugin - Load Balancer
396 I:      lb
397 M:      Pfister <ppfister@cisco.com>
398 M:      Hongjun Ni <hongjun.ni@intel.com>
399 F:      src/plugins/lb/
400
401 Plugin - NSH
402 I:      nsh
403 M:      Hongjun Ni <hongjun.ni@intel.com>
404 M:      Vengada <venggovi@cisco.com>
405 F:      src/plugins/nsh/
406
407 Plugin - Time-based MAC filter
408 I:      mactime
409 Y:      src/plugins/mactime/FEATURE.yaml
410 M:      Dave Barach <dave@barachs.net>
411 F:      src/plugins/mactime/
412
413 Plugin - Network Delay Simulator
414 I:      nsim
415 M:      Dave Barach <dave@barachs.net>
416 F:      src/plugins/nsim/
417
418 Plugin - Simple DNS name resolver
419 I:      dns
420 M:      Dave Barach <dave@barachs.net>
421 F:      src/plugins/dns/
422
423 Test Infrastructure
424 I:      tests
425 M:      Klement Sekera <ksekera@cisco.com>
426 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
427 F:      test/
428
429 SVM Library
430 I:      svm
431 M:      Dave Barach <dave@barachs.net>
432 F:      src/svm
433
434 VPP API TEST
435 I:      vat
436 M:      Dave Barach <dave@barachs.net>
437 F:      src/vat/
438
439 VPP Executable
440 I:      vpp
441 M:      Dave Barach <dave@barachs.net>
442 F:      src/vpp/
443
444 Emacs templates
445 I:      emacs
446 M:      Dave Barach <dave@barachs.net>
447 F:      extras/emacs/
448
449 Graphical Event Viewer
450 I:      g2
451 M:      Dave Barach <dave@barachs.net>
452 F:      src/tools/g2/
453
454 Performance Tooling
455 I:      perftool
456 M:      Dave Barach <dave@barachs.net>
457 F:      src/tools/perftool/
458
459 Plugin - vmxnet3 device driver
460 I:      vmxnet3
461 M:      Steven Luong <sluong@cisco.com>
462 F:      src/plugins/vmxnet3/
463
464 Binary API Compiler for Python
465 I:      vppapigen
466 M:      Ole Troan <otroan@employees.org>
467 F:      src/tools/vppapigen/
468
469 API trace tool
470 I:      vppapitrace
471 M:      Ole Troan <otroan@employees.org>
472 F:      src/tools/vppapitrace/
473
474 Binary API Compiler for C and C++
475 I:      vapi
476 M:      Ole Troan <ot@cisco.com>
477 F:      src/vpp-api/vapi
478
479 Plugin - RDMA (ibverb) driver
480 I:      rdma
481 M:      BenoĆ®t Ganne <bganne@cisco.com>
482 M:      Damjan Marion <damarion@cisco.com>
483 F:      src/plugins/rdma/
484
485 Plugin - QUIC protocol
486 I:      quic
487 M:      Aloys Augustin <aloaugus@cisco.com>
488 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
489 M:      Dave Wallace <dwallacelf@gmail.com>
490 M:      Florin Coras <fcoras@cisco.com>
491 F:      src/plugins/quic/
492
493 libmemif
494 I:      libmemif
495 M:      Damjan Marion <damarion@cisco.com>
496 F:      extras/libmemif
497
498 VPP Comms Library
499 I:      vcl
500 M:      Florin Coras <fcoras@cisco.com>
501 F:      src/vcl
502
503 Statistics Segment
504 I:      stats
505 M:      Ole Troan <ot@cisco.com>
506 F:      src/vpp/stats/
507 F:      src/vpp-api/client/stat_client.[ch]
508
509 VPP Object Model
510 I:      vom
511 M:      Neale Ranns <nranns@cisco.com>
512 M:      Mohsin Kazmi <sykazmi@cisco.com>
513 F:      extras/vom/vom/
514
515 Plugin - Host Stack Applications
516 I:      hsa
517 M:      Florin Coras <fcoras@cisco.com>
518 M:      Dave Wallace <dwallacelf@gmail.com>
519 M:      Aloys Augustin <aloaugus@cisco.com>
520 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
521 F:      src/plugins/hs_apps/
522
523 Python binding for the VPP API
524 I:      papi
525 M:      Ole Troan <ot@cisco.com>
526 F:      src/vpp-api/python
527
528 Plugin - SCTP
529 I:      sctp
530 F:      src/plugins/sctp/
531
532 THE REST
533 I:      misc
534 C:      Contact vpp-dev Mailing List <vpp-dev@fd.io>
535 F:      *
536 F:      */