Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 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 | C: Single line comment related to current section. |
| 11 | |
| 12 | ----------------------------------- |
| 13 | |
| 14 | Build System |
| 15 | M: Damjan Marion <damarion@cisco.com> |
| 16 | F: Makefile |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 17 | F: src/CMakeLists.txt |
| 18 | F: src/cmake/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 19 | |
| 20 | Build System Internal |
| 21 | M: Dave Barach <dave@barachs.net> |
| 22 | F: build-root/Makefile |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 23 | F: build-data/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 24 | |
| 25 | Doxygen |
| 26 | M: Chris Luke <chrisy@flirble.org> |
| 27 | F: doxygen/ |
| 28 | |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 29 | Sphinx Documents |
| 30 | M: John DeNisco <jdenisco@cisco.com> |
| 31 | M: Ray Kinsella <raykinsella78@gmail.com> |
| 32 | F: docs/ |
| 33 | |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 34 | DPDK Development Packaging |
| 35 | M: Damjan Marion <damarion@cisco.com> |
| 36 | F: dpdk/ |
| 37 | F: dpdk/* |
| 38 | |
| 39 | Infrastructure Library |
| 40 | M: Dave Barach <dave@barachs.net> |
| 41 | F: src/vppinfra/ |
| 42 | |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 43 | Vector Library |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 44 | M: Dave Barach <dave@barachs.net> |
| 45 | M: Damjan Marion <damarion@cisco.com> |
| 46 | F: src/vlib/ |
| 47 | |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 48 | Binary API Libraries |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 49 | M: Dave Barach <dave@barachs.net> |
| 50 | F: src/vlibapi/ |
| 51 | F: src/vlibmemory/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 52 | |
| 53 | VNET Bidirectonal Forwarding Detection (BFD) |
| 54 | M: Klement Sekera <ksekera@cisco.com> |
| 55 | F: src/vnet/bfd/ |
| 56 | |
| 57 | VNET Device Drivers |
| 58 | M: Damjan Marion <damarion@cisco.com> |
| 59 | F: src/vnet/devices/ |
| 60 | |
| 61 | VNET Device Drivers - DPDK Crypto |
Sergio Gonzalez Monroy | 1bb85ce | 2017-12-22 09:36:21 +0000 | [diff] [blame] | 62 | M: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com> |
Radu Nicolau | ff9f040 | 2017-12-18 11:18:22 +0000 | [diff] [blame] | 63 | M: Radu Nicolau <radu.nicolau@intel.com> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 64 | F: src/devices/dpdk/ipsec/ |
| 65 | |
| 66 | VNET Feature Arcs |
| 67 | M: Dave Barach <dave@barachs.net> |
| 68 | M: Damjan Marion <damarion@cisco.com> |
| 69 | F: src/vnet/feature/ |
| 70 | |
| 71 | VNET FIB |
| 72 | M: Neale Ranns <nranns@cisco.com> |
| 73 | F: src/vnet/fib/ |
| 74 | F: src/vnet/mfib/ |
| 75 | F: src/vnet/dpo |
| 76 | F: src/vnet/adj |
| 77 | |
| 78 | VNET IPv4 and IPv6 LPM |
| 79 | M: Dave Barach <dave@barachs.net> |
| 80 | F: src/vnet/ip/ |
| 81 | |
Pablo Camarillo | 5d73eec | 2017-04-24 17:51:56 +0200 | [diff] [blame] | 82 | VNET Segment Routing (IPv6 and MPLS) |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 83 | M: Pablo Camarillo <pcamaril@cisco.com> |
Pablo Camarillo | 5d73eec | 2017-04-24 17:51:56 +0200 | [diff] [blame] | 84 | F: src/vnet/srv6/ |
| 85 | F: src/vnet/srmpls/ |
| 86 | F: src/examples/srv6-sample-localsid/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 87 | |
| 88 | VNET IPSec |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 89 | M: Matus Fabian <matfabia@cisco.com> |
Radu Nicolau | ff9f040 | 2017-12-18 11:18:22 +0000 | [diff] [blame] | 90 | M: Radu Nicolau <radu.nicolau@intel.com> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 91 | F: src/vnet/ipsec/ |
| 92 | |
| 93 | VNET L2 |
| 94 | M: John Lo <loj@cisco.com> |
| 95 | F: src/vnet/l2/ |
| 96 | |
| 97 | VNET Link Layer Discovery Protocol (LLDP) |
| 98 | M: Klement Sekera <ksekera@cisco.com> |
| 99 | F: src/vnet/lldp/ |
| 100 | |
| 101 | VNET LISP |
| 102 | M: Florin Coras <fcoras@cisco.com> |
| 103 | F: src/vnet/lisp-cp/ |
| 104 | F: src/vnet/lisp-gpe/ |
| 105 | |
Ole Troan | 381e9a9 | 2018-06-22 11:32:12 +0200 | [diff] [blame] | 106 | Plugin - MAP |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 107 | M: Ole Troan <ot@cisco.com> |
Ole Troan | 381e9a9 | 2018-06-22 11:32:12 +0200 | [diff] [blame] | 108 | F: src/plugins/map |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 109 | |
| 110 | VNET MPLS |
| 111 | M: Neale Ranns <nranns@cisco.com> |
| 112 | F: src/vnet/mpls/ |
| 113 | |
Dave Barach | 1b1dfb1 | 2017-08-10 14:57:43 -0400 | [diff] [blame] | 114 | VNET Host Stack Session Layer |
| 115 | M: Florin Coras <fcoras@cisco.com> |
| 116 | F: src/vnet/session |
| 117 | |
| 118 | VNET TCP Stack |
| 119 | M: Florin Coras <fcoras@cisco.com> |
| 120 | F: src/vnet/tcp |
| 121 | |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 122 | VNET VXLAN |
| 123 | M: John Lo <loj@cisco.com> |
| 124 | F: src/vnet/vxlan/ |
| 125 | |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 126 | VNET VXLAN-GPE |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 127 | M: Hongjun Ni <hongjun.ni@intel.com> |
| 128 | F: src/vnet/vxlan-gpe/ |
| 129 | |
Florin Coras | 38b99d0 | 2018-08-16 09:29:36 -0700 | [diff] [blame] | 130 | VNET IPIP |
| 131 | M: Ole Troan <otroan@employees.org> |
| 132 | F: src/vnet/ipip/ |
| 133 | |
| 134 | VNET TLS and TLS engine plugins |
| 135 | M: Florin Coras <fcoras@cisco.com> |
| 136 | M: Ping Yu <ping.yu@intel.com> |
| 137 | F: src/vnet/tls |
| 138 | F: src/plugins/tlsopenssl |
| 139 | F: src/plugins/tlsmbedtls |
| 140 | |
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 141 | Plugin - ACL |
| 142 | M: Andrew Yourtchenko <ayourtch@gmail.com> |
| 143 | F: src/plugins/acl/ |
Andrew Yourtchenko | 4eed456 | 2017-08-10 18:19:30 +0200 | [diff] [blame] | 144 | |
Ole Troan | 5c74973 | 2017-03-13 13:39:52 +0100 | [diff] [blame] | 145 | Plugin - flowprobe |
| 146 | M: Ole Troan <otroan@employees.org> |
| 147 | F: src/plugins/flowprobe/ |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 148 | |
Hongjun Ni | dd37e13 | 2017-06-14 18:38:26 +0800 | [diff] [blame] | 149 | Plugin - GTPU |
Hongjun Ni | fcfa38d | 2017-06-23 17:38:49 +0800 | [diff] [blame] | 150 | M: Hongjun Ni <hongjun.ni@intel.com> |
| 151 | F: src/plugins/gtpu/ |
Hongjun Ni | dd37e13 | 2017-06-14 18:38:26 +0800 | [diff] [blame] | 152 | |
Hongjun Ni | 62f9cdd | 2017-07-04 20:11:57 +0800 | [diff] [blame] | 153 | Plugin - PPPoE |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 154 | M: Hongjun Ni <hongjun.ni@intel.com> |
| 155 | F: src/plugins/pppoe/ |
Hongjun Ni | 62f9cdd | 2017-07-04 20:11:57 +0800 | [diff] [blame] | 156 | |
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 157 | Plugin - IPv6 Segment Routing Dynamic Proxy |
| 158 | M: Francois Clad <fclad@cisco.com> |
| 159 | F: src/plugins/srv6-ad/ |
Francois Clad | b4d43d7 | 2018-01-17 12:18:41 +0100 | [diff] [blame] | 160 | |
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 161 | Plugin - IPv6 Segment Routing Masquerading Proxy |
| 162 | M: Francois Clad <fclad@cisco.com> |
| 163 | F: src/plugins/srv6-am/ |
Francois Clad | 39d91fe | 2018-01-17 16:08:41 +0100 | [diff] [blame] | 164 | |
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 165 | Plugin - IPv6 Segment Routing Static Proxy |
| 166 | M: Francois Clad <fclad@cisco.com> |
| 167 | F: src/plugins/srv6-as/ |
Francois Clad | ba7992a | 2018-01-16 17:52:24 +0100 | [diff] [blame] | 168 | |
Hongjun Ni | b17cd37 | 2018-09-04 17:45:06 +0800 | [diff] [blame] | 169 | Plugin - Load Balancer |
| 170 | M: Pierre Pfister <ppfister@cisco.com> |
| 171 | M: Hongjun Ni <hongjun.ni@intel.com> |
| 172 | F: src/plugins/lb/ |
Hongjun Ni | b17cd37 | 2018-09-04 17:45:06 +0800 | [diff] [blame] | 173 | |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 174 | Plugin - NSH |
| 175 | M: Hongjun Ni <hongjun.ni@intel.com> |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 176 | M: Vengada <venggovi@cisco.com> |
| 177 | F: src/plugins/nsh/ |
Dave Barach | 11965c7 | 2019-05-28 16:31:05 -0400 | [diff] [blame] | 178 | |
| 179 | Plugin - Time-based MAC filter |
| 180 | M: Dave Barach <dave@barachs.net> |
| 181 | F: src/plugins/mactime/ |
| 182 | |
| 183 | Plugin - Network Delay Simulator |
| 184 | M: Dave Barach <dave@barachs.net> |
| 185 | F: src/plugins/nsim/ |
Hongjun Ni | e4fc3fb | 2018-08-29 05:39:52 +0800 | [diff] [blame] | 186 | |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 187 | Test Infrastructure |
| 188 | M: Klement Sekera <ksekera@cisco.com> |
Paul Vinciguerra | 2885b38 | 2019-02-28 16:37:16 -0800 | [diff] [blame] | 189 | M: Paul Vinciguerra <pvinci@vinciconsulting.com> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 190 | F: test/ |
| 191 | |
| 192 | SVM Library |
| 193 | M: Dave Barach <dave@barachs.net> |
| 194 | F: src/svm |
| 195 | |
| 196 | VPP API TEST |
| 197 | M: Dave Barach <dave@barachs.net> |
| 198 | F: src/vat/ |
| 199 | |
| 200 | VPP Executable |
| 201 | M: Dave Barach <dave@barachs.net> |
| 202 | F: src/vpp/ |
| 203 | |
| 204 | Graphical Event Viewer |
| 205 | M: Dave Barach <dave@barachs.net> |
| 206 | F: src/tools/g2/ |
| 207 | |
| 208 | Performance Tooling |
| 209 | M: Dave Barach <dave@barachs.net> |
| 210 | F: src/tools/perftool/ |
| 211 | |
| 212 | Binary API Compiler |
Dave Barach | efd0d29 | 2019-03-29 08:17:20 -0400 | [diff] [blame] | 213 | M: Ole Troan <otroan@employees.org> |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 214 | F: src/tools/vppapigen/ |
| 215 | |
Benoît Ganne | a775212 | 2019-05-06 13:15:33 +0200 | [diff] [blame] | 216 | Plugin - RDMA (ibverb) driver |
| 217 | M: Benoît Ganne <bganne@cisco.com> |
| 218 | M: Damjan Marion <damarion@cisco.com> |
| 219 | F: src/plugins/rdma/ |
| 220 | |
Damjan Marion | 04ab60e | 2017-02-17 17:11:35 +0100 | [diff] [blame] | 221 | THE REST |
| 222 | C: Contact vpp-dev Mailing List <vpp-dev@fd.io> |
| 223 | F: * |
| 224 | F: */ |