aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
blob: c310e72822729c8109fbfe3641a43afc5051e550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
Descriptions of section entries:

	M: Maintainer Full name and E-mail address: Full Name <address@domain>
	   One maintainer per line.  Multiple M: lines acceptable.
	F: Files and directories with wildcard patterns.
	   A trailing slash includes all files and subdirectory files.
	   F:	drivers/net/	all files in and below drivers/net
	   F:	drivers/net/*	all files in drivers/net, but not below
	   One pattern per line.  Multiple F: lines acceptable.
	E: exclude file(s) matched by F:
	C: Single line comment related to current section.
	I: single word feature/component identifier
	Y: path to feature YAML file

		-----------------------------------

Build System
I:	build
M:	Damjan Marion <damarion@cisco.com>
F:	Makefile
F:	src/CMakeLists.txt
F:	src/cmake/
F:	build/

Build System Internal
I:	ebuild
M:	Dave Barach <vpp@barachs.net>
F:	build-root/Makefile
F:	build-data/

VNET
I:	vnet
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/error.*

VNET Link Bonding
I:	bonding
M:	Steven Luong <sluong@cisco.com>
F:	src/vnet/bonding/

Sphinx Documents
I:	docs
M:	John DeNisco <jdenisco@cisco.com>
M:	Dave Wallace <dwallacelf@gmail.com>
F:	docs/

Infrastructure Library
I:	vppinfra
M:	Dave Barach <vpp@barachs.net>
F:	src/vppinfra/

Physical Memory Allocator
I:	pmalloc
M:	Damjan Marion <damarion@cisco.com>
F:	src/vppinfra/pmalloc.[ch]

Vector Library
I:	vlib
M:	Dave Barach <vpp@barachs.net>
M:	Damjan Marion <damarion@cisco.com>
F:	src/vlib/
E:	src/vlib/buffer*.[ch]
E:	src/vlib/pci/
E:	src/vlib/linux/pci.[ch]
E:	src/vlib/linux/vfio.[ch]

Vector Library - Buffer Management
I:	buffers
M:	Damjan Marion <damarion@cisco.com>
M:	Dave Barach <vpp@barachs.net>
F:	src/vlib/buffer*.[ch]

Vector Library - PCI
I:	pci
M:	Damjan Marion <damarion@cisco.com>
F:	src/vlib/pci/
F:	src/vlib/linux/pci.[ch]
F:	src/vlib/linux/vfio.[ch]

Binary API Libraries
I:	api
M:	Dave Barach <vpp@barachs.net>
F:	src/vlibapi/
F:	src/vlibmemory/

VNET Bidirectional Forwarding Detection (BFD)
I:	bfd
M:	Klement Sekera <klement.sekera@gmail.com>
F:	src/vnet/bfd/

VNET Classifier
I:	classify
M:	Dave Barach <vpp@barachs.net>
F:	src/vnet/classify

VNET Policer
I:	policer
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/policer/

VNET New Device Drivers Infra
I:	dev
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/dev/

VNET Device Drivers
I:	devices
Y:	src/vnet/devices/pipe/FEATURE.yaml
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/devices/

AF PACKET Drivers
I:	af_packet
Y:	src/plugins/af_packet/FEATURE.yaml
M:	Mohsin Kazmi <mohsin.kazmi14@gmail.com>
F:	src/plugins/af_packet

VNET TAP Drivers
I:	tap
Y:	src/vnet/devices/tap/FEATURE.yaml
M:	Damjan Marion <damarion@cisco.com>
M:	Steven Luong <sluong@cisco.com>
M:	Mohsin Kazmi <mohsin.kazmi14@gmail.com>
F:	src/vnet/devices/tap/

VNET Vhost User Driver
I:	vhost
Y:	src/plugins/vhost/FEATURE.yaml
M:	Steven Luong <sluong@cisco.com>
F:	src/plugins/vhost

VNET Native Virtio Drivers
I:	virtio
Y:	src/vnet/devices/virtio/FEATURE.yaml
M:	Mohsin Kazmi <mohsin.kazmi14@gmail.com>
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/devices/virtio/

VNET Ethernet
I:	ethernet
M:	Dave Barach <vpp@barachs.net>
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/ethernet/

VNET Feature Arcs
I:	feature
M:	Dave Barach <vpp@barachs.net>
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/feature/

VNET FIB
I:	fib
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/fib/
F:	src/vnet/mfib/
F:	src/vnet/dpo
F:	src/vnet/adj

VNET IPv4 LPM
I:	ip
M:	Dave Barach <vpp@barachs.net>
F:	src/vnet/ip/

VNET IPv6 LPM
I:	ip6
M:	Neale Ranns <neale@graphiant.com>
M:	Jon Loeliger <jdl@netgate.com>
F:	src/vnet/ip/

VNET IP Neighbors
I:	ip-neighbor
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/ip-neighbor

VNET QoS
I:	qos
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/qos/

VNET Interface Common
I:	interface
M:	Dave Barach <vpp@barachs.net>
F:	src/vnet/interface*.[ch]

VNET Packet Generator
I:	pg
M:	Dave Barach <vpp@barachs.net>
F:	src/vnet/pg/

VNET Segment Routing (IPv6 and MPLS)
I:	sr
M:	Pablo Camarillo <pcamaril@cisco.com>
M:	Ahmed Abdelsalam <ahabdels@cisco.com>
F:	src/vnet/srv6/
F:	src/vnet/srmpls/
F:	src/examples/srv6-sample-localsid/

VNET IPSec
I:	ipsec
M:	Neale Ranns <neale@graphiant.com>
M:	Radu Nicolau <radu.nicolau@intel.com>
M:	Fan Zhang <fanzhang.oss@gmail.com>
F:	src/vnet/ipsec/

VNET Crypto Infra
I:	crypto
M:	Damjan Marion <damarion@cisco.com>
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/crypto/

VNET TEIB
I:	teib
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/teib/

VNET SPAN
I:	span
M:	N/A
F:	src/vnet/span

Plugin - Crypto - native
I:	crypto-native
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/crypto_native/

Plugin - Crypto - OpenSSL
I:	crypto-openssl
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/crypto_openssl/

Plugin - Crypto - ipsecmb
I:	crypto-ipsecmb
M:	Neale Ranns <neale@graphiant.com>
M:      Fan Zhang <fanzhang.oss@gmail.com>
F:	src/plugins/crypto_ipsecmb/

Plugin - Crypto - sw_scheduler
I:	crypto-sw-scheduler
M:	Fan Zhang <fanzhang.oss@gmail.com>
F:	src/plugs/crypto_sw_scheduler/

VNET L2
I:	l2
M:	John Lo <lojultra2020@outlook.com>
M:	Steven Luong <sluong@cisco.com>
F:	src/vnet/l2/

VNET GRE
I:	gre
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/gre/

VNET GSO
I:	gso
M:	Andrew Yourtchenko <ayourtch@gmail.com>
M:	Mohsin Kazmi <mohsin.kazmi14@gmail.com>
F:	src/vnet/gso/

Plugin - MAP
I:	map
Y:	src/plugins/map/FEATURE.yaml
M:	Ole Troan <ot@cisco.com>
M:	Jon Loeliger <jdl@netgate.com>
F:	src/plugins/map

VNET MPLS
I:	mpls
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/mpls/

VNET BIER
I:	bier
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/bier/

VNET Session Layer
I:	session
Y:	src/vnet/session/FEATURE.yaml
M:	Florin Coras <fcoras@cisco.com>
F:	src/vnet/session

VNET TCP
I:	tcp
Y:	src/vnet/tcp/FEATURE.yaml
M:	Florin Coras <fcoras@cisco.com>
F:	src/vnet/tcp

VNET UDP
I:	udp
Y:	src/vnet/udp/FEATURE.yaml
M:	Florin Coras <fcoras@cisco.com>
F:	src/vnet/udp

VNET VXLAN
I:	vxlan
Y:	src/plugins/vxlan/FEATURE.yaml
M:	John Lo <lojultra2020@outlook.com>
M:	Steven Luong <sluong@cisco.com>
F:	src/plugins/vxlan/

VNET VXLAN-GPE
I:	vxlan-gpe
M:	Hongjun Ni <hongjun.ni@intel.com>
F:	src/vnet/vxlan-gpe/

VNET IPIP
I:	ipip
Y:	src/vnet/ipip/FEATURE.yaml
M:	Ole Troan <otroan@employees.org>
F:	src/vnet/ipip/

VNET tunnel
I:	tunnel
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/tunnel'

VNET TLS and TLS engine plugins
I:	tls
M:	Florin Coras <fcoras@cisco.com>
M:	Ping Yu <ping.yu@intel.com>
F:	src/vnet/tls
F:	src/plugins/tlsopenssl
F:	src/plugins/tlsmbedtls
F:	src/plugins/tlspicotls

VNET SYSLOG
I:	syslog
M:	Matus Fabian <matfabia@cisco.com>
F:	src/vnet/syslog

Plugin - DHCP
I:	dhcp
M:	Dave Barach <vpp@barachs.net>
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/dhcp/

VNET - ARP
I:	arp
M:	Dave Barach <vpp@barachs.net>
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/arp/

Plugin - ARPing CLI
I:	arping
M:	Steven Luong <sluong@cisco.com>
F:	src/plugins/arping/

VNET - IP6 Neighbor Discovery
I:	ip6-nd
M:	Dave Barach <vpp@barachs.net>
M:	Neale Ranns <neale@graphiant.com>
F:	src/vnet/ip6-nd/

VNET GENEVE
I:	geneve
M:	N/A
F:	src/vnet/geneve/

VNET FLOW
I:	flow
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/flow/

VNET Hash
I:	hash
M:	Mohsin Kazmi <mohsin.kazmi14@gmail.com>
M:	Damjan Marion <damarion@cisco.com>
F:	src/vnet/hash/

VPP Main App
I:	vpp
M:	Dave Barach <vpp@barachs.net>
M:	Damjan Marion <damarion@cisco.com>
F:	src/vpp/

Plugin - Access Control List (ACL) Based Forwarding
I:	abf
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/abf/

Plugin - Allow / Deny List
I:	adl
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/adl/

Plugin - Simple DNS name resolver
I:	dns
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/dns/

Plugin - ACL
I:	acl
M:	Andrew Yourtchenko <ayourtch@gmail.com>
F:	src/plugins/acl/

Plugin - NAT
I:	nat
M:	Ole Troan <ot@cisco.com>
M:  Filip Varga <fivarga@cisco.com>
M:  Klement Sekera <klement.sekera@gmail.com>
F:	src/plugins/nat/

Plugin - PNAT Static match and rewrite engine
I:	pnat
M:	Ole Troan <ot@cisco.com>
F:	src/plugins/nat/pnat/

Plugin - AVF Device driver
I:	avf
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/avf/

Plugin - IAVF Device driver
I:	iavf
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/dev_iavf/

Plugin - Amazon Elastic Network Adapter (ENA) device driver
I:	ena
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/dev_ena/

Plugin - Marvell Octeon device driver
I:	octeon
M:	Monendra Singh Kushwaha <kmonendra@marvell.com>
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/dev_octeon/

Plugin - Dispatch Trace PCAP
I:	dispatch-trace
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/dispatch-trace

Plugin - DPDK
I:	dpdk
M:	Damjan Marion <damarion@cisco.com>
M:	Mohammed Hawari <mohammed@hawari.fr>
F:	src/plugins/dpdk/

Plugin - DPDK Crypto
I:	dpdk-cryptodev
M:	Radu Nicolau <radu.nicolau@intel.com>
M:	Fan Zhang <fanzhang.oss@gmail.com>
F:	src/plugins/dpdk/cryptodev/

Plugin - flowprobe
I:	flowprobe
Y:	src/plugins/flowprobe/FEATURE.yaml
M:	Ole Troan <otroan@employees.org>
F:	src/plugins/flowprobe/

Plugin - fateshare
I:	fateshare
M:	Andrew Yourtchenko <ayourtch@gmail.com>
F:	src/plugins/fateshare/

Plugin - http_static
I:	http_static
M:	Dave Barach <vpp@barachs.net>
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/http_static/

Plugin - builtinurl
I:	builtinurl
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/builtinurl/

Plugin - GTPU
I:	gtpu
M:	Hongjun Ni <hongjun.ni@intel.com>
F:	src/plugins/gtpu/

Plugin - Internet Key Exchange (IKEv2) Protocol
I:	ikev2
M:	Damjan Marion <damarion@cisco.com>
M:	Neale Ranns <neale@graphiant.com>
M:	Filip Tehlar <ftehlar@cisco.com>
M:	Benoît Ganne <bganne@cisco.com>
F:	src/plugins/ikev2/

Plugin - Internet Group Management Protocol (IGMP)
I:	igmp
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/igmp/

Plugin - L3 Cross-Connect (L3XC)
I:	l3xc
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/l3xc/

Plugin - LISP
I:	lisp
Y:	src/plugins/lisp/lisp-cp/FEATURE.yaml
Y:	src/plugins/lisp/lisp-gpe/FEATURE.yaml
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/lisp/

Plugin - Link Layer Discovery Protocol (LLDP)
I:	lldp
M:	Klement Sekera <klement.sekera@gmail.com>
F:	src/plugins/lldp/

Plugin - memif device driver
I:	memif
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/memif/

Plugin - Marvell MUSDK device driver
I:	marvell
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/marvell/

Plugin - performance counter
I:	perfmon
M:	Damjan Marion <damarion@cisco.com>
M:	Ray Kinsella <mdr@ashroe.eu>
F:	src/plugins/perfmon/

Plugin - PPPoE
I:	pppoe
M:	Hongjun Ni <hongjun.ni@intel.com>
F:	src/plugins/pppoe/

Plugin - Ping
I:	ping
M:	Andrew Yourtchenko <ayourtch@gmail.com>
F:	src/plugins/ping

Plugin - IPv6 Segment Routing Dynamic Proxy
I:	srv6-ad
M:	Francois Clad <fclad@cisco.com>
F:	src/plugins/srv6-ad/

Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
I:	srv6-ad-flow
M:	Francois Clad <fclad@cisco.com>
F:	src/plugins/srv6-ad-flow/

Plugin - IPv6 Segment Routing Masquerading Proxy
I:	srv6-am
M:	Francois Clad <fclad@cisco.com>
F:	src/plugins/srv6-am/

Plugin - IPv6 Segment Routing Static Proxy
I:	srv6-as
M:	Francois Clad <fclad@cisco.com>
F:	src/plugins/srv6-as/

Plugin - IPv6 Segment Routing Mobile
I:	srv6-mobile
M:	Tetsuya Murakami <tetsuya.mrk@gmail.com>
M:	Satoru Matsushima <satoru.matsushima@gmail.com>
F:	src/plugins/srv6-mobile/

Plugin - Link Aggregation Control Protocol
I:	lacp
M:	Steven Luong <sluong@cisco.com>
F:	src/plugins/lacp/

Plugin - Load Balancer
I:	lb
M:	Pfister <ppfister@cisco.com>
M:	Hongjun Ni <hongjun.ni@intel.com>
F:	src/plugins/lb/

Plugin - NSH
I:	nsh
M:	Hongjun Ni <hongjun.ni@intel.com>
M:	Vengada <venggovi@cisco.com>
F:	src/plugins/nsh/

Plugin - TCP MSS Clamping
I:	mss_clamp
M:	Miklos Tirpak <miklos.tirpak@emnify.com>
F:	src/plugins/mss_clamp/

Plugin - Time-based MAC filter
I:	mactime
Y:	src/plugins/mactime/FEATURE.yaml
M:	Dave Barach <vpp@barachs.net>
F:      src/plugins/mactime/

Plugin - Network Delay Simulator
I:	nsim
Y:	src/plugins/nsim/FEATURE.yaml
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/nsim/

Plugin - Buffer Metadata Modification Tracker
I:	mdata
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/mdata/

Plugin - Unit Tests
I:	unittest
M:	Dave Barach <vpp@barachs.net>
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/unittest/

Plugin - IDPF Device driver
I:      idpf
M:      Ting Xu <ting.xu@intel.com>
F:      src/plugins/idpf/

Plugin - Intel DMA engines
I:      dma_intel
M:      Marvin Liu <yong.liu@intel.com>
F:      src/plugins/dma_intel

Test Infrastructure
I:	tests
M:	Klement Sekera <klement.sekera@gmail.com>
M:	Paul Vinciguerra <pvinci@vinciconsulting.com>
F:	test/

SVM Library
I:	svm
M:	Dave Barach <vpp@barachs.net>
F:	src/svm

VPP API TEST
I:	vat
M:	Dave Barach <vpp@barachs.net>
F:	src/vat/

VPP Executable
I:	vpp
M:	Dave Barach <vpp@barachs.net>
F:	src/vpp/

Emacs templates
I:	emacs
M:	Dave Barach <vpp@barachs.net>
F:	extras/emacs/

Graphical Event Viewer
I:	g2
M:	Dave Barach <vpp@barachs.net>
F:	src/tools/g2/

Performance Tooling
I:	perftool
M:	Dave Barach <vpp@barachs.net>
F:	src/tools/perftool/

Plugin - vmxnet3 device driver
I:	vmxnet3
M:	Steven Luong <sluong@cisco.com>
F:	src/plugins/vmxnet3/

Binary API Compiler for Python
I:	vppapigen
M:	Ole Troan <otroan@employees.org>
F:	src/tools/vppapigen/
F:  extras/scripts/crcchecker.py

API trace tool
I:	vppapitrace
M:	Ole Troan <otroan@employees.org>
F:	src/tools/vppapitrace/

Binary API Compiler for C and C++
I:	vapi
M:	Ole Troan <ot@cisco.com>
F:	src/vpp-api/vapi

Plugin - RDMA (ibverb) driver
I:	rdma
M:	Benoît Ganne <bganne@cisco.com>
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/rdma/

Plugin - QUIC protocol
I:	quic
M:	Aloys Augustin <aloaugus@cisco.com>
M:	Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
M:	Dave Wallace <dwallacelf@gmail.com>
M:	Florin Coras <fcoras@cisco.com>
Y:	src/plugins/quic/FEATURE.yaml
F:	src/plugins/quic/

Plugin - snort plugin
I:	snort
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/snort/

libmemif
I:	libmemif
M:	Mohsin Kazmi <sykazmi@cisco.com>
F:	extras/libmemif

gomemif
I:	gomemif
M:	Jakub Grajciar <jgrajcia@cisco.com>
F:	extras/gomemif

VPP Comms Library
I:	vcl
Y:	src/vnet/vcl/FEATURE.yaml
M:	Florin Coras <fcoras@cisco.com>
F:	src/vcl

Statistics Segment
I:	stats
M:	Ole Troan <ot@cisco.com>
F:	src/vpp/stats/
F:	src/vpp-api/client/stat_client.[ch]

Plugin - Host Stack Applications
I:	hsa
M:	Florin Coras <fcoras@cisco.com>
M:	Dave Wallace <dwallacelf@gmail.com>
M:	Aloys Augustin <aloaugus@cisco.com>
M:	Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
F:	src/plugins/hs_apps/

Python binding for the VPP API
I:	papi
M:	Ole Troan <ot@cisco.com>
M:	Paul Vinciguerra <pvinci@vinciconsulting.com>
F:	src/vpp-api/python

Plugin - Cisco Discovery Protocol
I:	cdp
M:	vpp-dev Mailing List <vpp-dev@fd.io>
C:  Unmaintained
F:	src/plugins/cdp/

Plugin - Source VRF Select
I:	svs
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/svs/

Plugin - IPv6 Connection Tracker
I:	ct6
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/ct6

Plugin - Steal The NIC
I:	stn
M:	vpp-dev Mailing List <vpp-dev@fd.io>
C:  Unmaintained
F:	src/plugins/stn

Plugin - IOAM
I:	ioam
M:	vpp-dev Mailing List <vpp-dev@fd.io>
C:  Unmaintained
F:	src/plugins/ioam

Plugin - Awkward chained buffer geometry tool
I:	oddbuf
M:	Dave Barach <vpp@barachs.net>
F:	src/plugins/oddbuf

Plugin - VRRP
I:	vrrp
M:	Matthew Smith <mgsmith@netgate.com>
F:	src/plugins/vrrp

Plugin - Unicast Reverse Path forwarding
I:	urpf
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/urpf

Plugin - CNat
I:	cnat
M:	Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
M:	Neale Ranns <neale@graphiant.com>
F:	src/plugins/cnat

Plugin - Wireguard
I:	wireguard
M:	Artem Glazychev <artem.glazychev@xored.com>
M:	Fan Zhang <fanzhang.oss@gmail.com>
F:	src/plugins/wireguard

Packetforge
I:	packetforge
M:	Ting Xu <ting.xu@intel.com>
F:	extras/packetforge

VPP Config Tooling
I:	vpp_config
M:	John DeNisco <jdenisco@cisco.com>
F:	extras/vpp_config

bash functions
I:	bash
M:	Dave Wallace <dwallacelf@gmail.com>
F:	extras/bash/

Plugin - AF_XDP driver
I:	af_xdp
M:	Benoît Ganne <bganne@cisco.com>
M:	Damjan Marion <damarion@cisco.com>
F:	src/plugins/af_xdp/

Plugin - geneve
I:	geneve
M:	community vpp-dev@lists.fd.io
F:	src/plugins/geneve/

Plugin - IP session redirect
I:	ip_session_redirect
M:	Benoît Ganne <bganne@cisco.com>
F:	src/plugins/ip_session_redirect/

Plugin - linux-cp
I:	linux-cp
M:	Neale Ranns <neale@graphiant.com>
M:	Matthew Smith <mgsmith@netgate.com>
F:	src/plugins/linux-cp/

Plugin - SRTP
I:	srtp
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/srtp/

Plugin - bufmon
I:	bufmon
M:	Benoît Ganne <bganne@cisco.com>
F:	src/plugins/bufmon/

Plugin - HSI
I:	hsi
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/hsi/

Plugin - HTTP
I:	http
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/http

Plugin - Prom
I:	prom
M:	Florin Coras <fcoras@cisco.com>
F:	src/plugins/prom

Plugin - BPF Trace Filter
I:      bpf_trace_filter
M:      Mohammed Hawari <mohammed@hawari.fr>
F:      src/plugins/bpf_trace_filter

Plugin - NPTv6
I:      npt66
M:      Ole Troan <otroan@employees.org>
F:      src/plugins/npt66

Plugin - Trace node
I:	tracenode
M:	Maxime Peim <mpeim@cisco.com>
F:	src/plugins/tracenode

cJSON
I:	cjson
M:	Ole Troan <ot@cisco.com>
F:	src/vppinfra/cJSON.[ch]

VAT2
I:	vat2
M:	Ole Troan <ot@cisco.com>
F:	src/vat2/

VNET Ipfix Export
I:	ipfix-export
M:	Ole Troan <ot@cisco.com>
M:	Paul Atkins <patkins@graphiant.com>
F:	src/vnet/ipfix-export/

RPM packaging on openSUSE
I:	rpm-packaging
M:	Laszlo Kiraly <laszlo.kiraly@est.tech>
F:	src/extras/rpm/opensuse

VPP StrongSwan Daemon
I:	vpp-swan
M:	Fan Zhang <fanzhang.oss@gmail.com>
M:	Gabriel Oginski <gabrielx.oginski@intel.com>
F:	extras/strongswan/vpp_sswan

Host stack test framework
I:	hs-test
M:	Florin Coras <fcoras@cisco.com>
M:	Filip Tehlar <ftehlar@cisco.com>
M:	Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
F:	extras/hs-test

THE REST
I:	misc
M:	vpp-dev Mailing List <vpp-dev@fd.io>
C:	Missing Maintainer
F:	*
F:	*/