vppinfra: SFENCE requires SSE2 to be enabled
[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:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
422 M:      Radu Nicolau <radu.nicolau@intel.com>
423 M:      Fan Zhang <roy.fan.zhang@intel.com>
424 F:      src/plugins/dpdk/cryptodev/
425
426 Plugin - flowprobe
427 I:      flowprobe
428 Y:      src/plugins/flowprobe/FEATURE.yaml
429 M:      Ole Troan <otroan@employees.org>
430 F:      src/plugins/flowprobe/
431
432 Plugin - http_static
433 I:      http_static
434 M:      Dave Barach <vpp@barachs.net>
435 M:      Florin Coras <fcoras@cisco.com>
436 F:      src/plugins/http_static/
437
438 Plugin - builtinurl
439 I:      builtinurl
440 M:      Dave Barach <vpp@barachs.net>
441 F:      src/plugins/builtinurl/
442
443 Plugin - GTPU
444 I:      gtpu
445 M:      Hongjun Ni <hongjun.ni@intel.com>
446 F:      src/plugins/gtpu/
447
448 Plugin - Internet Key Exchange (IKEv2) Protocol
449 I:      ikev2
450 M:      Damjan Marion <damarion@cisco.com>
451 M:      Neale Ranns <neale@graphiant.com>
452 M:      Filip Tehlar <ftehlar@cisco.com>
453 M:      Benoît Ganne <bganne@cisco.com>
454 F:      src/plugins/ikev2/
455
456 Plugin - Internet Group Management Protocol (IGMP)
457 I:      igmp
458 M:      Neale Ranns <neale@graphiant.com>
459 F:      src/plugins/igmp/
460
461 Plugin - L3 Cross-Connect (L3XC)
462 I:      l3xc
463 M:      Neale Ranns <neale@graphiant.com>
464 F:      src/plugins/l3xc/
465
466 Plugin - LISP
467 I:      lisp
468 Y:      src/plugins/lisp/lisp-cp/FEATURE.yaml
469 Y:      src/plugins/lisp/lisp-gpe/FEATURE.yaml
470 M:      Florin Coras <fcoras@cisco.com>
471 F:      src/plugins/lisp/
472
473 Plugin - Link Layer Discovery Protocol (LLDP)
474 I:      lldp
475 M:      Klement Sekera <klement.sekera@gmail.com>
476 F:      src/plugins/lldp/
477
478 Plugin - memif device driver
479 I:      memif
480 M:      Damjan Marion <damarion@cisco.com>
481 F:      src/plugins/memif/
482
483 Plugin - Marvell MUSDK device driver
484 I:      marvell
485 M:      Damjan Marion <damarion@cisco.com>
486 F:      src/plugins/marvell/
487
488 Plugin - performance counter
489 I:      perfmon
490 M:      Damjan Marion <damarion@cisco.com>
491 M:      Ray Kinsella <mdr@ashroe.eu>
492 F:      src/plugins/perfmon/
493
494 Plugin - PPPoE
495 I:      pppoe
496 M:      Hongjun Ni <hongjun.ni@intel.com>
497 F:      src/plugins/pppoe/
498
499 Plugin - Ping
500 I:      ping
501 M:      Andrew Yourtchenko <ayourtch@gmail.com>
502 F:      src/plugins/ping
503
504 Plugin - IPv6 Segment Routing Dynamic Proxy
505 I:      srv6-ad
506 M:      Francois Clad <fclad@cisco.com>
507 F:      src/plugins/srv6-ad/
508
509 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
510 I:      srv6-ad-flow
511 M:      Francois Clad <fclad@cisco.com>
512 F:      src/plugins/srv6-ad-flow/
513
514 Plugin - IPv6 Segment Routing Masquerading Proxy
515 I:      srv6-am
516 M:      Francois Clad <fclad@cisco.com>
517 F:      src/plugins/srv6-am/
518
519 Plugin - IPv6 Segment Routing Static Proxy
520 I:      srv6-as
521 M:      Francois Clad <fclad@cisco.com>
522 F:      src/plugins/srv6-as/
523
524 Plugin - IPv6 Segment Routing Mobile
525 I:      srv6-mobile
526 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
527 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
528 F:      src/plugins/srv6-mobile/
529
530 Plugin - Link Aggregation Control Protocol
531 I:      lacp
532 M:      Steven Luong <sluong@cisco.com>
533 F:      src/plugins/lacp/
534
535 Plugin - Load Balancer
536 I:      lb
537 M:      Pfister <ppfister@cisco.com>
538 M:      Hongjun Ni <hongjun.ni@intel.com>
539 F:      src/plugins/lb/
540
541 Plugin - NSH
542 I:      nsh
543 M:      Hongjun Ni <hongjun.ni@intel.com>
544 M:      Vengada <venggovi@cisco.com>
545 F:      src/plugins/nsh/
546
547 Plugin - TCP MSS Clamping
548 I:      mss_clamp
549 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
550 F:      src/plugins/mss_clamp/
551
552 Plugin - Time-based MAC filter
553 I:      mactime
554 Y:      src/plugins/mactime/FEATURE.yaml
555 M:      Dave Barach <vpp@barachs.net>
556 F:      src/plugins/mactime/
557
558 Plugin - Network Delay Simulator
559 I:      nsim
560 Y:      src/plugins/nsim/FEATURE.yaml
561 M:      Dave Barach <vpp@barachs.net>
562 F:      src/plugins/nsim/
563
564 Plugin - Buffer Metadata Modification Tracker
565 I:      mdata
566 M:      Dave Barach <vpp@barachs.net>
567 F:      src/plugins/mdata/
568
569 Plugin - Unit Tests
570 I:      unittest
571 M:      Dave Barach <vpp@barachs.net>
572 M:      Florin Coras <fcoras@cisco.com>
573 F:      src/plugins/unittest/
574
575 Plugin - Intel DMA engines
576 I:      dma_intel
577 M:      Marvin Liu <yong.liu@intel.com>
578 F:      src/plugins/dma_intel
579
580 Test Infrastructure
581 I:      tests
582 M:      Klement Sekera <klement.sekera@gmail.com>
583 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
584 F:      test/
585
586 SVM Library
587 I:      svm
588 M:      Dave Barach <vpp@barachs.net>
589 F:      src/svm
590
591 VPP API TEST
592 I:      vat
593 M:      Dave Barach <vpp@barachs.net>
594 F:      src/vat/
595
596 VPP Executable
597 I:      vpp
598 M:      Dave Barach <vpp@barachs.net>
599 F:      src/vpp/
600
601 Emacs templates
602 I:      emacs
603 M:      Dave Barach <vpp@barachs.net>
604 F:      extras/emacs/
605
606 Graphical Event Viewer
607 I:      g2
608 M:      Dave Barach <vpp@barachs.net>
609 F:      src/tools/g2/
610
611 Performance Tooling
612 I:      perftool
613 M:      Dave Barach <vpp@barachs.net>
614 F:      src/tools/perftool/
615
616 Plugin - vmxnet3 device driver
617 I:      vmxnet3
618 M:      Steven Luong <sluong@cisco.com>
619 F:      src/plugins/vmxnet3/
620
621 Binary API Compiler for Python
622 I:      vppapigen
623 M:      Ole Troan <otroan@employees.org>
624 F:      src/tools/vppapigen/
625 F:  extras/scripts/crcchecker.py
626
627 API trace tool
628 I:      vppapitrace
629 M:      Ole Troan <otroan@employees.org>
630 F:      src/tools/vppapitrace/
631
632 Binary API Compiler for C and C++
633 I:      vapi
634 M:      Ole Troan <ot@cisco.com>
635 F:      src/vpp-api/vapi
636
637 Plugin - RDMA (ibverb) driver
638 I:      rdma
639 M:      Benoît Ganne <bganne@cisco.com>
640 M:      Damjan Marion <damarion@cisco.com>
641 F:      src/plugins/rdma/
642
643 Plugin - QUIC protocol
644 I:      quic
645 M:      Aloys Augustin <aloaugus@cisco.com>
646 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
647 M:      Dave Wallace <dwallacelf@gmail.com>
648 M:      Florin Coras <fcoras@cisco.com>
649 Y:      src/plugins/quic/FEATURE.yaml
650 F:      src/plugins/quic/
651
652 Plugin - snort plugin
653 I:      snort
654 M:      Damjan Marion <damarion@cisco.com>
655 F:      src/plugins/snort/
656
657 libmemif
658 I:      libmemif
659 M:      Damjan Marion <damarion@cisco.com>
660 F:      extras/libmemif
661
662 gomemif
663 I:      gomemif
664 M:      Jakub Grajciar <jgrajcia@cisco.com>
665 F:      extras/gomemif
666
667 VPP Comms Library
668 I:      vcl
669 Y:      src/vnet/vcl/FEATURE.yaml
670 M:      Florin Coras <fcoras@cisco.com>
671 F:      src/vcl
672
673 Statistics Segment
674 I:      stats
675 M:      Ole Troan <ot@cisco.com>
676 F:      src/vpp/stats/
677 F:      src/vpp-api/client/stat_client.[ch]
678
679 Plugin - Host Stack Applications
680 I:      hsa
681 M:      Florin Coras <fcoras@cisco.com>
682 M:      Dave Wallace <dwallacelf@gmail.com>
683 M:      Aloys Augustin <aloaugus@cisco.com>
684 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
685 F:      src/plugins/hs_apps/
686
687 Python binding for the VPP API
688 I:      papi
689 M:      Ole Troan <ot@cisco.com>
690 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
691 F:      src/vpp-api/python
692
693 Plugin - Cisco Discovery Protocol
694 I:      cdp
695 M:      vpp-dev Mailing List <vpp-dev@fd.io>
696 C:  Unmaintained
697 F:      src/plugins/cdp/
698
699 Plugin - Source VRF Select
700 I:      svs
701 M:      Neale Ranns <neale@graphiant.com>
702 F:      src/plugins/svs/
703
704 Plugin - IPv6 Connection Tracker
705 I:      ct6
706 M:      Dave Barach <vpp@barachs.net>
707 F:      src/plugins/ct6
708
709 Plugin - Steal The NIC
710 I:      stn
711 M:      vpp-dev Mailing List <vpp-dev@fd.io>
712 C:  Unmaintained
713 F:      src/plugins/stn
714
715 Plugin - IOAM
716 I:      ioam
717 M:      vpp-dev Mailing List <vpp-dev@fd.io>
718 C:  Unmaintained
719 F:      src/plugins/ioam
720
721 Plugin - Awkward chained buffer geometry tool
722 I:      oddbuf
723 M:      Dave Barach <vpp@barachs.net>
724 F:      src/plugins/oddbuf
725
726 Plugin - VRRP
727 I:      vrrp
728 M:      Matthew Smith <mgsmith@netgate.com>
729 F:      src/plugins/vrrp
730
731 Plugin - Unicast Reverse Path forwarding
732 I:      urpf
733 M:      Neale Ranns <neale@graphiant.com>
734 F:      src/plugins/urpf
735
736 Plugin - CNat
737 I:      cnat
738 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
739 M:      Neale Ranns <neale@graphiant.com>
740 F:      src/plugins/cnat
741
742 Plugin - Wireguard
743 I:      wireguard
744 M:      Artem Glazychev <artem.glazychev@xored.com>
745 M:      Fan Zhang <roy.fan.zhang@intel.com>
746 F:      src/plugins/wireguard
747
748 Packetforge
749 I:      packetforge
750 M:      Ting Xu <ting.xu@intel.com>
751 F:      extras/packetforge
752
753 VPP Config Tooling
754 I:      vpp_config
755 M:      John DeNisco <jdenisco@cisco.com>
756 F:      extras/vpp_config
757
758 bash functions
759 I:      bash
760 M:      Dave Wallace <dwallacelf@gmail.com>
761 F:      extras/bash/
762
763 Plugin - AF_XDP driver
764 I:      af_xdp
765 M:      Benoît Ganne <bganne@cisco.com>
766 M:      Damjan Marion <damarion@cisco.com>
767 F:      src/plugins/af_xdp/
768
769 Plugin - geneve
770 I:      geneve
771 M:      community vpp-dev@lists.fd.io
772 F:      src/plugins/geneve/
773
774 Plugin - linux-cp
775 I:      linux-cp
776 M:      Neale Ranns <neale@graphiant.com>
777 M:      Matthew Smith <mgsmith@netgate.com>
778 F:      src/plugins/linux-cp/
779
780 Plugin - SRTP
781 I:      srtp
782 M:      Florin Coras <fcoras@cisco.com>
783 F:      src/plugins/srtp/
784
785 Plugin - bufmon
786 I:      bufmon
787 M:      Benoît Ganne <bganne@cisco.com>
788 F:      src/plugins/bufmon/
789
790 Plugin - HSI
791 I:      hsi
792 M:      Florin Coras <fcoras@cisco.com>
793 F:      src/plugins/hsi/
794
795 Plugin - HTTP
796 I:      http
797 M:      Florin Coras <fcoras@cisco.com>
798 F:      src/plugins/http
799
800 Plugin - Prom
801 I:      prom
802 M:      Florin Coras <fcoras@cisco.com>
803 F:      src/plugins/prom
804
805 cJSON
806 I:      cjson
807 M:      Ole Troan <ot@cisco.com>
808 F:      src/vppinfra/cJSON.[ch]
809
810 VAT2
811 I:      vat2
812 M:      Ole Troan <ot@cisco.com>
813 F:      src/vat2/
814
815 VNET Ipfix Export
816 I:      ipfix-export
817 M:      Ole Troan <ot@cisco.com>
818 M:      Paul Atkins <patkins@graphiant.com>
819 F:      src/vnet/ipfix-export/
820
821 RPM packaging on openSUSE
822 I:      rpm-packaging
823 M:      Laszlo Kiraly <laszlo.kiraly@est.tech>
824 F:      src/extras/rpm/opensuse
825
826 VPP StrongSwan Daemon
827 I:      vpp-swan
828 M:      Fan Zhang <roy.fan.zhang@intel.com>
829 M:      Gabriel Oginski <gabrielx.oginski@intel.com>
830 F:      extras/strongswan/vpp_sswan
831
832 Host stack test framework
833 I:      hs-test
834 M:      Florin Coras <fcoras@cisco.com>
835 M:      Filip Tehlar <ftehlar@cisco.com>
836 M:      Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
837 F:      extras/hs-test
838
839 THE REST
840 I:      misc
841 M:      vpp-dev Mailing List <vpp-dev@fd.io>
842 C:      Missing Maintainer
843 F:      *
844 F:      */