misc: Initial 22.06-rc0 commit
[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 <vpp@barachs.net>
28 F:      build-root/Makefile
29 F:      build-data/
30
31 VNET
32 I:      vnet
33 M:      Damjan Marion <damarion@cisco.com>
34 F:      src/vnet/error.*
35
36 VNET Link Bonding
37 I:      bonding
38 M:      Steven Luong <sluong@cisco.com>
39 F:      src/vnet/bonding/
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 <vpp@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 <vpp@barachs.net>
60 M:      Damjan Marion <damarion@cisco.com>
61 F:      src/vlib/
62 E:      src/vlib/buffer*.[ch]
63 E:      src/vlib/pci/
64 E:      src/vlib/linux/pci.[ch]
65 E:      src/vlib/linux/vfio.[ch]
66
67 Vector Library - Buffer Management
68 I:      buffers
69 M:      Damjan Marion <damarion@cisco.com>
70 M:      Dave Barach <vpp@barachs.net>
71 F:      src/vlib/buffer*.[ch]
72
73 Vector Library - PCI
74 I:      pci
75 M:      Damjan Marion <damarion@cisco.com>
76 F:      src/vlib/pci/
77 F:      src/vlib/linux/pci.[ch]
78 F:      src/vlib/linux/vfio.[ch]
79
80 Binary API Libraries
81 I:      api
82 M:      Dave Barach <vpp@barachs.net>
83 F:      src/vlibapi/
84 F:      src/vlibmemory/
85
86 VNET Bidirectional Forwarding Detection (BFD)
87 I:      bfd
88 M:      Klement Sekera <ksekera@cisco.com>
89 F:      src/vnet/bfd/
90
91 VNET Classifier
92 I:      classify
93 M:      Dave Barach <vpp@barachs.net>
94 F:      src/vnet/classify
95
96 VNET Policer
97 I:      policer
98 M:      Neale Ranns <neale@graphiant.com>
99 F:      src/vnet/policer/
100
101 VNET Device Drivers
102 I:      devices
103 Y:      src/vnet/devices/af_packet/FEATURE.yaml
104 Y:      src/vnet/devices/pipe/FEATURE.yaml
105 M:      Damjan Marion <damarion@cisco.com>
106 F:      src/vnet/devices/
107
108 VNET TAP Drivers
109 I:      tap
110 Y:      src/vnet/devices/tap/FEATURE.yaml
111 M:      Damjan Marion <damarion@cisco.com>
112 M:      Steven Luong <sluong@cisco.com>
113 M:      Mohsin Kazmi <sykazmi@cisco.com>
114 F:      src/vnet/devices/tap/
115
116 VNET Vhost User Driver
117 I:      vhost
118 Y:      src/vnet/devices/virtio/FEATURE.yaml
119 M:      Steven Luong <sluong@cisco.com>
120 F:      src/vnet/devices/virtio/vhost_user*
121
122 VNET Native Virtio Drivers
123 I:      virtio
124 Y:      src/vnet/devices/virtio/FEATURE.yaml
125 M:      Mohsin Kazmi <sykazmi@cisco.com>
126 M:      Damjan Marion <damarion@cisco.com>
127 F:      src/vnet/devices/virtio/
128
129 VNET Ethernet
130 I:      ethernet
131 M:      Dave Barach <vpp@barachs.net>
132 M:      Damjan Marion <damarion@cisco.com>
133 F:      src/vnet/ethernet/
134
135 VNET Feature Arcs
136 I:      feature
137 M:      Dave Barach <vpp@barachs.net>
138 M:      Damjan Marion <damarion@cisco.com>
139 F:      src/vnet/feature/
140
141 VNET FIB
142 I:      fib
143 M:      Neale Ranns <neale@graphiant.com>
144 F:      src/vnet/fib/
145 F:      src/vnet/mfib/
146 F:      src/vnet/dpo
147 F:      src/vnet/adj
148
149 VNET IPv4 LPM
150 I:      ip
151 M:      Dave Barach <vpp@barachs.net>
152 F:      src/vnet/ip/
153
154 VNET IPv6 LPM
155 I:      ip6
156 M:      Neale Ranns <neale@graphiant.com>
157 M:      Jon Loeliger <jdl@netgate.com>
158 F:      src/vnet/ip/
159
160 VNET IP Neighbors
161 I:      ip-neighbor
162 M:      Neale Ranns <neale@graphiant.com>
163 F:      src/vnet/ip-neighbor
164
165 VNET QoS
166 I:      qos
167 M:      Neale Ranns <neale@graphiant.com>
168 F:      src/vnet/qos/
169
170 VNET Interface Common
171 I:      interface
172 M:      Dave Barach <vpp@barachs.net>
173 F:      src/vnet/interface*.[ch]
174
175 VNET Packet Generator
176 I:      pg
177 M:      Dave Barach <vpp@barachs.net>
178 F:      src/vnet/pg/
179
180 VNET Segment Routing (IPv6 and MPLS)
181 I:      sr
182 M:      Pablo Camarillo <pcamaril@cisco.com>
183 F:      src/vnet/srv6/
184 F:      src/vnet/srmpls/
185 F:      src/examples/srv6-sample-localsid/
186
187 VNET IPSec
188 I:      ipsec
189 M:      Neale Ranns <neale@graphiant.com>
190 M:      Radu Nicolau <radu.nicolau@intel.com>
191 M:      Fan Zhang <roy.fan.zhang@intel.com>
192 F:      src/vnet/ipsec/
193
194 VNET Crypto Infra
195 I:      crypto
196 M:      Damjan Marion <damarion@cisco.com>
197 M:      Neale Ranns <neale@graphiant.com>
198 F:      src/vnet/crypto/
199
200 VNET TEIB
201 I:      teib
202 M:      Neale Ranns <neale@graphiant.com>
203 F:      src/vnet/teib/
204
205 VNET SPAN
206 I:      span
207 M:      N/A
208 F:      src/vnet/span
209
210 Plugin - Crypto - native
211 I:      crypto-native
212 M:      Damjan Marion <damarion@cisco.com>
213 F:      src/plugins/crypto_native/
214
215 Plugin - Crypto - OpenSSL
216 I:      crypto-openssl
217 M:      Damjan Marion <damarion@cisco.com>
218 F:      src/plugins/crypto_openssl/
219
220 Plugin - Crypto - ipsecmb
221 I:      crypto-ipsecmb
222 M:      Neale Ranns <neale@graphiant.com>
223 M:      Fan Zhang <roy.fan.zhang@intel.com>
224 F:      src/plugins/crypto_ipsecmb/
225
226 Plugin - Crypto - sw_scheduler
227 I:      crypto-sw-scheduler
228 M:      Fan Zhang <roy.fan.zhang@intel.com>
229 F:      src/plugs/crypto_sw_scheduler/
230
231 VNET L2
232 I:      l2
233 M:      John Lo <lojultra2020@outlook.com>
234 M:      Steven Luong <sluong@cisco.com>
235 F:      src/vnet/l2/
236
237 VNET GRE
238 I:      gre
239 M:      Neale Ranns <neale@graphiant.com>
240 F:      src/vnet/gre/
241
242 VNET GSO
243 I:      gso
244 M:      Andrew Yourtchenko <ayourtch@gmail.com>
245 M:      Mohsin Kazmi <sykazmi@cisco.com>
246 F:      src/vnet/gso/
247
248 Plugin - MAP
249 I:      map
250 Y:      src/plugins/map/FEATURE.yaml
251 M:      Ole Troan <ot@cisco.com>
252 M:      Jon Loeliger <jdl@netgate.com>
253 F:      src/plugins/map
254
255 VNET MPLS
256 I:      mpls
257 M:      Neale Ranns <neale@graphiant.com>
258 F:      src/vnet/mpls/
259
260 VNET BIER
261 I:      bier
262 M:      Neale Ranns <neale@graphiant.com>
263 F:      src/vnet/bier/
264
265 VNET Session Layer
266 I:      session
267 Y:      src/vnet/session/FEATURE.yaml
268 M:      Florin Coras <fcoras@cisco.com>
269 F:      src/vnet/session
270
271 VNET TCP
272 I:      tcp
273 Y:      src/vnet/tcp/FEATURE.yaml
274 M:      Florin Coras <fcoras@cisco.com>
275 F:      src/vnet/tcp
276
277 VNET UDP
278 I:      udp
279 Y:      src/vnet/udp/FEATURE.yaml
280 M:      Florin Coras <fcoras@cisco.com>
281 F:      src/vnet/udp
282
283 VNET VXLAN
284 I:      vxlan
285 M:      John Lo <lojultra2020@outlook.com>
286 M:      Steven Luong <sluong@cisco.com>
287 F:      src/vnet/vxlan/
288
289 VNET VXLAN-GPE
290 I:      vxlan-gpe
291 M:      Hongjun Ni <hongjun.ni@intel.com>
292 F:      src/vnet/vxlan-gpe/
293
294 VNET IPIP
295 I:      ipip
296 Y:      src/vnet/ipip/FEATURE.yaml
297 M:      Ole Troan <otroan@employees.org>
298 F:      src/vnet/ipip/
299
300 VNET tunnel
301 I:      tunnel
302 M:      Neale Ranns <neale@graphiant.com>
303 F:      src/vnet/tunnel'
304
305 VNET TLS and TLS engine plugins
306 I:      tls
307 M:      Florin Coras <fcoras@cisco.com>
308 M:      Ping Yu <ping.yu@intel.com>
309 F:      src/vnet/tls
310 F:      src/plugins/tlsopenssl
311 F:      src/plugins/tlsmbedtls
312 F:      src/plugins/tlspicotls
313
314 VNET SYSLOG
315 I:      syslog
316 M:      Matus Fabian <matfabia@cisco.com>
317 F:      src/vnet/syslog
318
319 Plugin - DHCP
320 I:      dhcp
321 M:      Dave Barach <vpp@barachs.net>
322 M:      Neale Ranns <neale@graphiant.com>
323 F:      src/plugins/dhcp/
324
325 VNET - ARP
326 I:      arp
327 M:      Dave Barach <vpp@barachs.net>
328 M:      Neale Ranns <neale@graphiant.com>
329 F:      src/vnet/arp/
330
331 Plugin - ARPing CLI
332 I:      arping
333 M:      Steven Luong <sluong@cisco.com>
334 F:      src/plugins/arping/
335
336 VNET - IP6 Neighbor Discovery
337 I:      ip6-nd
338 M:      Dave Barach <vpp@barachs.net>
339 M:      Neale Ranns <neale@graphiant.com>
340 F:      src/vnet/ip6-nd/
341
342 VNET GENEVE
343 I:      geneve
344 M:      N/A
345 F:      src/vnet/geneve/
346
347 VNET FLOW
348 I:      flow
349 M:      Damjan Marion <damarion@cisco.com>
350 F:      src/vnet/flow/
351
352 VNET Hash
353 I:      hash
354 M:      Mohsin Kazmi <sykazmi@cisco.com>
355 M:      Damjan Marion <damarion@cisco.com>
356 F:      src/vnet/hash/
357
358 VPP Main App
359 I:      vpp
360 M:      Dave Barach <vpp@barachs.net>
361 M:      Damjan Marion <damarion@cisco.com>
362 F:      src/vpp/
363
364 Plugin - Access Control List (ACL) Based Forwarding
365 I:      abf
366 M:      Neale Ranns <neale@graphiant.com>
367 F:      src/plugins/abf/
368
369 Plugin - Allow / Deny List
370 I:      adl
371 M:      Dave Barach <vpp@barachs.net>
372 F:      src/plugins/adl/
373
374 Plugin - Simple DNS name resolver
375 I:      dns
376 M:      Dave Barach <vpp@barachs.net>
377 F:      src/plugins/dns/
378
379 Plugin - ACL
380 I:      acl
381 M:      Andrew Yourtchenko <ayourtch@gmail.com>
382 F:      src/plugins/acl/
383
384 Plugin - NAT
385 I:      nat
386 M:      Ole Troan <ot@cisco.com>
387 M:  Filip Varga <fivarga@cisco.com>
388 M:  Klement Sekera <ksekera@cisco.com>
389 F:      src/plugins/nat/
390
391 Plugin - PNAT Static match and rewrite engine
392 I:      pnat
393 M:      Ole Troan <ot@cisco.com>
394 F:      src/plugins/nat/pnat/
395
396 Plugin - AVF Device driver
397 I:      avf
398 M:      Damjan Marion <damarion@cisco.com>
399 F:      src/plugins/avf/
400
401 Plugin - Dispatch Trace PCAP
402 I:      dispatch-trace
403 M:      Dave Barach <vpp@barachs.net>
404 F:      src/plugins/dispatch-trace
405
406 Plugin - DPDK
407 I:      dpdk
408 M:      Damjan Marion <damarion@cisco.com>
409 M:      Mohammed Hawari <mohammed@hawari.fr>
410 F:      src/plugins/dpdk/
411
412 Plugin - DPDK Crypto
413 I:      dpdk-cryptodev
414 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
415 M:      Radu Nicolau <radu.nicolau@intel.com>
416 M:      Fan Zhang <roy.fan.zhang@intel.com>
417 F:      src/plugins/dpdk/cryptodev/
418
419 Plugin - flowprobe
420 I:      flowprobe
421 Y:      src/plugins/flowprobe/FEATURE.yaml
422 M:      Ole Troan <otroan@employees.org>
423 F:      src/plugins/flowprobe/
424
425 Plugin - http_static
426 I:      http_static
427 M:      Dave Barach <vpp@barachs.net>
428 F:      src/plugins/http_static/
429
430 Plugin - builtinurl
431 I:      builtinurl
432 M:      Dave Barach <vpp@barachs.net>
433 F:      src/plugins/builtinurl/
434
435 Plugin - GTPU
436 I:      gtpu
437 M:      Hongjun Ni <hongjun.ni@intel.com>
438 F:      src/plugins/gtpu/
439
440 Plugin - Internet Key Exchange (IKEv2) Protocol
441 I:      ikev2
442 M:      Damjan Marion <damarion@cisco.com>
443 M:      Neale Ranns <neale@graphiant.com>
444 M:      Filip Tehlar <ftehlar@cisco.com>
445 M:      Benoît Ganne <bganne@cisco.com>
446 F:      src/plugins/ikev2/
447
448 Plugin - Internet Group Management Protocol (IGMP)
449 I:      igmp
450 M:      Neale Ranns <neale@graphiant.com>
451 F:      src/plugins/igmp/
452
453 Plugin - L3 Cross-Connect (L3XC)
454 I:      l3xc
455 M:      Neale Ranns <neale@graphiant.com>
456 F:      src/plugins/l3xc/
457
458 Plugin - LISP
459 I:      lisp
460 Y:      src/plugins/lisp/lisp-cp/FEATURE.yaml
461 Y:      src/plugins/lisp/lisp-gpe/FEATURE.yaml
462 M:      Florin Coras <fcoras@cisco.com>
463 F:      src/plugins/lisp/
464
465 Plugin - Link Layer Discovery Protocol (LLDP)
466 I:      lldp
467 M:      Klement Sekera <ksekera@cisco.com>
468 F:      src/plugins/lldp/
469
470 Plugin - memif device driver
471 I:      memif
472 M:      Damjan Marion <damarion@cisco.com>
473 F:      src/plugins/memif/
474
475 Plugin - Marvell MUSDK device driver
476 I:      marvell
477 M:      Damjan Marion <damarion@cisco.com>
478 F:      src/plugins/marvell/
479
480 Plugin - performance counter
481 I:      perfmon
482 M:      Damjan Marion <damarion@cisco.com>
483 F:      src/plugins/perfmon/
484
485 Plugin - PPPoE
486 I:      pppoe
487 M:      Hongjun Ni <hongjun.ni@intel.com>
488 F:      src/plugins/pppoe/
489
490 Plugin - Ping
491 I:      ping
492 M:      Andrew Yourtchenko <ayourtch@gmail.com>
493 F:      src/plugins/ping
494
495 Plugin - IPv6 Segment Routing Dynamic Proxy
496 I:      srv6-ad
497 M:      Francois Clad <fclad@cisco.com>
498 F:      src/plugins/srv6-ad/
499
500 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
501 I:      srv6-ad-flow
502 M:      Francois Clad <fclad@cisco.com>
503 F:      src/plugins/srv6-ad-flow/
504
505 Plugin - IPv6 Segment Routing Masquerading Proxy
506 I:      srv6-am
507 M:      Francois Clad <fclad@cisco.com>
508 F:      src/plugins/srv6-am/
509
510 Plugin - IPv6 Segment Routing Static Proxy
511 I:      srv6-as
512 M:      Francois Clad <fclad@cisco.com>
513 F:      src/plugins/srv6-as/
514
515 Plugin - IPv6 Segment Routing Mobile
516 I:      srv6-mobile
517 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
518 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
519 F:      src/plugins/srv6-mobile/
520
521 Plugin - Link Aggregation Control Protocol
522 I:      lacp
523 M:      Steven Luong <sluong@cisco.com>
524 F:      src/plugins/lacp/
525
526 Plugin - Load Balancer
527 I:      lb
528 M:      Pfister <ppfister@cisco.com>
529 M:      Hongjun Ni <hongjun.ni@intel.com>
530 F:      src/plugins/lb/
531
532 Plugin - NSH
533 I:      nsh
534 M:      Hongjun Ni <hongjun.ni@intel.com>
535 M:      Vengada <venggovi@cisco.com>
536 F:      src/plugins/nsh/
537
538 Plugin - TCP MSS Clamping
539 I:      mss_clamp
540 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
541 F:      src/plugins/mss_clamp/
542
543 Plugin - Time-based MAC filter
544 I:      mactime
545 Y:      src/plugins/mactime/FEATURE.yaml
546 M:      Dave Barach <vpp@barachs.net>
547 F:      src/plugins/mactime/
548
549 Plugin - Network Delay Simulator
550 I:      nsim
551 Y:      src/plugins/nsim/FEATURE.yaml
552 M:      Dave Barach <vpp@barachs.net>
553 F:      src/plugins/nsim/
554
555 Plugin - Buffer Metadata Modification Tracker
556 I:      mdata
557 M:      Dave Barach <vpp@barachs.net>
558 F:      src/plugins/mdata/
559
560 Plugin - Unit Tests
561 I:      unittest
562 M:      Dave Barach <vpp@barachs.net>
563 M:      Florin Coras <fcoras@cisco.com>
564 F:      src/plugins/unittest/
565
566 Test Infrastructure
567 I:      tests
568 M:      Klement Sekera <ksekera@cisco.com>
569 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
570 F:      test/
571
572 SVM Library
573 I:      svm
574 M:      Dave Barach <vpp@barachs.net>
575 F:      src/svm
576
577 VPP API TEST
578 I:      vat
579 M:      Dave Barach <vpp@barachs.net>
580 F:      src/vat/
581
582 VPP Executable
583 I:      vpp
584 M:      Dave Barach <vpp@barachs.net>
585 F:      src/vpp/
586
587 Emacs templates
588 I:      emacs
589 M:      Dave Barach <vpp@barachs.net>
590 F:      extras/emacs/
591
592 Graphical Event Viewer
593 I:      g2
594 M:      Dave Barach <vpp@barachs.net>
595 F:      src/tools/g2/
596
597 Performance Tooling
598 I:      perftool
599 M:      Dave Barach <vpp@barachs.net>
600 F:      src/tools/perftool/
601
602 Plugin - vmxnet3 device driver
603 I:      vmxnet3
604 M:      Steven Luong <sluong@cisco.com>
605 F:      src/plugins/vmxnet3/
606
607 Binary API Compiler for Python
608 I:      vppapigen
609 M:      Ole Troan <otroan@employees.org>
610 F:      src/tools/vppapigen/
611 F:  extras/scripts/crcchecker.py
612
613 API trace tool
614 I:      vppapitrace
615 M:      Ole Troan <otroan@employees.org>
616 F:      src/tools/vppapitrace/
617
618 Binary API Compiler for C and C++
619 I:      vapi
620 M:      Ole Troan <ot@cisco.com>
621 F:      src/vpp-api/vapi
622
623 Plugin - RDMA (ibverb) driver
624 I:      rdma
625 M:      Benoît Ganne <bganne@cisco.com>
626 M:      Damjan Marion <damarion@cisco.com>
627 F:      src/plugins/rdma/
628
629 Plugin - QUIC protocol
630 I:      quic
631 M:      Aloys Augustin <aloaugus@cisco.com>
632 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
633 M:      Dave Wallace <dwallacelf@gmail.com>
634 M:      Florin Coras <fcoras@cisco.com>
635 Y:      src/plugins/quic/FEATURE.yaml
636 F:      src/plugins/quic/
637
638 Plugin - snort plugin
639 I:      snort
640 M:      Damjan Marion <damarion@cisco.com>
641 F:      src/plugins/snort/
642
643 libmemif
644 I:      libmemif
645 M:      Damjan Marion <damarion@cisco.com>
646 F:      extras/libmemif
647
648 gomemif
649 I:      gomemif
650 M:      Jakub Grajciar <jgrajcia@cisco.com>
651 F:      extras/gomemif
652
653 VPP Comms Library
654 I:      vcl
655 Y:      src/vnet/vcl/FEATURE.yaml
656 M:      Florin Coras <fcoras@cisco.com>
657 F:      src/vcl
658
659 Statistics Segment
660 I:      stats
661 M:      Ole Troan <ot@cisco.com>
662 F:      src/vpp/stats/
663 F:      src/vpp-api/client/stat_client.[ch]
664
665 Plugin - Host Stack Applications
666 I:      hsa
667 M:      Florin Coras <fcoras@cisco.com>
668 M:      Dave Wallace <dwallacelf@gmail.com>
669 M:      Aloys Augustin <aloaugus@cisco.com>
670 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
671 F:      src/plugins/hs_apps/
672
673 Python binding for the VPP API
674 I:      papi
675 M:      Ole Troan <ot@cisco.com>
676 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
677 F:      src/vpp-api/python
678
679 Plugin - Cisco Discovery Protocol
680 I:      cdp
681 M:      vpp-dev Mailing List <vpp-dev@fd.io>
682 C:  Unmaintained
683 F:      src/plugins/cdp/
684
685 Plugin - Source VRF Select
686 I:      svs
687 M:      Neale Ranns <neale@graphiant.com>
688 F:      src/plugins/svs/
689
690 Plugin - IPv6 Connection Tracker
691 I:      ct6
692 M:      Dave Barach <vpp@barachs.net>
693 F:      src/plugins/ct6
694
695 Plugin - Steal The NIC
696 I:      stn
697 M:      vpp-dev Mailing List <vpp-dev@fd.io>
698 C:  Unmaintained
699 F:      src/plugins/stn
700
701 Plugin - IOAM
702 I:      ioam
703 M:      vpp-dev Mailing List <vpp-dev@fd.io>
704 C:  Unmaintained
705 F:      src/plugins/ioam
706
707 Plugin - Awkward chained buffer geometry tool
708 I:      oddbuf
709 M:      Dave Barach <vpp@barachs.net>
710 F:      src/plugins/oddbuf
711
712 Plugin - VRRP
713 I:      vrrp
714 M:      Matthew Smith <mgsmith@netgate.com>
715 F:      src/plugins/vrrp
716
717 Plugin - Unicast Reverse Path forwarding
718 I:      urpf
719 M:      Neale Ranns <neale@graphiant.com>
720 F:      src/plugins/urpf
721
722 Plugin - CNat
723 I:      cnat
724 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
725 M:      Neale Ranns <neale@graphiant.com>
726 F:      src/plugins/cnat
727
728 Plugin - Wireguard
729 I:      wireguard
730 M:      Artem Glazychev <artem.glazychev@xored.com>
731 M:      Fan Zhang <roy.fan.zhang@intel.com>
732 F:      src/plugins/wireguard
733
734 VPP Config Tooling
735 I:      vpp_config
736 M:      John DeNisco <jdenisco@cisco.com>
737 F:      extras/vpp_config
738
739 bash functions
740 I:      bash
741 M:      Dave Wallace <dwallacelf@gmail.com>
742 F:      extras/bash/
743
744 Plugin - AF_XDP driver
745 I:      af_xdp
746 M:      Benoît Ganne <bganne@cisco.com>
747 M:      Damjan Marion <damarion@cisco.com>
748 F:      src/plugins/af_xdp/
749
750 Plugin - geneve
751 I:      geneve
752 M:      community vpp-dev@lists.fd.io
753 F:      src/plugins/geneve/
754
755 Plugin - linux-cp
756 I:      linux-cp
757 M:      Neale Ranns <neale@graphiant.com>
758 M:      Matthew Smith <mgsmith@netgate.com>
759 F:      src/plugins/linux-cp/
760
761 Plugin - SRTP
762 I:      srtp
763 M:      Florin Coras <fcoras@cisco.com>
764 F:      src/plugins/srtp/
765
766 Plugin - bufmon
767 I:      bufmon
768 M:      Benoît Ganne <bganne@cisco.com>
769 F:      src/plugins/bufmon/
770
771 Plugin - HSI
772 I:      hsi
773 M:      Florin Coras <fcoras@cisco.com>
774 F:      src/plugins/hsi/
775
776 cJSON
777 I:      cjson
778 M:      Ole Troan <ot@cisco.com>
779 F:      src/vppinfra/cJSON.[ch]
780
781 VAT2
782 I:      vat2
783 M:      Ole Troan <ot@cisco.com>
784 F:      src/vat2/
785
786 VNET Ipfix Export
787 I:      ipfix-export
788 M:      Ole Troan <ot@cisco.com>
789 M:      Paul Atkins <patkins@graphiant.com>
790 F:      src/vnet/ipfix-export/
791
792 RPM packaging on openSUSE
793 I:      rpm-packaging
794 M:      Laszlo Kiraly <laszlo.kiraly@est.tech>
795 F:      src/extras/rpm/opensuse
796
797 THE REST
798 I:      misc
799 M:      vpp-dev Mailing List <vpp-dev@fd.io>
800 C:      Missing Maintainer
801 F:      *
802 F:      */