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