vhost: Add event index for interrupt notification to driver
[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 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:      N/A
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 <nranns@cisco.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 <nranns@cisco.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 <nranns@cisco.com>
163 F:      src/vnet/ip-neighbor
164
165 VNET QoS
166 I:      qos
167 M:      Neale Ranns <nranns@cisco.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 <nranns@cisco.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 <nranns@cisco.com>
197 F:      src/vnet/crypto/
198
199 VNET TEIB
200 I:      teib
201 M:      Neale Ranns <nranns@cisco.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 <nranns@cisco.com>
222 F:      src/plugins/crypto_ipsecmb/
223
224 VNET L2
225 I:      l2
226 M:      John Lo <loj@cisco.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 <nranns@cisco.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 <nranns@cisco.com>
264 F:      src/vnet/mpls/
265
266 VNET BIER
267 I:      bier
268 M:      Neale Ranns <nranns@cisco.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 <loj@cisco.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 <nranns@cisco.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 <nranns@cisco.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 <nranns@cisco.com>
335 F:      src/plugins/dhcp/
336
337 Plugin - ARP
338 I:      arp
339 M:      Dave Barach <vpp@barachs.net>
340 M:      Neale Ranns <nranns@cisco.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 <nranns@cisco.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 VNET Classify
360 I:      classify
361 M:      N/A
362 F:      src/vnet/classify/
363
364 VPP Main App
365 I:      vpp
366 M:      Dave Barach <vpp@barachs.net>
367 M:      Damjan Marion <damarion@cisco.com>
368 F:      src/vpp/
369
370 Plugin - Access Control List (ACL) Based Forwarding
371 I:      abf
372 M:      Neale Ranns <nranns@cisco.com>
373 F:      src/plugins/abf/
374
375 Plugin - Allow / Deny List
376 I:      adl
377 M:      Dave Barach <vpp@barachs.net>
378 F:      src/plugins/adl/
379
380 Plugin - Simple DNS name resolver
381 I:      dns
382 M:      Dave Barach <vpp@barachs.net>
383 F:      src/plugins/dns/
384
385 Plugin - Group Based Policy (GBP)
386 I:      gbp
387 M:      Neale Ranns <nranns@cisco.com>
388 F:      src/plugins/gbp/
389
390 Plugin - ACL
391 I:      acl
392 M:      Andrew Yourtchenko <ayourtch@gmail.com>
393 F:      src/plugins/acl/
394
395 Plugin - NAT
396 I:      nat
397 M:      Ole Troan <ot@cisco.com>
398 F:      src/plugins/nat/
399
400 Plugin - AVF Device driver
401 I:      avf
402 M:      Damjan Marion <damarion@cisco.com>
403 F:      src/plugins/avf/
404
405 Plugin - DPDK
406 I:      dpdk
407 M:      Damjan Marion <damarion@cisco.com>
408 F:      src/plugins/dpdk/
409
410 Plugin - DPDK Crypto
411 I:      dpdk-ipsec
412 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
413 M:      Radu Nicolau <radu.nicolau@intel.com>
414 F:      src/plugins/dpdk/ipsec/
415
416 Plugin - flowprobe
417 I:      flowprobe
418 Y:      src/plugins/flowprobe/FEATURE.yaml
419 M:      Ole Troan <otroan@employees.org>
420 F:      src/plugins/flowprobe/
421
422 Plugin - http_static
423 I:      http_static
424 M:      Dave Barach <vpp@barachs.net>
425 F:      src/plugins/http_static/
426
427 Plugin - builtinurl
428 I:      builtinurl
429 M:      Dave Barach <vpp@barachs.net>
430 F:      src/plugins/builtinurl/
431
432 Plugin - Group Based Policy (GBP)
433 I:      gbp
434 M:      Neale Ranns <nranns@cisco.com>
435 F:      src/plugins/gbp/
436
437 Plugin - GTPU
438 I:      gtpu
439 M:      Hongjun Ni <hongjun.ni@intel.com>
440 F:      src/plugins/gtpu/
441
442 Plugin - Internet Key Exchange (IKEv2) Protocol
443 I:      ikev2
444 M:      Damjan Marion <damarion@cisco.com>
445 M:      Neale Ranns <nranns@cisco.com>
446 M:      Filip Tehlar <ftehlar@cisco.com>
447 M:      Benoît Ganne <bganne@cisco.com>
448 F:      src/plugins/ikev2/
449
450 Plugin - Internet Group Management Protocol (IGMP)
451 I:      igmp
452 M:      Neale Ranns <nranns@cisco.com>
453 F:      src/plugins/igmp/
454
455 Plugin - L3 Cross-Connect (L3XC)
456 I:      l3xc
457 M:      Neale Ranns <nranns@cisco.com>
458 F:      src/plugins/l3xc/
459
460 Plugin - memif device driver
461 I:      memif
462 M:      Damjan Marion <damarion@cisco.com>
463 F:      src/plugins/memif/
464
465 Plugin - Marvell MUSDK device driver
466 I:      marvell
467 M:      Damjan Marion <damarion@cisco.com>
468 F:      src/plugins/marvell/
469
470 Plugin - performance counter
471 I:      perfmon
472 M:      Damjan Marion <damarion@cisco.com>
473 F:      src/plugins/perfmon/
474
475 Plugin - PPPoE
476 I:      pppoe
477 M:      Hongjun Ni <hongjun.ni@intel.com>
478 F:      src/plugins/pppoe/
479
480 Plugin - Ping
481 I:      ping
482 M:      Andrew Yourtchenko <ayourtch@gmail.com>
483 F:      src/plugins/ping
484
485 Plugin - IPv6 Segment Routing Dynamic Proxy
486 I:      srv6-ad
487 M:      Francois Clad <fclad@cisco.com>
488 F:      src/plugins/srv6-ad/
489
490 Plugin - IPv6 Segment Routing Masquerading Proxy
491 I:      srv6-am
492 M:      Francois Clad <fclad@cisco.com>
493 F:      src/plugins/srv6-am/
494
495 Plugin - IPv6 Segment Routing Static Proxy
496 I:      srv6-as
497 M:      Francois Clad <fclad@cisco.com>
498 F:      src/plugins/srv6-as/
499
500 Plugin - IPv6 Segment Routing Mobile
501 I:      srv6-mobile
502 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
503 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
504 F:      src/plugins/srv6-mobile/
505
506 Plugin - Link Aggregation Control Protocol
507 I:      lacp
508 M:      Steven Luong <sluong@cisco.com>
509 F:      src/plugins/lacp/
510
511 Plugin - Load Balancer
512 I:      lb
513 M:      Pfister <ppfister@cisco.com>
514 M:      Hongjun Ni <hongjun.ni@intel.com>
515 F:      src/plugins/lb/
516
517 Plugin - NSH
518 I:      nsh
519 M:      Hongjun Ni <hongjun.ni@intel.com>
520 M:      Vengada <venggovi@cisco.com>
521 F:      src/plugins/nsh/
522
523 Plugin - Time-based MAC filter
524 I:      mactime
525 Y:      src/plugins/mactime/FEATURE.yaml
526 M:      Dave Barach <vpp@barachs.net>
527 F:      src/plugins/mactime/
528
529 Plugin - Network Delay Simulator
530 I:      nsim
531 Y:      src/plugins/nsim/FEATURE.yaml
532 M:      Dave Barach <vpp@barachs.net>
533 F:      src/plugins/nsim/
534
535 Plugin - Buffer Metadata Modification Tracker
536 I:      mdata
537 M:      Dave Barach <vpp@barachs.net>
538 F:      src/plugins/mdata/
539
540 Plugin - Unit Tests
541 I:      unittest
542 M:      Dave Barach <vpp@barachs.net>
543 M:      Florin Coras <fcoras@cisco.com
544 F:      src/plugins/unittest/
545
546 Test Infrastructure
547 I:      tests
548 M:      Klement Sekera <ksekera@cisco.com>
549 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
550 F:      test/
551
552 SVM Library
553 I:      svm
554 M:      Dave Barach <vpp@barachs.net>
555 F:      src/svm
556
557 VPP API TEST
558 I:      vat
559 M:      Dave Barach <vpp@barachs.net>
560 F:      src/vat/
561
562 VPP Executable
563 I:      vpp
564 M:      Dave Barach <vpp@barachs.net>
565 F:      src/vpp/
566
567 Emacs templates
568 I:      emacs
569 M:      Dave Barach <vpp@barachs.net>
570 F:      extras/emacs/
571
572 Graphical Event Viewer
573 I:      g2
574 M:      Dave Barach <vpp@barachs.net>
575 F:      src/tools/g2/
576
577 Performance Tooling
578 I:      perftool
579 M:      Dave Barach <vpp@barachs.net>
580 F:      src/tools/perftool/
581
582 Plugin - vmxnet3 device driver
583 I:      vmxnet3
584 M:      Steven Luong <sluong@cisco.com>
585 F:      src/plugins/vmxnet3/
586
587 Binary API Compiler for Python
588 I:      vppapigen
589 M:      Ole Troan <otroan@employees.org>
590 F:      src/tools/vppapigen/
591
592 API trace tool
593 I:      vppapitrace
594 M:      Ole Troan <otroan@employees.org>
595 F:      src/tools/vppapitrace/
596
597 Binary API Compiler for C and C++
598 I:      vapi
599 M:      Ole Troan <ot@cisco.com>
600 F:      src/vpp-api/vapi
601
602 Plugin - RDMA (ibverb) driver
603 I:      rdma
604 M:      Benoît Ganne <bganne@cisco.com>
605 M:      Damjan Marion <damarion@cisco.com>
606 F:      src/plugins/rdma/
607
608 Plugin - QUIC protocol
609 I:      quic
610 M:      Aloys Augustin <aloaugus@cisco.com>
611 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
612 M:      Dave Wallace <dwallacelf@gmail.com>
613 M:      Florin Coras <fcoras@cisco.com>
614 Y:      src/plugins/quic/FEATURE.yaml
615 F:      src/plugins/quic/
616
617 libmemif
618 I:      libmemif
619 M:      Damjan Marion <damarion@cisco.com>
620 F:      extras/libmemif
621
622 gomemif
623 I:      gomemif
624 M:      Jakub Grajciar <jgrajcia@cisco.com>
625 F:      extras/gomemif
626
627 VPP Comms Library
628 I:      vcl
629 Y:      src/vnet/vcl/FEATURE.yaml
630 M:      Florin Coras <fcoras@cisco.com>
631 F:      src/vcl
632
633 Statistics Segment
634 I:      stats
635 M:      Ole Troan <ot@cisco.com>
636 F:      src/vpp/stats/
637 F:      src/vpp-api/client/stat_client.[ch]
638
639 Plugin - Host Stack Applications
640 I:      hsa
641 M:      Florin Coras <fcoras@cisco.com>
642 M:      Dave Wallace <dwallacelf@gmail.com>
643 M:      Aloys Augustin <aloaugus@cisco.com>
644 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
645 F:      src/plugins/hs_apps/
646
647 Python binding for the VPP API
648 I:      papi
649 M:      Ole Troan <ot@cisco.com>
650 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
651 F:      src/vpp-api/python
652
653 Cisco Discovery Protocol
654 I:      cdp
655 F:      src/plugins/cdp/
656
657 Source VRF Select
658 I:      svs
659 M:      Neale Ranns <nranns@cisco.com>
660 F:      src/plugins/svs/
661
662 LAN Emulation
663 I:      l2e
664 M:      Neale Ranns <nranns@cisco.com>
665 F:      src/plugins/l2e/
666
667 IPv6 Connection Tracker
668 I:      ct6
669 M:      Dave Barach <vpp@barachs.net>
670 F:      src/plugins/ct6
671
672 Steal The NIC
673 I:      stn
674 F:      src/plugins/stn
675
676 IOAM
677 I:      ioam
678 F:      src/plugins/ioam
679
680 Awkward chained buffer geometry tool
681 I:      oddbuf
682 M:      Dave Barach <vpp@barachs.net>
683 F:      src/plugins/oddbuf
684
685 Plugin - VRRP
686 I:      vrrp
687 M:      Matthew Smith <mgsmith@netgate.com>
688 F:      src/plugins/vrrp
689
690 Plugin - Unicast Reverse Path forwarding
691 I:      urpf
692 M:      Neale Ranns <nranns@cisco.com>
693 F:      src/plugins/urpf
694
695 Plugin - CNat
696 I:      cnat
697 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
698 M:      Neale Ranns <nranns@cisco.com>
699 F:      src/plugins/cnat
700
701 Plugin - Wireguard
702 I:      wireguard
703 M:      Artem Glazychev <artem.glazychev@xored.com>
704 F:      src/plugins/wireguard
705
706 VPP Config Tooling
707 I:      vpp_config
708 M:      John DeNisco <jdenisco@cisco.com>
709 F:      extras/vpp_config
710
711 bash functions
712 I:      bash
713 M:      Dave Wallace <dwallacelf@gmail.com>
714 F:      extras/bash/
715
716 Plugin - AF_XDP driver
717 I:      af_xdp
718 M:      Benoît Ganne <bganne@cisco.com>
719 M:      Damjan Marion <damarion@cisco.com>
720 F:      src/plugins/af_xdp/
721
722 Plugin - geneve
723 I:      geneve
724 M:      community vpp-dev@lists.fd.io
725 F:      src/plugins/geneve/
726
727 THE REST
728 I:      misc
729 C:      Contact vpp-dev Mailing List <vpp-dev@fd.io>
730 F:      *
731 F:      */