29 u8 packet_data[64 - 1*
sizeof(
u32)];
41 s =
format (s,
"adj-idx %d : %U flow hash: 0x%08x",
59 u32 n_left_from, next_index, * from, * to_next, cpu_index;
68 while (n_left_from > 0)
73 to_next, n_left_to_next);
75 while (n_left_from > 0 && n_left_to_next > 0)
80 u32 pi0, rw_len0, adj_index0, next0, error0;
82 pi0 = to_next[0] = from[0];
99 rw_len0 = adj0[0].rewrite_header.data_bytes;
104 cpu_index, adj_index0,
110 > adj0[0].rewrite_header.max_l3_packet_bytes
111 ? IP4_ERROR_MTU_EXCEEDED
124 adj0[0].rewrite_header.sw_if_index;
125 next0 = adj0[0].rewrite_header.next_index;
134 next0 = MPLS_OUTPUT_NEXT_DROP;
151 to_next, n_left_to_next,
158 MPLS_ERROR_PKTS_ENCAP,
165 #define mpls_error(n,s) s, 180 .name =
"mpls-output",
182 .vector_size =
sizeof (
u32),
183 .n_errors = MPLS_N_ERROR,
188 #define _(s,n) [MPLS_OUTPUT_NEXT_##s] = n, 208 .name =
"mpls-midchain",
209 .vector_size =
sizeof (
u32),
213 .sibling_of =
"mpls-output",
221 #define foreach_mpls_adj_incomplete_next \ 222 _(DROP, "error-drop") \ 224 _(IP6, "ip6-discover-neighbor") 227 #define _(s,n) MPLS_ADJ_INCOMPLETE_NEXT_##s, 255 u32 n_left_from, next_index, * from, * to_next;
261 while (n_left_from > 0)
266 to_next, n_left_to_next);
268 while (n_left_from > 0 && n_left_to_next > 0)
270 u32 pi0, next0, adj_index0;
274 pi0 = to_next[0] = from[0];
288 next0 = MPLS_ADJ_INCOMPLETE_NEXT_IP4;
292 next0 = MPLS_ADJ_INCOMPLETE_NEXT_IP6;
303 to_next, n_left_to_next,
324 s =
format (s,
"%Unext:%d",
332 .name =
"mpls-adj-incomplete",
335 .vector_size =
sizeof (
u32),
336 .n_errors = MPLS_N_ERROR,
341 #define _(s,n) [MPLS_ADJ_INCOMPLETE_NEXT_##s] = n, void vlib_put_next_frame(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, u32 n_vectors_left)
Release pointer to next frame vector data.
#define vnet_rewrite_one_header(rw0, p0, most_likely_size)
A struct to hold tracing information for the MPLS label imposition node.
static u8 * format_mpls_adj_incomplete_trace(u8 *s, va_list *args)
static uword vlib_buffer_length_in_chain(vlib_main_t *vm, vlib_buffer_t *b)
Get length in bytes of the buffer chain.
static u8 * format_mpls_output_trace(u8 *s, va_list *args)
vlib_node_registration_t mpls_midchain_node
(constructor) VLIB_REGISTER_NODE (mpls_midchain_node)
vlib_node_registration_t mpls_output_node
(constructor) VLIB_REGISTER_NODE (mpls_output_node)
vnet_main_t * vnet_get_main(void)
static ip_adjacency_t * adj_get(adj_index_t adj_index)
Get a pointer to an adjacency object from its index.
i16 current_data
signed offset in data[], pre_data[] that we are currently processing.
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
mpls_adj_incomplete_next_t
u16 current_length
Nbytes between current data and the end of this buffer.
uword os_get_cpu_number(void)
static uword mpls_adj_incomplete(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Graph node for incomplete MPLS adjacency.
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
vlib_combined_counter_main_t adjacency_counters
Adjacency packet counters.
vlib_error_t error
Error code for buffers to be enqueued to error handler.
static void vlib_node_increment_counter(vlib_main_t *vm, u32 node_index, u32 counter_index, u64 increment)
static uword mpls_output(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
union ip_adjacency_t_::@164 sub_type
#define foreach_mpls_adj_incomplete_next
Next index values from the MPLS incomplete adj node.
static vlib_node_runtime_t * vlib_node_get_runtime(vlib_main_t *vm, u32 node_index)
Get node runtime by node index.
static uword mpls_output_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_midchain)
static void vlib_increment_combined_counter(vlib_combined_counter_main_t *cm, u32 cpu_index, u32 index, u32 packet_increment, u32 byte_increment)
Increment a combined counter.
#define foreach_mpls_output_next
#define VLIB_BUFFER_IS_TRACED
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
static char * mpls_error_strings[]
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn)
#define VLIB_REGISTER_NODE(x,...)
struct mpls_adj_incomplete_trace_t_ mpls_adj_incomplete_trace_t
A struct to hold tracing information for the MPLS label imposition node.
u8 packet_data[64-1 *sizeof(u32)]
vlib_node_registration_t mpls_adj_incomplete_node
(constructor) VLIB_REGISTER_NODE (mpls_adj_incomplete_node)
u32 flags
buffer flags: VLIB_BUFFER_IS_TRACED: trace this buffer.
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
static uword mpls_midchain(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
struct ip_adjacency_t_::@164::@166 midchain
IP_LOOKUP_NEXT_MIDCHAIN.