FD.io VPP  v16.12-rc0-308-g931be3a
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
 
u32 polling_threshold_vector_length
 
u32 interrupt_threshold_vector_length
 
vlib_next_frame_tnext_frames
 
vlib_pending_frame_tpending_frames
 
timing_wheel_t timing_wheel
 
vlib_signal_timed_event_data_tsignal_timed_event_data_pool
 
u32data_from_advancing_timing_wheel
 
u64 cpu_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 630 of file node.h.

Field Documentation

u64 vlib_node_main_t::cpu_time_next_process_ready

Definition at line 669 of file node.h.

u32 vlib_node_main_t::current_process_index

Definition at line 676 of file node.h.

u32* vlib_node_main_t::data_from_advancing_timing_wheel

Definition at line 666 of file node.h.

u32 vlib_node_main_t::flags

Definition at line 638 of file node.h.

uword* vlib_node_main_t::frame_size_hash

Definition at line 688 of file node.h.

vlib_frame_size_t* vlib_node_main_t::frame_sizes

Definition at line 691 of file node.h.

u32 vlib_node_main_t::input_node_counts_by_state[VLIB_N_NODE_STATE]

Definition at line 685 of file node.h.

u32 vlib_node_main_t::interrupt_threshold_vector_length

Definition at line 652 of file node.h.

vlib_next_frame_t* vlib_node_main_t::next_frames

Definition at line 655 of file node.h.

uword* vlib_node_main_t::node_by_name

Definition at line 636 of file node.h.

vlib_node_registration_t* vlib_node_main_t::node_registrations

Definition at line 697 of file node.h.

vlib_node_t** vlib_node_main_t::nodes

Definition at line 633 of file node.h.

vlib_node_runtime_t* vlib_node_main_t::nodes_by_type[VLIB_N_NODE_TYPE]

Definition at line 643 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::pending_frames

Definition at line 658 of file node.h.

u32* vlib_node_main_t::pending_interrupt_node_runtime_indices

Definition at line 646 of file node.h.

u32 vlib_node_main_t::polling_threshold_vector_length

Definition at line 651 of file node.h.

vlib_process_t** vlib_node_main_t::processes

Definition at line 673 of file node.h.

void** vlib_node_main_t::recycled_event_data_vectors

Definition at line 682 of file node.h.

vlib_signal_timed_event_data_t* vlib_node_main_t::signal_timed_event_data_pool

Definition at line 663 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::suspended_process_frames

Definition at line 679 of file node.h.

f64 vlib_node_main_t::time_last_runtime_stats_clear

Definition at line 694 of file node.h.

timing_wheel_t vlib_node_main_t::timing_wheel

Definition at line 661 of file node.h.


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