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