blob: 50b94f7ff2d90fb5a9edd79f9548220be62167bd [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001/*
2 * Copyright (c) 2015 Cisco and/or its affiliates.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at:
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15/*
16 * vnet/buffer.h: vnet buffer flags
17 *
18 * Copyright (c) 2008 Eliot Dresselhaus
19 *
20 * Permission is hereby granted, free of charge, to any person obtaining
21 * a copy of this software and associated documentation files (the
22 * "Software"), to deal in the Software without restriction, including
23 * without limitation the rights to use, copy, modify, merge, publish,
24 * distribute, sublicense, and/or sell copies of the Software, and to
25 * permit persons to whom the Software is furnished to do so, subject to
26 * the following conditions:
27 *
28 * The above copyright notice and this permission notice shall be
29 * included in all copies or substantial portions of the Software.
30 *
31 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
32 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
33 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
34 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
35 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
36 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
37 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38 */
39
40#ifndef included_vnet_buffer_h
41#define included_vnet_buffer_h
42
43#include <vlib/vlib.h>
44
Damjan Marion213b5aa2017-07-13 21:19:27 +020045#define foreach_vnet_buffer_field \
Damjan Marionbd846cd2017-11-21 13:12:41 +010046 _( 1, L4_CHECKSUM_COMPUTED, "l4-cksum-computed") \
47 _( 2, L4_CHECKSUM_CORRECT, "l4-cksum-correct") \
48 _( 3, VLAN_2_DEEP, "vlan-2-deep") \
49 _( 4, VLAN_1_DEEP, "vlan-1-deep") \
50 _( 8, SPAN_CLONE, "span-clone") \
51 _( 6, HANDOFF_NEXT_VALID, "handoff-next-valid") \
52 _( 7, LOCALLY_ORIGINATED, "local") \
53 _( 8, IS_IP4, "ip4") \
54 _( 9, IS_IP6, "ip6") \
55 _(10, OFFLOAD_IP_CKSUM, "offload-ip-cksum") \
56 _(11, OFFLOAD_TCP_CKSUM, "offload-tcp-cksum") \
57 _(12, OFFLOAD_UDP_CKSUM, "offload-udp-cksum") \
58 _(13, IS_NATED, "nated") \
59 _(14, L2_HDR_OFFSET_VALID, 0) \
60 _(15, L3_HDR_OFFSET_VALID, 0) \
61 _(16, L4_HDR_OFFSET_VALID, 0)
Ed Warnickecb9cada2015-12-08 15:45:58 -070062
Damjan Marion213b5aa2017-07-13 21:19:27 +020063#define VNET_BUFFER_FLAGS_VLAN_BITS \
64 (VNET_BUFFER_F_VLAN_1_DEEP | VNET_BUFFER_F_VLAN_2_DEEP)
Chris Luke194ebc52016-04-25 14:26:55 -040065
Damjan Marion213b5aa2017-07-13 21:19:27 +020066enum
67{
Damjan Marionbd846cd2017-11-21 13:12:41 +010068#define _(bit, name, v) VNET_BUFFER_F_##name = (1 << LOG2_VLIB_BUFFER_FLAG_USER(bit)),
Damjan Marion213b5aa2017-07-13 21:19:27 +020069 foreach_vnet_buffer_field
70#undef _
71};
Damjan Marion0247b462016-06-08 01:37:11 +020072
Damjan Marion213b5aa2017-07-13 21:19:27 +020073enum
74{
Damjan Marionbd846cd2017-11-21 13:12:41 +010075#define _(bit, name, v) VNET_BUFFER_F_LOG2_##name = LOG2_VLIB_BUFFER_FLAG_USER(bit),
Damjan Marion213b5aa2017-07-13 21:19:27 +020076 foreach_vnet_buffer_field
77#undef _
78};
Damjan Marion67655492016-11-15 12:50:28 +010079
Pavel Kotucek3a2a1c42016-12-06 10:10:10 +010080
Ed Warnickecb9cada2015-12-08 15:45:58 -070081#define foreach_buffer_opaque_union_subtype \
Ed Warnickecb9cada2015-12-08 15:45:58 -070082_(ip) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070083_(swt) \
84_(l2) \
85_(l2t) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070086_(gre) \
87_(l2_classify) \
Damjan Marion0247b462016-06-08 01:37:11 +020088_(handoff) \
Ed Warnickecb9cada2015-12-08 15:45:58 -070089_(policer) \
Damjan Marion9c6ae5f2016-11-15 23:20:01 +010090_(ipsec) \
Ole Troancda94822016-01-07 14:37:25 +010091_(map) \
92_(map_t) \
Florin Coras82b13a82017-04-25 11:58:06 -070093_(ip_frag) \
Neale Rannsd792d9c2017-10-21 10:53:20 -070094_(mpls) \
95_(bier) \
Florin Coras82b13a82017-04-25 11:58:06 -070096_(tcp)
Ed Warnickecb9cada2015-12-08 15:45:58 -070097
Dave Barachba868bb2016-08-08 09:51:21 -040098/*
Ed Warnickecb9cada2015-12-08 15:45:58 -070099 * vnet stack buffer opaque array overlay structure.
100 * The vnet_buffer_opaque_t *must* be the same size as the
101 * vlib_buffer_t "opaque" structure member, 32 bytes.
102 *
103 * When adding a union type, please add a stanza to
104 * foreach_buffer_opaque_union_subtype (directly above).
105 * Code in vnet_interface_init(...) verifies the size
106 * of the union, and will announce any deviations in an
107 * impossible-to-miss manner.
108 */
Dave Barachba868bb2016-08-08 09:51:21 -0400109typedef struct
110{
Ed Warnickecb9cada2015-12-08 15:45:58 -0700111 u32 sw_if_index[VLIB_N_RX_TX];
Damjan Marion072401e2017-07-13 18:53:27 +0200112 i16 l2_hdr_offset;
113 i16 l3_hdr_offset;
114 i16 l4_hdr_offset;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700115
Dave Barachba868bb2016-08-08 09:51:21 -0400116 union
117 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700118 /* IP4/6 buffer opaque. */
Dave Barachba868bb2016-08-08 09:51:21 -0400119 struct
120 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700121 /* Adjacency from destination IP address lookup [VLIB_TX].
Dave Barachba868bb2016-08-08 09:51:21 -0400122 Adjacency from source IP address lookup [VLIB_RX].
123 This gets set to ~0 until source lookup is performed. */
Ed Warnickecb9cada2015-12-08 15:45:58 -0700124 u32 adj_index[VLIB_N_RX_TX];
125
Dave Barachba868bb2016-08-08 09:51:21 -0400126 union
127 {
128 struct
129 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700130 /* Flow hash value for this packet computed from IP src/dst address
131 protocol and ports. */
132 u32 flow_hash;
133
Florin Corascea194d2017-10-02 00:18:51 -0700134 union
135 {
136 /* next protocol */
137 u32 save_protocol;
138
139 /* Hint for transport protocols */
140 u32 fib_index;
141 };
Dave Barachc7493e12016-08-24 18:36:03 -0400142
143 /* Rewrite length */
144 u32 save_rewrite_length;
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800145
146 /* MFIB RPF ID */
147 u32 rpf_id;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700148 };
149
Ole Troancda94822016-01-07 14:37:25 +0100150 /* ICMP */
Dave Barachba868bb2016-08-08 09:51:21 -0400151 struct
152 {
Ole Troancda94822016-01-07 14:37:25 +0100153 u8 type;
154 u8 code;
155 u32 data;
156 } icmp;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700157 };
Klement Sekera0e3c0de2016-09-29 14:43:44 +0200158
Ed Warnickecb9cada2015-12-08 15:45:58 -0700159 } ip;
160
Neale Rannsad422ed2016-11-02 14:20:04 +0000161 /*
162 * MPLS:
163 * data copied from the MPLS header that was popped from the packet
164 * during the look-up.
165 */
166 struct
167 {
168 u8 ttl;
169 u8 exp;
170 u8 first;
171 } mpls;
172
Neale Rannsd792d9c2017-10-21 10:53:20 -0700173 /*
174 * BIER - the nubmer of bytes in the header.
175 * the len field inthe header is not authoritative. It's the
176 * value in the table that counts.
177 */
178 struct
179 {
180 u8 n_bytes;
181 } bier;
182
Ed Warnickecb9cada2015-12-08 15:45:58 -0700183 /* ip4-in-ip6 softwire termination, only valid there */
Dave Barachba868bb2016-08-08 09:51:21 -0400184 struct
185 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700186 u8 swt_disable;
187 u32 mapping_index;
188 } swt;
189
190 /* l2 bridging path, only valid there */
Eyal Baria11832f2017-06-21 15:32:13 +0300191 struct opaque_l2
Dave Barachba868bb2016-08-08 09:51:21 -0400192 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700193 u32 feature_bitmap;
John Loda1f2c72017-03-24 20:11:15 -0400194 u16 bd_index; /* bridge-domain index */
195 u8 l2_len; /* ethernet header length */
196 u8 shg; /* split-horizon group */
Eyal Bari7537e712017-04-27 14:07:55 +0300197 u16 l2fib_sn; /* l2fib bd/int seq_num */
John Lo5a6508d2017-10-03 13:13:47 -0400198 u8 bd_age; /* aging enabled */
Ed Warnickecb9cada2015-12-08 15:45:58 -0700199 } l2;
200
201 /* l2tpv3 softwire encap, only valid there */
Dave Barachba868bb2016-08-08 09:51:21 -0400202 struct
203 {
204 u32 pad[4]; /* do not overlay w/ ip.adj_index[0,1] */
Ed Warnickecb9cada2015-12-08 15:45:58 -0700205 u8 next_index;
206 u32 session_index;
207 } l2t;
208
Dave Barachba868bb2016-08-08 09:51:21 -0400209 struct
210 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700211 u32 src, dst;
212 } gre;
213
214 /* L2 classify */
Dave Barachba868bb2016-08-08 09:51:21 -0400215 struct
216 {
Eyal Baria11832f2017-06-21 15:32:13 +0300217 struct opaque_l2 pad;
Eyal Bari0f360dc2017-06-14 13:11:20 +0300218 union
219 {
220 u32 table_index;
221 u32 opaque_index;
222 };
Ed Warnickecb9cada2015-12-08 15:45:58 -0700223 u64 hash;
224 } l2_classify;
225
226 /* IO - worker thread handoff */
Dave Barachba868bb2016-08-08 09:51:21 -0400227 struct
228 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700229 u32 next_index;
Damjan Marion0247b462016-06-08 01:37:11 +0200230 } handoff;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700231
232 /* vnet policer */
Dave Barachba868bb2016-08-08 09:51:21 -0400233 struct
234 {
235 u32 pad[8 - VLIB_N_RX_TX - 1]; /* to end of opaque */
Ed Warnickecb9cada2015-12-08 15:45:58 -0700236 u32 index;
237 } policer;
238
239 /* interface output features */
Dave Barachba868bb2016-08-08 09:51:21 -0400240 struct
241 {
Damjan Marion9c6ae5f2016-11-15 23:20:01 +0100242 u32 flags;
243 u32 sad_index;
244 } ipsec;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700245
Ed Warnickecb9cada2015-12-08 15:45:58 -0700246 /* MAP */
Dave Barachba868bb2016-08-08 09:51:21 -0400247 struct
248 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700249 u16 mtu;
250 } map;
251
252 /* MAP-T */
Dave Barachba868bb2016-08-08 09:51:21 -0400253 struct
254 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700255 u32 map_domain_index;
Dave Barachba868bb2016-08-08 09:51:21 -0400256 struct
257 {
258 u32 saddr, daddr;
259 u16 frag_offset; //Fragmentation header offset
260 u16 l4_offset; //L4 header overall offset
261 u8 l4_protocol; //The final protocol number
262 } v6; //Used by ip6_map_t only
263 u16 checksum_offset; //L4 checksum overall offset
264 u16 mtu; //Exit MTU
Ed Warnickecb9cada2015-12-08 15:45:58 -0700265 } map_t;
266
267 /* IP Fragmentation */
Dave Barachba868bb2016-08-08 09:51:21 -0400268 struct
269 {
Ed Warnickecb9cada2015-12-08 15:45:58 -0700270 u16 header_offset;
271 u16 mtu;
272 u8 next_index;
Dave Barachba868bb2016-08-08 09:51:21 -0400273 u8 flags; //See ip_frag.h
Ed Warnickecb9cada2015-12-08 15:45:58 -0700274 } ip_frag;
275
Dave Barachc07bf5d2016-02-17 17:52:26 -0500276 /* COP - configurable junk filter(s) */
Dave Barachba868bb2016-08-08 09:51:21 -0400277 struct
278 {
279 /* Current configuration index. */
280 u32 current_config_index;
Dave Barachc07bf5d2016-02-17 17:52:26 -0500281 } cop;
282
Florin Coras1a1adc72016-07-22 01:45:30 +0200283 /* LISP */
Dave Barachba868bb2016-08-08 09:51:21 -0400284 struct
285 {
Florin Coras1a1adc72016-07-22 01:45:30 +0200286 /* overlay address family */
287 u16 overlay_afi;
288 } lisp;
289
Damjan Marion22311502016-10-28 20:30:15 +0200290 /* Driver rx feature */
291 struct
292 {
293 u32 saved_next_index; /**< saved by drivers for short-cut */
294 u16 buffer_advance;
295 } device_input_feat;
296
Dave Barach68b0fb02017-02-28 15:15:56 -0500297 /* TCP */
298 struct
299 {
300 u32 connection_index;
301 u32 seq_number;
302 u32 seq_end;
303 u32 ack_number;
Florin Coras82b13a82017-04-25 11:58:06 -0700304 u16 hdr_offset; /**< offset relative to ip hdr */
305 u16 data_offset; /**< offset relative to ip hdr */
306 u16 data_len; /**< data len */
Dave Barach68b0fb02017-02-28 15:15:56 -0500307 u8 flags;
308 } tcp;
309
Matus Fabian161c59c2017-07-21 03:46:03 -0700310 /* SNAT */
311 struct
312 {
313 u32 flags;
314 } snat;
315
Ed Warnickecb9cada2015-12-08 15:45:58 -0700316 u32 unused[6];
317 };
318} vnet_buffer_opaque_t;
319
Neale Rannsad422ed2016-11-02 14:20:04 +0000320/*
321 * The opaque field of the vlib_buffer_t is intepreted as a
322 * vnet_buffer_opaque_t. Hence it should be big enough to accommodate one.
323 */
Eyal Baria11832f2017-06-21 15:32:13 +0300324STATIC_ASSERT (sizeof (vnet_buffer_opaque_t) <=
325 STRUCT_SIZE_OF (vlib_buffer_t, opaque),
Neale Rannsad422ed2016-11-02 14:20:04 +0000326 "VNET buffer meta-data too large for vlib_buffer");
327
Ed Warnickecb9cada2015-12-08 15:45:58 -0700328#define vnet_buffer(b) ((vnet_buffer_opaque_t *) (b)->opaque)
329
330/* Full cache line (64 bytes) of additional space */
Dave Barachba868bb2016-08-08 09:51:21 -0400331typedef struct
332{
333 union
334 {
Dave Barach7bee7732017-10-18 18:48:11 -0400335#if VLIB_BUFFER_TRACE_TRAJECTORY > 0
336 /* buffer trajectory tracing */
337 struct
338 {
339 u16 *trajectory_trace;
340 };
341#endif
342 u32 unused[12];
Ed Warnickecb9cada2015-12-08 15:45:58 -0700343 };
344} vnet_buffer_opaque2_t;
345
Dave Barach7bee7732017-10-18 18:48:11 -0400346#define vnet_buffer2(b) ((vnet_buffer_opaque2_t *) (b)->opaque2)
347
348/*
349 * The opaque2 field of the vlib_buffer_t is intepreted as a
350 * vnet_buffer_opaque2_t. Hence it should be big enough to accommodate one.
351 */
352STATIC_ASSERT (sizeof (vnet_buffer_opaque2_t) <=
353 STRUCT_SIZE_OF (vlib_buffer_t, opaque2),
354 "VNET buffer opaque2 meta-data too large for vlib_buffer");
Ed Warnickecb9cada2015-12-08 15:45:58 -0700355
Damjan Marionbd846cd2017-11-21 13:12:41 +0100356format_function_t format_vnet_buffer;
Ed Warnickecb9cada2015-12-08 15:45:58 -0700357
358#endif /* included_vnet_buffer_h */
Dave Barachba868bb2016-08-08 09:51:21 -0400359
360/*
361 * fd.io coding-style-patch-verification: ON
362 *
363 * Local Variables:
364 * eval: (c-set-style "gnu")
365 * End:
366 */