40 #ifndef included_vlib_main_h 41 #define included_vlib_main_h 55 #ifndef VLIB_ELOG_MAIN_LOOP 56 #define VLIB_ELOG_MAIN_LOOP 0 84 #define VLIB_LOG2_MAIN_LOOPS_PER_STATS_UPDATE 7 91 #define VLIB_MAIN_LOOP_EXIT_NONE 0 92 #define VLIB_MAIN_LOOP_EXIT_PANIC 1 94 #define VLIB_MAIN_LOOP_EXIT_CLI 2 240 f64 limit = t + wait;
246 #define vlib_time_code(vm,body) \ 249 _t[0] = vlib_time_now (vm); \ 250 do { body; } while (0); \ 251 _t[1] = vlib_time_now (vm); \ 252 clib_warning ("%.7e", _t[1] - _t[0]); \ 255 #define vlib_wait_with_timeout(vm,suspend_time,timeout_time,test) \ 257 uword __vlib_wait_with_timeout = 0; \ 258 f64 __vlib_wait_time = 0; \ 259 while (! (__vlib_wait_with_timeout = (test)) \ 260 && __vlib_wait_time < (timeout_time)) \ 262 vlib_process_suspend (vm, suspend_time); \ 263 __vlib_wait_time += suspend_time; \ 265 __vlib_wait_with_timeout; \ 275 #define vlib_panic_with_msg(vm,args...) \ 276 vlib_panic_with_error (vm, clib_error_return (0, args)) 320 return n == 0 ? 0 : (
f64) v / (
f64) n;
_vlib_init_function_list_elt_t * worker_init_function_registrations
static f64 vlib_last_vectors_per_main_loop_as_f64(vlib_main_t *vm)
uword * pending_rpc_requests
sll srl srl sll sra u16x4 i
static void vlib_panic_with_error(vlib_main_t *vm, clib_error_t *error)
u32 vector_counts_per_main_loop[2]
static void vlib_time_wait(vlib_main_t *vm, f64 wait)
_vlib_init_function_list_elt_t * init_function_registrations
int elog_post_mortem_dump
void(* os_physmem_region_free)(struct vlib_main_t *vm, vlib_physmem_region_index_t idx)
vlib_one_time_waiting_process_t * procs_waiting_for_mc_stream_join
vlib_physmem_main_t physmem_main
static void vlib_increment_main_loop_counter(vlib_main_t *vm)
Fixed length block allocator.
static f64 vlib_time_now(vlib_main_t *vm)
static f64 clib_time_now(clib_time_t *c)
_vlib_init_function_list_elt_t * main_loop_exit_function_registrations
void vlib_worker_loop(vlib_main_t *vm)
vlib_buffer_main_t * buffer_main
#define VLIB_MAIN_LOOP_EXIT_CLI
void clib_longjmp(clib_longjmp_t *save, uword return_value)
static u32 vlib_last_vectors_per_main_loop(vlib_main_t *vm)
static f64 vlib_last_vector_length_per_node(vlib_main_t *vm)
volatile int parked_at_barrier
_vlib_init_function_list_elt_t * api_init_function_registrations
void(* os_physmem_free)(struct vlib_main_t *vm, vlib_physmem_region_index_t idx, void *x)
static uword pow2_mask(uword x)
u32 main_loop_vectors_processed
#define VLIB_LOG2_MAIN_LOOPS_PER_STATS_UPDATE
elog_event_type_t * error_elog_event_types
u64 cpu_time_main_loop_start
u32 node_counts_per_main_loop[2]
static void vlib_set_queue_signal_callback(vlib_main_t *vm, void(*fp)(vlib_main_t *))
static void vlib_panic(vlib_main_t *vm)
vlib_error_main_t error_main
struct vlib_main_t vlib_main_t
elog_event_type_t * node_return_elog_event_types
u32 vlib_app_num_thread_stacks_needed(void)
uword * init_functions_called
volatile u32 queue_signal_pending
The fine-grained event logger allows lightweight, thread-safe event logging at minimum cost...
#define VLIB_MAIN_LOOP_EXIT_PANIC
int vlib_main(vlib_main_t *vm, unformat_input_t *input)
_vlib_init_function_list_elt_t * main_loop_enter_function_registrations
u32 main_loop_nodes_processed
mc_serialize_msg_t * mc_msg_registrations
vlib_trace_main_t trace_main
int need_vlib_worker_thread_node_runtime_update
static u32 vlib_vector_input_stats_index(vlib_main_t *vm, word delta)
void(* queue_signal_callback)(struct vlib_main_t *)
static uword is_pow2(uword x)
vlib_main_t vlib_global_main
f64 barrier_no_close_before
struct _mc_serialize_msg mc_serialize_msg_t
vlib_node_main_t node_main
void vlib_node_sync_stats(vlib_main_t *vm, vlib_node_t *n)
static f64 clib_time_now_internal(clib_time_t *c, u64 n)
volatile u32 api_queue_nonempty
elog_event_type_t * node_call_elog_event_types
volatile u32 main_loop_exit_now
static f64 vlib_time_now_ticks(vlib_main_t *vm, u64 n)
void(* os_punt_frame)(struct vlib_main_t *vm, struct vlib_node_runtime_t *node, vlib_frame_t *frame)
clib_longjmp_t main_loop_exit
vlib_config_function_runtime_t * config_function_registrations
u8 vlib_physmem_region_index_t
clib_random_buffer_t random_buffer
clib_error_t * main_loop_error
u64 cpu_time_last_node_dispatch