FD.io VPP  v16.06
Vector Packet Processing
vlib_node_runtime_t Struct Reference

Data Fields

vlib_node_function_tfunction
 
vlib_error_terrors
 
u32 clocks_since_last_overflow
 
u32 max_clock
 
u32 max_clock_n
 
u32 calls_since_last_overflow
 
u32 vectors_since_last_overflow
 
u32 next_frame_index
 
u32 node_index
 
u32 input_main_loops_per_call
 
u32 main_loop_count_last_dispatch
 
u32 main_loop_vector_stats [2]
 
u16 flags
 
u16 state
 
u16 n_next_nodes
 
u16 cached_next_index
 
u16 cpu_index
 
uword runtime_data [(128-1 *sizeof(vlib_node_function_t *)-1 *sizeof(vlib_error_t *)-11 *sizeof(u32)-5 *sizeof(u16))/sizeof(uword)]
 

Detailed Description

Definition at line 373 of file node.h.

Field Documentation

u16 vlib_node_runtime_t::cached_next_index

Definition at line 422 of file node.h.

u32 vlib_node_runtime_t::calls_since_last_overflow

Definition at line 390 of file node.h.

u32 vlib_node_runtime_t::clocks_since_last_overflow

Definition at line 381 of file node.h.

u16 vlib_node_runtime_t::cpu_index

Definition at line 425 of file node.h.

vlib_error_t* vlib_node_runtime_t::errors

Definition at line 378 of file node.h.

u16 vlib_node_runtime_t::flags

Definition at line 412 of file node.h.

vlib_node_function_t* vlib_node_runtime_t::function

Definition at line 375 of file node.h.

u32 vlib_node_runtime_t::input_main_loops_per_call

Definition at line 404 of file node.h.

u32 vlib_node_runtime_t::main_loop_count_last_dispatch

Definition at line 407 of file node.h.

u32 vlib_node_runtime_t::main_loop_vector_stats[2]

Definition at line 409 of file node.h.

u32 vlib_node_runtime_t::max_clock

Definition at line 384 of file node.h.

u32 vlib_node_runtime_t::max_clock_n

Definition at line 387 of file node.h.

u16 vlib_node_runtime_t::n_next_nodes

Definition at line 417 of file node.h.

u32 vlib_node_runtime_t::next_frame_index

Definition at line 396 of file node.h.

u32 vlib_node_runtime_t::node_index

Definition at line 399 of file node.h.

uword vlib_node_runtime_t::runtime_data[(128-1 *sizeof(vlib_node_function_t *)-1 *sizeof(vlib_error_t *)-11 *sizeof(u32)-5 *sizeof(u16))/sizeof(uword)]

Definition at line 432 of file node.h.

u16 vlib_node_runtime_t::state

Definition at line 415 of file node.h.

u32 vlib_node_runtime_t::vectors_since_last_overflow

Definition at line 393 of file node.h.


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