dispatch-trace: move dispatch trace pcap code to plugin
[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 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 <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 F:      src/vnet/ipsec/
192
193 VNET Crypto Infra
194 I:      crypto
195 M:      Damjan Marion <damarion@cisco.com>
196 M:      Neale Ranns <neale@graphiant.com>
197 F:      src/vnet/crypto/
198
199 VNET TEIB
200 I:      teib
201 M:      Neale Ranns <neale@graphiant.com>
202 F:      src/vnet/teib/
203
204 VNET SPAN
205 I:      span
206 M:      N/A
207 F:      src/vnet/span
208
209 Plugin - Crypto - native
210 I:      crypto-native
211 M:      Damjan Marion <damarion@cisco.com>
212 F:      src/plugins/crypto_native/
213
214 Plugin - Crypto - OpenSSL
215 I:      crypto-openssl
216 M:      Damjan Marion <damarion@cisco.com>
217 F:      src/plugins/crypto_openssl/
218
219 Plugin - Crypto - ipsecmb
220 I:      crypto-ipsecmb
221 M:      Neale Ranns <neale@graphiant.com>
222 F:      src/plugins/crypto_ipsecmb/
223
224 VNET L2
225 I:      l2
226 M:      John Lo <lojultra2020@outlook.com>
227 M:      Steven Luong <sluong@cisco.com>
228 F:      src/vnet/l2/
229
230 VNET Link Layer Discovery Protocol (LLDP)
231 I:      lldp
232 M:      Klement Sekera <ksekera@cisco.com>
233 F:      src/vnet/lldp/
234
235 VNET LISP
236 I:      lisp
237 Y:      src/vnet/lisp-cp/FEATURE.yaml
238 Y:      src/vnet/lisp-gpe/FEATURE.yaml
239 M:      Florin Coras <fcoras@cisco.com>
240 F:      src/vnet/lisp-cp/
241 F:      src/vnet/lisp-gpe/
242
243 VNET GRE
244 I:      gre
245 M:      Neale Ranns <neale@graphiant.com>
246 F:      src/vnet/gre/
247
248 VNET GSO
249 I:      gso
250 M:      Andrew Yourtchenko <ayourtch@gmail.com>
251 M:      Mohsin Kazmi <sykazmi@cisco.com>
252 F:      src/vnet/gso/
253
254 Plugin - MAP
255 I:      map
256 Y:      src/plugins/map/FEATURE.yaml
257 M:      Ole Troan <ot@cisco.com>
258 M:      Jon Loeliger <jdl@netgate.com>
259 F:      src/plugins/map
260
261 VNET MPLS
262 I:      mpls
263 M:      Neale Ranns <neale@graphiant.com>
264 F:      src/vnet/mpls/
265
266 VNET BIER
267 I:      bier
268 M:      Neale Ranns <neale@graphiant.com>
269 F:      src/vnet/bier/
270
271 VNET Session Layer
272 I:      session
273 Y:      src/vnet/session/FEATURE.yaml
274 M:      Florin Coras <fcoras@cisco.com>
275 F:      src/vnet/session
276
277 VNET TCP
278 I:      tcp
279 Y:      src/vnet/tcp/FEATURE.yaml
280 M:      Florin Coras <fcoras@cisco.com>
281 F:      src/vnet/tcp
282
283 VNET UDP
284 I:      udp
285 Y:      src/vnet/udp/FEATURE.yaml
286 M:      Florin Coras <fcoras@cisco.com>
287 F:      src/vnet/udp
288
289 VNET VXLAN
290 I:      vxlan
291 M:      John Lo <lojultra2020@outlook.com>
292 M:      Steven Luong <sluong@cisco.com>
293 F:      src/vnet/vxlan/
294
295 VNET VXLAN-GPE
296 I:      vxlan-gpe
297 M:      Hongjun Ni <hongjun.ni@intel.com>
298 F:      src/vnet/vxlan-gpe/
299
300 VNET VXLAN-GBP
301 I:      vxlan-gbp
302 M:      Mohsin Kazmi <sykazmi@cisco.com>
303 M:      Neale Ranns <neale@graphiant.com>
304 F:      src/vnet/vxlan-gbp/
305
306 VNET IPIP
307 I:      ipip
308 Y:      src/vnet/ipip/FEATURE.yaml
309 M:      Ole Troan <otroan@employees.org>
310 F:      src/vnet/ipip/
311
312 VNET tunnel
313 I:      tunnel
314 M:      Neale Ranns <neale@graphiant.com>
315 F:      src/vnet/tunnel'
316
317 VNET TLS and TLS engine plugins
318 I:      tls
319 M:      Florin Coras <fcoras@cisco.com>
320 M:      Ping Yu <ping.yu@intel.com>
321 F:      src/vnet/tls
322 F:      src/plugins/tlsopenssl
323 F:      src/plugins/tlsmbedtls
324 F:      src/plugins/tlspicotls
325
326 VNET SYSLOG
327 I:      syslog
328 M:      Matus Fabian <matfabia@cisco.com>
329 F:      src/vnet/syslog
330
331 Plugin - DHCP
332 I:      dhcp
333 M:      Dave Barach <vpp@barachs.net>
334 M:      Neale Ranns <neale@graphiant.com>
335 F:      src/plugins/dhcp/
336
337 Plugin - ARP
338 I:      arp
339 M:      Dave Barach <vpp@barachs.net>
340 M:      Neale Ranns <neale@graphiant.com>
341 F:      src/plugins/arp/
342
343 Plugin - IP6 Neighbor Discovery
344 I:      ip6-nd
345 M:      Dave Barach <vpp@barachs.net>
346 M:      Neale Ranns <neale@graphiant.com>
347 F:      src/plugins/ip6-nd/
348
349 VNET GENEVE
350 I:      geneve
351 M:      N/A
352 F:      src/vnet/geneve/
353
354 VNET FLOW
355 I:      flow
356 M:      Damjan Marion <damarion@cisco.com>
357 F:      src/vnet/flow/
358
359 VPP Main App
360 I:      vpp
361 M:      Dave Barach <vpp@barachs.net>
362 M:      Damjan Marion <damarion@cisco.com>
363 F:      src/vpp/
364
365 Plugin - Access Control List (ACL) Based Forwarding
366 I:      abf
367 M:      Neale Ranns <neale@graphiant.com>
368 F:      src/plugins/abf/
369
370 Plugin - Allow / Deny List
371 I:      adl
372 M:      Dave Barach <vpp@barachs.net>
373 F:      src/plugins/adl/
374
375 Plugin - Simple DNS name resolver
376 I:      dns
377 M:      Dave Barach <vpp@barachs.net>
378 F:      src/plugins/dns/
379
380 Plugin - ACL
381 I:      acl
382 M:      Andrew Yourtchenko <ayourtch@gmail.com>
383 F:      src/plugins/acl/
384
385 Plugin - NAT
386 I:      nat
387 M:      Ole Troan <ot@cisco.com>
388 M:  Filip Varga <fivarga@cisco.com>
389 M:  Klement Sekera <ksekera@cisco.com>
390 F:      src/plugins/nat/
391
392 Plugin - AVF Device driver
393 I:      avf
394 M:      Damjan Marion <damarion@cisco.com>
395 F:      src/plugins/avf/
396
397 Plugin - Dispatch Trace PCAP
398 I:      dispatch-trace
399 M:      Dave Barach <vpp@barachs.net>
400 F:      src/plugins/dispatch-trace
401
402 Plugin - DPDK
403 I:      dpdk
404 M:      Damjan Marion <damarion@cisco.com>
405 F:      src/plugins/dpdk/
406
407 Plugin - DPDK Crypto
408 I:      dpdk-ipsec
409 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
410 M:      Radu Nicolau <radu.nicolau@intel.com>
411 F:      src/plugins/dpdk/ipsec/
412
413 Plugin - flowprobe
414 I:      flowprobe
415 Y:      src/plugins/flowprobe/FEATURE.yaml
416 M:      Ole Troan <otroan@employees.org>
417 F:      src/plugins/flowprobe/
418
419 Plugin - http_static
420 I:      http_static
421 M:      Dave Barach <vpp@barachs.net>
422 F:      src/plugins/http_static/
423
424 Plugin - builtinurl
425 I:      builtinurl
426 M:      Dave Barach <vpp@barachs.net>
427 F:      src/plugins/builtinurl/
428
429 Plugin - Group Based Policy (GBP)
430 I:      gbp
431 M:      Neale Ranns <neale@graphiant.com>
432 F:      src/plugins/gbp/
433
434 Plugin - GTPU
435 I:      gtpu
436 M:      Hongjun Ni <hongjun.ni@intel.com>
437 F:      src/plugins/gtpu/
438
439 Plugin - Internet Key Exchange (IKEv2) Protocol
440 I:      ikev2
441 M:      Damjan Marion <damarion@cisco.com>
442 M:      Neale Ranns <neale@graphiant.com>
443 M:      Filip Tehlar <ftehlar@cisco.com>
444 M:      Benoît Ganne <bganne@cisco.com>
445 F:      src/plugins/ikev2/
446
447 Plugin - Internet Group Management Protocol (IGMP)
448 I:      igmp
449 M:      Neale Ranns <neale@graphiant.com>
450 F:      src/plugins/igmp/
451
452 Plugin - L3 Cross-Connect (L3XC)
453 I:      l3xc
454 M:      Neale Ranns <neale@graphiant.com>
455 F:      src/plugins/l3xc/
456
457 Plugin - memif device driver
458 I:      memif
459 M:      Damjan Marion <damarion@cisco.com>
460 F:      src/plugins/memif/
461
462 Plugin - Marvell MUSDK device driver
463 I:      marvell
464 M:      Damjan Marion <damarion@cisco.com>
465 F:      src/plugins/marvell/
466
467 Plugin - performance counter
468 I:      perfmon
469 M:      Damjan Marion <damarion@cisco.com>
470 F:      src/plugins/perfmon/
471
472 Plugin - PPPoE
473 I:      pppoe
474 M:      Hongjun Ni <hongjun.ni@intel.com>
475 F:      src/plugins/pppoe/
476
477 Plugin - Ping
478 I:      ping
479 M:      Andrew Yourtchenko <ayourtch@gmail.com>
480 F:      src/plugins/ping
481
482 Plugin - IPv6 Segment Routing Dynamic Proxy
483 I:      srv6-ad
484 M:      Francois Clad <fclad@cisco.com>
485 F:      src/plugins/srv6-ad/
486
487 Plugin - IPv6 Segment Routing Masquerading Proxy
488 I:      srv6-am
489 M:      Francois Clad <fclad@cisco.com>
490 F:      src/plugins/srv6-am/
491
492 Plugin - IPv6 Segment Routing Static Proxy
493 I:      srv6-as
494 M:      Francois Clad <fclad@cisco.com>
495 F:      src/plugins/srv6-as/
496
497 Plugin - IPv6 Segment Routing Mobile
498 I:      srv6-mobile
499 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
500 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
501 F:      src/plugins/srv6-mobile/
502
503 Plugin - Link Aggregation Control Protocol
504 I:      lacp
505 M:      Steven Luong <sluong@cisco.com>
506 F:      src/plugins/lacp/
507
508 Plugin - Load Balancer
509 I:      lb
510 M:      Pfister <ppfister@cisco.com>
511 M:      Hongjun Ni <hongjun.ni@intel.com>
512 F:      src/plugins/lb/
513
514 Plugin - NSH
515 I:      nsh
516 M:      Hongjun Ni <hongjun.ni@intel.com>
517 M:      Vengada <venggovi@cisco.com>
518 F:      src/plugins/nsh/
519
520 Plugin - TCP MSS Clamping
521 I:      mss_clamp
522 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
523 F:      src/plugins/mss_clamp/
524
525 Plugin - Time-based MAC filter
526 I:      mactime
527 Y:      src/plugins/mactime/FEATURE.yaml
528 M:      Dave Barach <vpp@barachs.net>
529 F:      src/plugins/mactime/
530
531 Plugin - Network Delay Simulator
532 I:      nsim
533 Y:      src/plugins/nsim/FEATURE.yaml
534 M:      Dave Barach <vpp@barachs.net>
535 F:      src/plugins/nsim/
536
537 Plugin - Buffer Metadata Modification Tracker
538 I:      mdata
539 M:      Dave Barach <vpp@barachs.net>
540 F:      src/plugins/mdata/
541
542 Plugin - Unit Tests
543 I:      unittest
544 M:      Dave Barach <vpp@barachs.net>
545 M:      Florin Coras <fcoras@cisco.com>
546 F:      src/plugins/unittest/
547
548 Test Infrastructure
549 I:      tests
550 M:      Klement Sekera <ksekera@cisco.com>
551 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
552 F:      test/
553
554 SVM Library
555 I:      svm
556 M:      Dave Barach <vpp@barachs.net>
557 F:      src/svm
558
559 VPP API TEST
560 I:      vat
561 M:      Dave Barach <vpp@barachs.net>
562 F:      src/vat/
563
564 VPP Executable
565 I:      vpp
566 M:      Dave Barach <vpp@barachs.net>
567 F:      src/vpp/
568
569 Emacs templates
570 I:      emacs
571 M:      Dave Barach <vpp@barachs.net>
572 F:      extras/emacs/
573
574 Graphical Event Viewer
575 I:      g2
576 M:      Dave Barach <vpp@barachs.net>
577 F:      src/tools/g2/
578
579 Performance Tooling
580 I:      perftool
581 M:      Dave Barach <vpp@barachs.net>
582 F:      src/tools/perftool/
583
584 Plugin - vmxnet3 device driver
585 I:      vmxnet3
586 M:      Steven Luong <sluong@cisco.com>
587 F:      src/plugins/vmxnet3/
588
589 Binary API Compiler for Python
590 I:      vppapigen
591 M:      Ole Troan <otroan@employees.org>
592 F:      src/tools/vppapigen/
593 F:  extras/scripts/crcchecker.py
594
595 API trace tool
596 I:      vppapitrace
597 M:      Ole Troan <otroan@employees.org>
598 F:      src/tools/vppapitrace/
599
600 Binary API Compiler for C and C++
601 I:      vapi
602 M:      Ole Troan <ot@cisco.com>
603 F:      src/vpp-api/vapi
604
605 Plugin - RDMA (ibverb) driver
606 I:      rdma
607 M:      Benoît Ganne <bganne@cisco.com>
608 M:      Damjan Marion <damarion@cisco.com>
609 F:      src/plugins/rdma/
610
611 Plugin - QUIC protocol
612 I:      quic
613 M:      Aloys Augustin <aloaugus@cisco.com>
614 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
615 M:      Dave Wallace <dwallacelf@gmail.com>
616 M:      Florin Coras <fcoras@cisco.com>
617 Y:      src/plugins/quic/FEATURE.yaml
618 F:      src/plugins/quic/
619
620 libmemif
621 I:      libmemif
622 M:      Damjan Marion <damarion@cisco.com>
623 F:      extras/libmemif
624
625 gomemif
626 I:      gomemif
627 M:      Jakub Grajciar <jgrajcia@cisco.com>
628 F:      extras/gomemif
629
630 VPP Comms Library
631 I:      vcl
632 Y:      src/vnet/vcl/FEATURE.yaml
633 M:      Florin Coras <fcoras@cisco.com>
634 F:      src/vcl
635
636 Statistics Segment
637 I:      stats
638 M:      Ole Troan <ot@cisco.com>
639 F:      src/vpp/stats/
640 F:      src/vpp-api/client/stat_client.[ch]
641
642 Plugin - Host Stack Applications
643 I:      hsa
644 M:      Florin Coras <fcoras@cisco.com>
645 M:      Dave Wallace <dwallacelf@gmail.com>
646 M:      Aloys Augustin <aloaugus@cisco.com>
647 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
648 F:      src/plugins/hs_apps/
649
650 Python binding for the VPP API
651 I:      papi
652 M:      Ole Troan <ot@cisco.com>
653 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
654 F:      src/vpp-api/python
655
656 Plugin - Cisco Discovery Protocol
657 I:      cdp
658 M:      vpp-dev Mailing List <vpp-dev@fd.io>
659 C:  Unmaintained
660 F:      src/plugins/cdp/
661
662 Plugin - Source VRF Select
663 I:      svs
664 M:      Neale Ranns <neale@graphiant.com>
665 F:      src/plugins/svs/
666
667 Plugin - LAN Emulation
668 I:      l2e
669 M:      Neale Ranns <neale@graphiant.com>
670 F:      src/plugins/l2e/
671
672 Plugin - IPv6 Connection Tracker
673 I:      ct6
674 M:      Dave Barach <vpp@barachs.net>
675 F:      src/plugins/ct6
676
677 Plugin - Steal The NIC
678 I:      stn
679 M:      vpp-dev Mailing List <vpp-dev@fd.io>
680 C:  Unmaintained
681 F:      src/plugins/stn
682
683 Plugin - IOAM
684 I:      ioam
685 M:      vpp-dev Mailing List <vpp-dev@fd.io>
686 C:  Unmaintained
687 F:      src/plugins/ioam
688
689 Plugin - Awkward chained buffer geometry tool
690 I:      oddbuf
691 M:      Dave Barach <vpp@barachs.net>
692 F:      src/plugins/oddbuf
693
694 Plugin - VRRP
695 I:      vrrp
696 M:      Matthew Smith <mgsmith@netgate.com>
697 F:      src/plugins/vrrp
698
699 Plugin - Unicast Reverse Path forwarding
700 I:      urpf
701 M:      Neale Ranns <neale@graphiant.com>
702 F:      src/plugins/urpf
703
704 Plugin - CNat
705 I:      cnat
706 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
707 M:      Neale Ranns <neale@graphiant.com>
708 F:      src/plugins/cnat
709
710 Plugin - Wireguard
711 I:      wireguard
712 M:      Artem Glazychev <artem.glazychev@xored.com>
713 F:      src/plugins/wireguard
714
715 VPP Config Tooling
716 I:      vpp_config
717 M:      John DeNisco <jdenisco@cisco.com>
718 F:      extras/vpp_config
719
720 bash functions
721 I:      bash
722 M:      Dave Wallace <dwallacelf@gmail.com>
723 F:      extras/bash/
724
725 Plugin - AF_XDP driver
726 I:      af_xdp
727 M:      Benoît Ganne <bganne@cisco.com>
728 M:      Damjan Marion <damarion@cisco.com>
729 F:      src/plugins/af_xdp/
730
731 Plugin - geneve
732 I:      geneve
733 M:      community vpp-dev@lists.fd.io
734 F:      src/plugins/geneve/
735
736 Plugin - linux-cp
737 I:      linux-cp
738 M:      Neale Ranns <neale@graphiant.com>
739 M:      Matthew Smith <mgsmith@netgate.com>
740 F:      src/plugins/linux-cp/
741
742 cJSON
743 I:      cjson
744 M:      Ole Troan <ot@cisco.com>
745 F:      src/vppinfra/cJSON.[ch]
746
747 VAT2
748 I:      vat2
749 M:      Ole Troan <ot@cisco.com>
750 F:      src/vat2/
751
752 THE REST
753 I:      misc
754 M:      vpp-dev Mailing List <vpp-dev@fd.io>
755 C:      Missing Maintainer
756 F:      *
757 F:      */