50 key =
format (0,
"%s", key);
115 for (j = 0; j < n_insert; j++)
206 if ((old_next_index = node->
next_nodes[slot]) != ~0u)
224 uword sib_node_index, sib_slot;
229 if (sib_node != node)
232 ASSERT (sib_slot == slot);
289 #define STACK_ALIGN (clib_mem_get_page_size()) 291 #define STACK_ALIGN CLIB_CACHE_LINE_BYTES 311 r = r->next_registration;
324 r = r->next_registration;
345 if (r->node_fn_registrations)
349 ASSERT (r->function == 0);
355 ASSERT (r->function != 0);
392 if (r->sibling_of && r->n_next_nodes > 0)
393 clib_error (
"sibling node should not have any next nodes `%v'", n->
name);
396 ASSERT (r->vector_size > 0);
398 #define _(f) n->f = r->f 415 _(runtime_data_bytes);
416 if (r->runtime_data_bytes > 0)
424 for (i = 0; i < r->n_next_nodes; i++)
440 uword log2_n_stack_bytes;
442 log2_n_stack_bytes =
clib_max (r->process_log2_n_stack_bytes,
443 VLIB_PROCESS_LOG2_STACK_SIZE);
444 log2_n_stack_bytes =
clib_max (log2_n_stack_bytes,
458 clib_panic (
"failed to allocate process stack (%d bytes)",
459 1ULL << log2_n_stack_bytes);
552 vec_add2 (nm->variants, v, 1); \ 554 v->index = CLIB_MARCH_VARIANT_TYPE_##s; \ 555 v->priority = clib_cpu_march_priority_##s (); \ 578 static char *null_node_error_strings[] = {
579 "blackholed packets",
584 .vector_size =
sizeof (
u32),
587 .error_strings = null_node_error_strings,
598 r = r->next_registration;
614 u32 threads_to_serialize;
637 for (j = 0; j < threads_to_serialize; j++)
639 stat_vm = stat_vms[j];
651 nodes = node_dups[j];
654 node_dups[j] = nodes;
660 *node_dupsp = node_dups;
661 *stat_vmsp = stat_vms;
673 #ifdef VLIB_SUPPORTS_ARBITRARY_SCALAR_SIZES 735 (
"node `%v' refers to unknown node `%s'", n->
name, a);
801 memset (&r, 0,
sizeof (r));
803 r.name = (
char *)
format (0,
"%s", name, 0);
805 r.process_log2_n_stack_bytes = log2_n_stack_bytes;
838 if (fnr->march_variant == v->
index)
851 fnr = fnr->next_registration;
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
clib_march_variant_type_t
void vlib_node_get_nodes(vlib_main_t *vm, u32 max_threads, int include_stats, int barrier_sync, vlib_node_t ****node_dupsp, vlib_main_t ***stat_vmsp)
Get list of nodes.
u32 next_frame_index
Start of next frames for this node.
#define CLIB_MEM_VM_MAP_FAILED
#define hash_set(h, key, value)
vnet_interface_output_runtime_t * rt
vlib_process_t ** processes
void vlib_register_errors(vlib_main_t *vm, u32 node_index, u32 n_errors, char *error_strings[], vlib_error_desc_t counters[])
vlib_node_fn_variant_t * variants
format_function_t format_vlib_node_name
#define hash_unset(h, key)
vl_api_wireguard_peer_flags_t flags
vlib_node_runtime_t node_runtime
vlib_node_registration_t * node_registrations
#define VLIB_PENDING_FRAME_NO_NEXT_FRAME
static void vlib_buffer_free(vlib_main_t *vm, u32 *buffers, u32 n_buffers)
Free buffers Frees the entire buffer chain for each buffer.
u8 runtime_data[0]
Function dependent node-runtime data.
vnet_hw_if_output_node_runtime_t * r
#define pool_foreach(VAR, POOL)
Iterate through pool.
#define clib_error(format, args...)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
#define vec_add2_aligned(V, P, N, A)
Add N elements to end of vector V, return pointer to new elements in P.
#define clib_bitmap_foreach(i, ai)
Macro to iterate across set bits in a bitmap.
void vlib_register_all_static_nodes(vlib_main_t *vm)
uword * node_fn_march_variant_by_suffix
vlib_main_t vlib_node_runtime_t vlib_frame_t * frame
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
u32 node_fn_default_march_variant
#define vec_add2(V, P, N)
Add N elements to end of vector V, return pointer to new elements in P.
char * format
Format string.
vlib_error_t * errors
Vector of errors for this node.
vlib_node_function_t * function
#define vlib_worker_thread_barrier_sync(X)
#define clib_memcpy(d, s, n)
#define VLIB_NODE_RUNTIME_DATA_SIZE
static vnet_feature_upd_registration_t * regs
void vlib_worker_thread_node_runtime_update(void)
vlib_node_function_t * function
Node function to call.
#define vec_new(T, N)
Create new vector of given type and length (unspecified alignment, no header).
static vlib_global_main_t * vlib_get_global_main(void)
description fragment has unexpected format
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
uword vlib_node_add_next_with_slot(vlib_main_t *vm, uword node_index, uword next_node_index, uword slot)
struct _vlib_node_fn_registration vlib_node_fn_registration_t
#define vec_resize(V, N)
Resize a vector (no header, unspecified alignment) Add N elements to end of given vector V...
#define clib_error_create(args...)
vlib_node_runtime_t * nodes_by_type[VLIB_N_NODE_TYPE]
#define hash_create_string(elts, value_bytes)
vl_api_fib_path_type_t type
static void vlib_node_runtime_update(vlib_main_t *vm, u32 node_index, u32 next_index)
#define vec_insert(V, N, M)
Insert N vector elements starting at element M, initialize new elements to zero (no header...
vlib_node_t * vlib_get_node_by_name(vlib_main_t *vm, u8 *name)
u16 state
Input node state.
static void register_node(vlib_main_t *vm, vlib_node_registration_t *r)
static void node_elog_init(vlib_main_t *vm, uword ni)
static void vlib_next_frame_init(vlib_next_frame_t *nf)
#define VLIB_FRAME_NO_FREE_AFTER_DISPATCH
u32 vlib_process_create(vlib_main_t *vm, char *name, vlib_node_function_t *f, u32 log2_n_stack_bytes)
Create a vlib process.
static uword null_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u32 vlib_register_node(vlib_main_t *vm, vlib_node_registration_t *r)
elog_event_type_t * node_return_elog_event_types
#define vec_dup(V)
Return copy of vector (no header, no alignment)
void vlib_frame_free(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_frame_t *f)
u64 * n_vectors_by_next_node
__clib_export void clib_interrupt_resize(void **data, uword n_int)
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
u32 node_index
Node index.
#define VLIB_PROCESS_STACK_MAGIC
static void vlib_node_increment_counter(vlib_main_t *vm, u32 node_index, u32 counter_index, u64 increment)
#define foreach_march_variant
uword vlib_node_add_named_next_with_slot(vlib_main_t *vm, uword node, char *name, uword slot)
#define clib_mem_alloc_no_fail(size)
static_always_inline uword vlib_get_thread_index(void)
vlib_node_function_t * vlib_node_get_preferred_node_fn_variant(vlib_main_t *vm, vlib_node_fn_registration_t *regs)
vlib_pending_frame_t * pending_frames
int vlib_node_set_march_variant(vlib_main_t *vm, u32 node_index, clib_march_variant_type_t march_variant)
sll srl srl sll sra u16x4 i
#define vec_free(V)
Free vector's memory (no header).
#define VLIB_NODE_FLAG_FRAME_NO_FREE_AFTER_DISPATCH
static vlib_node_runtime_t * vlib_node_get_runtime(vlib_main_t *vm, u32 node_index)
Get node runtime by node index.
static_always_inline clib_mem_page_sz_t clib_mem_get_log2_page_size(void)
vlib_node_fn_registration_t * node_fn_registrations
#define hash_create(elts, value_bytes)
clib_error_t * vlib_node_main_init(vlib_main_t *vm)
clib_march_variant_type_t index
uword() vlib_node_function_t(struct vlib_main_t *vm, struct vlib_node_runtime_t *node, struct vlib_frame_t *frame)
uword vlib_node_get_next(vlib_main_t *vm, uword node_index, uword next_node_index)
uword * next_slot_by_node
static uword clib_mem_is_heap_object(void *p)
static u32 vlib_get_n_threads()
nat44_ei_hairpin_src_next_t next_index
static void node_set_elog_name(vlib_main_t *vm, uword node_index)
void vlib_node_sync_stats(vlib_main_t *vm, vlib_node_t *n)
#define vec_elt(v, i)
Get vector value at index i.
struct _vlib_node_registration vlib_node_registration_t
static vlib_main_t * vlib_get_main_by_index(u32 thread_index)
#define hash_create_vec(elts, key_bytes, value_bytes)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
u32 input_node_counts_by_state[VLIB_N_NODE_STATE]
vlib_main_t vlib_node_runtime_t * node
vlib_pending_frame_t * suspended_process_frames
vlib_node_main_t node_main
vlib_next_frame_t * next_frames
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
vlib_frame_size_t * frame_sizes
elog_event_type_t * node_call_elog_event_types
static void * clib_mem_alloc_aligned(uword size, uword align)
void vlib_worker_thread_barrier_release(vlib_main_t *vm)
#define VLIB_NODE_MAIN_RUNTIME_STARTED
vl_api_dhcp_client_state_t state
static void * vec_header(void *v, uword header_bytes)
Find a user vector header.
static vlib_node_t * vlib_get_node(vlib_main_t *vm, u32 i)
Get vlib node by index.
#define vec_foreach(var, vec)
Vector iterator.
u16 flags
Copy of main node flags.
#define vec_validate_init_empty(V, I, INIT)
Make sure vector is long enough for given index and initialize empty space (no header, unspecified alignment)
#define CLIB_CACHE_LINE_BYTES
void vlib_start_process(vlib_main_t *vm, uword process_index)
#define STATIC_ASSERT_SIZEOF(d, s)
void vlib_node_rename(vlib_main_t *vm, u32 node_index, char *fmt,...)
vlib_global_main_t vlib_global_main
#define clib_panic(format, args...)
__clib_export u32 elog_string(elog_main_t *em, char *fmt,...)
add a string to the event-log string table
void vlib_register_all_node_march_variants(vlib_main_t *vm)
__clib_export void * clib_mem_vm_map_stack(uword size, clib_mem_page_sz_t log2_page_sz, char *fmt,...)