|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
27 #ifndef CLIB_MARCH_VARIANT
46 s =
format (s,
"MPLS: next [%d], lookup fib index %d, LB index %d hash %x "
74 to_next, n_left_to_next);
78 u32 lbi0, next0, lfib_index0, bi0, hash_c0;
83 u32 lbi1, next1, lfib_index1, bi1, hash_c1;
88 u32 lbi2, next2, lfib_index2, bi2, hash_c2;
93 u32 lbi3, next3, lfib_index3, bi3, hash_c3;
119 bi0 = to_next[0] =
from[0];
120 bi1 = to_next[1] =
from[1];
121 bi2 = to_next[2] =
from[2];
122 bi3 = to_next[3] =
from[3];
293 vnet_buffer (b0)->mpls.exp = (((
char*)h0)[2] & 0xe) >> 1;
296 vnet_buffer (b1)->mpls.exp = (((
char*)h1)[2] & 0xe) >> 1;
299 vnet_buffer (b2)->mpls.exp = (((
char*)h2)[2] & 0xe) >> 1;
302 vnet_buffer (b3)->mpls.exp = (((
char*)h3)[2] & 0xe) >> 1;
358 to_next, n_left_to_next,
360 next0, next1, next2, next3);
365 u32 lbi0, next0, lfib_index0, bi0, hash_c0;
426 vnet_buffer (b0)->mpls.exp = (((
char*)h0)[2] & 0xe) >> 1;
446 to_next, n_left_to_next,
453 MPLS_ERROR_PKTS_DECAP,
from_frame->n_vectors);
458 #define mpls_error(n,s) s,
464 .name =
"mpls-lookup",
466 .vector_size =
sizeof (
u32),
470 .sibling_of =
"mpls-load-balance",
490 s =
format (s,
"MPLS: next [%d], LB index %d hash %d",
511 to_next, n_left_to_next);
518 u32 pi0, lbi0, hc0, pi1, lbi1, hc1, next0, next1;
536 pi0 = to_next[0] =
from[0];
537 pi1 = to_next[1] =
from[1];
628 to_next, n_left_to_next,
629 pi0, pi1, next0, next1);
636 u32 pi0, lbi0, hc0, next0;
689 to_next, n_left_to_next,
696 return frame->n_vectors;
700 .name =
"mpls-load-balance",
701 .vector_size =
sizeof (
u32),
712 #ifndef CLIB_MARCH_VARIANT
static clib_error_t * mpls_init(vlib_main_t *vm)
u16 dpoi_next_node
The next VLIB node to follow.
static clib_error_t * mpls_lookup_init(vlib_main_t *vm)
u16 lb_n_buckets
number of buckets in the load-balance.
index_t dpoi_index
the index of objects of that type
vlib_node_registration_t mpls_load_balance_node
(constructor) VLIB_REGISTER_NODE (mpls_load_balance_node)
static u32 vnet_mpls_uc_get_s(mpls_label_t label_exp_s_ttl)
vlib_main_t vlib_node_runtime_t vlib_frame_t * frame
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
static u8 * format_mpls_lookup_trace(u8 *s, va_list *args)
nat44_ei_hairpin_src_next_t next_index
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
vlib_main_t vlib_node_runtime_t * node
flow_hash_config_t lb_hash_config
the hash config to use when selecting a bucket.
#define vlib_validate_buffer_enqueue_x4(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, bi2, bi3, next0, next1, next2, next3)
Finish enqueueing four buffers forward in the graph.
vlib_combined_counter_main_t lbm_via_counters
#define vlib_call_init_function(vm, x)
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
static u32 vnet_mpls_uc_get_label(mpls_label_t label_exp_s_ttl)
vlib_main_t vlib_node_runtime_t vlib_frame_t * from_frame
static uword vlib_buffer_length_in_chain(vlib_main_t *vm, vlib_buffer_t *b)
Get length in bytes of the buffer chain.
format_function_t format_mpls_header
#define vec_elt(v, i)
Get vector value at index i.
#define CLIB_PREFETCH(addr, size, type)
load_balance_main_t load_balance_main
The one instance of load-balance main.
static void vlib_buffer_advance(vlib_buffer_t *b, word l)
Advance current data pointer by the supplied (signed!) amount.
static const dpo_id_t * load_balance_get_fwd_bucket(const load_balance_t *lb, u16 bucket)
#define MPLS_IS_REPLICATE
The top bit of the index, which is the result of the MPLS lookup is used to determine if the DPO is a...
#define VLIB_NODE_FN(node)
static_always_inline uword vlib_get_thread_index(void)
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
vlib_node_registration_t mpls_lookup_node
(constructor) VLIB_REGISTER_NODE (mpls_lookup_node)
u32 mpls_lookup_to_replicate_edge
The arc/edge from the MPLS lookup node to the MPLS replicate node.
static void vlib_node_increment_counter(vlib_main_t *vm, u32 node_index, u32 counter_index, u64 increment)
static const dpo_id_t * load_balance_get_bucket_i(const load_balance_t *lb, u32 bucket)
vnet_feature_config_main_t * cm
static u32 mpls_compute_flow_hash(const mpls_unicast_header_t *hdr, flow_hash_config_t flow_hash_config)
struct _vlib_node_registration vlib_node_registration_t
#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.
vlib_combined_counter_main_t lbm_to_counters
vlib_node_t * vlib_get_node_by_name(vlib_main_t *vm, u8 *name)
description fragment has unexpected format
A collection of combined counters.
vlib_put_next_frame(vm, node, next_index, 0)
#define VLIB_INIT_FUNCTION(x)
u32 mpls_lookup_node_index
static load_balance_t * load_balance_get(index_t lbi)
static uword vlib_node_add_named_next(vlib_main_t *vm, uword node, char *name)
static char * mpls_error_strings[]
void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
static u8 * format_mpls_load_balance_trace(u8 *s, va_list *args)
static index_t mpls_fib_table_forwarding_lookup(u32 mpls_fib_index, const mpls_unicast_header_t *hdr)
Lookup a label and EOS bit in the MPLS_FIB table to retrieve the load-balance index to be used for pa...
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
clib_error_t *() vlib_init_function_t(struct vlib_main_t *vm)
unformat_function_t unformat_mpls_header
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
u32 * fib_index_by_sw_if_index
u16 lb_n_buckets_minus_1
number of buckets in the load-balance - 1.
#define vlib_validate_buffer_enqueue_x2(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, next0, next1)
Finish enqueueing two buffers forward in the graph.
static uword is_pow2(uword x)
vl_api_interface_index_t sw_if_index
#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_increment_combined_counter(ccm, ti, sw_if_index, n_buffers, n_bytes)
u32 flags
buffer flags: VLIB_BUFFER_FREE_LIST_INDEX_MASK: bits used to store free list index,...
VLIB buffer representation.
#define VLIB_REGISTER_NODE(x,...)