FD.io VPP  v16.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]
 
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 568 of file node.h.

Field Documentation

u64 vlib_node_main_t::cpu_time_next_process_ready

Definition at line 606 of file node.h.

u32 vlib_node_main_t::current_process_index

Definition at line 613 of file node.h.

u32* vlib_node_main_t::data_from_advancing_timing_wheel

Definition at line 603 of file node.h.

u32 vlib_node_main_t::flags

Definition at line 575 of file node.h.

uword* vlib_node_main_t::frame_size_hash

Definition at line 625 of file node.h.

vlib_frame_size_t* vlib_node_main_t::frame_sizes

Definition at line 628 of file node.h.

u32 vlib_node_main_t::input_node_counts_by_state[VLIB_N_NODE_STATE]

Definition at line 622 of file node.h.

u32 vlib_node_main_t::interrupt_threshold_vector_length

Definition at line 589 of file node.h.

vlib_next_frame_t* vlib_node_main_t::next_frames

Definition at line 592 of file node.h.

uword* vlib_node_main_t::node_by_name

Definition at line 573 of file node.h.

vlib_node_registration_t* vlib_node_main_t::node_registrations

Definition at line 634 of file node.h.

vlib_node_t** vlib_node_main_t::nodes

Definition at line 570 of file node.h.

vlib_node_runtime_t* vlib_node_main_t::nodes_by_type[VLIB_N_NODE_TYPE]

Definition at line 580 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::pending_frames

Definition at line 595 of file node.h.

u32* vlib_node_main_t::pending_interrupt_node_runtime_indices

Definition at line 583 of file node.h.

u32 vlib_node_main_t::polling_threshold_vector_length

Definition at line 588 of file node.h.

vlib_process_t** vlib_node_main_t::processes

Definition at line 610 of file node.h.

void** vlib_node_main_t::recycled_event_data_vectors

Definition at line 619 of file node.h.

vlib_signal_timed_event_data_t* vlib_node_main_t::signal_timed_event_data_pool

Definition at line 600 of file node.h.

vlib_pending_frame_t* vlib_node_main_t::suspended_process_frames

Definition at line 616 of file node.h.

f64 vlib_node_main_t::time_last_runtime_stats_clear

Definition at line 631 of file node.h.

timing_wheel_t vlib_node_main_t::timing_wheel

Definition at line 598 of file node.h.


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