FD.io VPP  v17.10-9-gd594711
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 637 of file node.h.

Field Documentation

u32 vlib_node_main_t::current_process_index

Definition at line 684 of file node.h.

u32* vlib_node_main_t::data_from_advancing_timing_wheel

Definition at line 674 of file node.h.

u32 vlib_node_main_t::flags

Definition at line 645 of file node.h.

uword* vlib_node_main_t::frame_size_hash

Definition at line 696 of file node.h.

vlib_frame_size_t* vlib_node_main_t::frame_sizes

Definition at line 699 of file node.h.

u32 vlib_node_main_t::input_node_counts_by_state[VLIB_N_NODE_STATE]

Definition at line 693 of file node.h.

u32 vlib_node_main_t::interrupt_threshold_vector_length

Definition at line 660 of file node.h.

vlib_next_frame_t* vlib_node_main_t::next_frames

Definition at line 663 of file node.h.

uword* vlib_node_main_t::node_by_name

Definition at line 643 of file node.h.

vlib_node_registration_t* vlib_node_main_t::node_registrations

Definition at line 705 of file node.h.

vlib_node_t** vlib_node_main_t::nodes

Definition at line 640 of file node.h.

vlib_node_runtime_t* vlib_node_main_t::nodes_by_type[VLIB_N_NODE_TYPE]

Definition at line 650 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::pending_frames

Definition at line 666 of file node.h.

clib_spinlock_t vlib_node_main_t::pending_interrupt_lock

Definition at line 654 of file node.h.

u32* vlib_node_main_t::pending_interrupt_node_runtime_indices

Definition at line 653 of file node.h.

u32 vlib_node_main_t::polling_threshold_vector_length

Definition at line 659 of file node.h.

vlib_process_t** vlib_node_main_t::processes

Definition at line 681 of file node.h.

void** vlib_node_main_t::recycled_event_data_vectors

Definition at line 690 of file node.h.

vlib_signal_timed_event_data_t* vlib_node_main_t::signal_timed_event_data_pool

Definition at line 671 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::suspended_process_frames

Definition at line 687 of file node.h.

f64 vlib_node_main_t::time_last_runtime_stats_clear

Definition at line 702 of file node.h.

f64 vlib_node_main_t::time_next_process_ready

Definition at line 677 of file node.h.

void* vlib_node_main_t::timing_wheel

Definition at line 669 of file node.h.


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