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