FD.io VPP  v21.06
Vector Packet Processing
vlib_node_main_t Struct Reference
+ Collaboration diagram for vlib_node_main_t:

Data Fields

vlib_node_t ** nodes
 
uwordnode_by_name
 
u32 flags
 
vlib_node_runtime_tnodes_by_type [VLIB_N_NODE_TYPE]
 
void * interrupts
 
volatile u32pending_interrupts
 
u32 polling_threshold_vector_length
 
u32 interrupt_threshold_vector_length
 
vlib_next_frame_tnext_frames
 
vlib_pending_frame_tpending_frames
 
void * timing_wheel
 
vlib_signal_timed_event_data_tsignal_timed_event_data_pool
 
u32data_from_advancing_timing_wheel
 
f64 time_next_process_ready
 
vlib_process_t ** processes
 
u32 current_process_index
 
vlib_pending_frame_tsuspended_process_frames
 
void ** recycled_event_data_vectors
 
u32 input_node_counts_by_state [VLIB_N_NODE_STATE]
 
uwordframe_size_hash
 
vlib_frame_size_tframe_sizes
 
f64 time_last_runtime_stats_clear
 
u32node_by_error
 
vlib_node_fn_variant_tvariants
 
u32 node_fn_default_march_variant
 
uwordnode_fn_march_variant_by_suffix
 

Detailed Description

Definition at line 666 of file node.h.

Field Documentation

◆ current_process_index

u32 vlib_node_main_t::current_process_index

Definition at line 713 of file node.h.

◆ data_from_advancing_timing_wheel

u32* vlib_node_main_t::data_from_advancing_timing_wheel

Definition at line 703 of file node.h.

◆ flags

u32 vlib_node_main_t::flags

Definition at line 674 of file node.h.

◆ frame_size_hash

uword* vlib_node_main_t::frame_size_hash

Definition at line 725 of file node.h.

◆ frame_sizes

vlib_frame_size_t* vlib_node_main_t::frame_sizes

Definition at line 728 of file node.h.

◆ input_node_counts_by_state

u32 vlib_node_main_t::input_node_counts_by_state[VLIB_N_NODE_STATE]

Definition at line 722 of file node.h.

◆ interrupt_threshold_vector_length

u32 vlib_node_main_t::interrupt_threshold_vector_length

Definition at line 689 of file node.h.

◆ interrupts

void* vlib_node_main_t::interrupts

Definition at line 682 of file node.h.

◆ next_frames

vlib_next_frame_t* vlib_node_main_t::next_frames

Definition at line 692 of file node.h.

◆ node_by_error

u32* vlib_node_main_t::node_by_error

Definition at line 734 of file node.h.

◆ node_by_name

uword* vlib_node_main_t::node_by_name

Definition at line 672 of file node.h.

◆ node_fn_default_march_variant

u32 vlib_node_main_t::node_fn_default_march_variant

Definition at line 740 of file node.h.

◆ node_fn_march_variant_by_suffix

uword* vlib_node_main_t::node_fn_march_variant_by_suffix

Definition at line 743 of file node.h.

◆ nodes

vlib_node_t** vlib_node_main_t::nodes

Definition at line 669 of file node.h.

◆ nodes_by_type

vlib_node_runtime_t* vlib_node_main_t::nodes_by_type[VLIB_N_NODE_TYPE]

Definition at line 679 of file node.h.

◆ pending_frames

vlib_pending_frame_t* vlib_node_main_t::pending_frames

Definition at line 695 of file node.h.

◆ pending_interrupts

volatile u32* vlib_node_main_t::pending_interrupts

Definition at line 683 of file node.h.

◆ polling_threshold_vector_length

u32 vlib_node_main_t::polling_threshold_vector_length

Definition at line 688 of file node.h.

◆ processes

vlib_process_t** vlib_node_main_t::processes

Definition at line 710 of file node.h.

◆ recycled_event_data_vectors

void** vlib_node_main_t::recycled_event_data_vectors

Definition at line 719 of file node.h.

◆ signal_timed_event_data_pool

vlib_signal_timed_event_data_t* vlib_node_main_t::signal_timed_event_data_pool

Definition at line 700 of file node.h.

◆ suspended_process_frames

vlib_pending_frame_t* vlib_node_main_t::suspended_process_frames

Definition at line 716 of file node.h.

◆ time_last_runtime_stats_clear

f64 vlib_node_main_t::time_last_runtime_stats_clear

Definition at line 731 of file node.h.

◆ time_next_process_ready

f64 vlib_node_main_t::time_next_process_ready

Definition at line 706 of file node.h.

◆ timing_wheel

void* vlib_node_main_t::timing_wheel

Definition at line 698 of file node.h.

◆ variants

vlib_node_fn_variant_t* vlib_node_main_t::variants

Definition at line 737 of file node.h.


The documentation for this struct was generated from the following file: