FD.io VPP  v19.04.2-12-g66b1689
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]
 
u32pending_interrupt_node_runtime_indices
 
clib_spinlock_t pending_interrupt_lock
 
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
 
vlib_node_registration_tnode_registrations
 

Detailed Description

Definition at line 695 of file node.h.

Field Documentation

u32 vlib_node_main_t::current_process_index

Definition at line 742 of file node.h.

u32* vlib_node_main_t::data_from_advancing_timing_wheel

Definition at line 732 of file node.h.

u32 vlib_node_main_t::flags

Definition at line 703 of file node.h.

uword* vlib_node_main_t::frame_size_hash

Definition at line 754 of file node.h.

vlib_frame_size_t* vlib_node_main_t::frame_sizes

Definition at line 757 of file node.h.

u32 vlib_node_main_t::input_node_counts_by_state[VLIB_N_NODE_STATE]

Definition at line 751 of file node.h.

u32 vlib_node_main_t::interrupt_threshold_vector_length

Definition at line 718 of file node.h.

vlib_next_frame_t* vlib_node_main_t::next_frames

Definition at line 721 of file node.h.

uword* vlib_node_main_t::node_by_name

Definition at line 701 of file node.h.

vlib_node_registration_t* vlib_node_main_t::node_registrations

Definition at line 763 of file node.h.

vlib_node_t** vlib_node_main_t::nodes

Definition at line 698 of file node.h.

vlib_node_runtime_t* vlib_node_main_t::nodes_by_type[VLIB_N_NODE_TYPE]

Definition at line 708 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::pending_frames

Definition at line 724 of file node.h.

clib_spinlock_t vlib_node_main_t::pending_interrupt_lock

Definition at line 712 of file node.h.

u32* vlib_node_main_t::pending_interrupt_node_runtime_indices

Definition at line 711 of file node.h.

u32 vlib_node_main_t::polling_threshold_vector_length

Definition at line 717 of file node.h.

vlib_process_t** vlib_node_main_t::processes

Definition at line 739 of file node.h.

void** vlib_node_main_t::recycled_event_data_vectors

Definition at line 748 of file node.h.

vlib_signal_timed_event_data_t* vlib_node_main_t::signal_timed_event_data_pool

Definition at line 729 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::suspended_process_frames

Definition at line 745 of file node.h.

f64 vlib_node_main_t::time_last_runtime_stats_clear

Definition at line 760 of file node.h.

f64 vlib_node_main_t::time_next_process_ready

Definition at line 735 of file node.h.

void* vlib_node_main_t::timing_wheel

Definition at line 727 of file node.h.


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