FD.io VPP  v21.01.1
Vector Packet Processing
vlib_node_runtime_perf_callback_args_t Struct Reference
+ Collaboration diagram for vlib_node_runtime_perf_callback_args_t:

Data Fields

struct vlib_main_tvm
 
vlib_node_runtime_tnode
 
vlib_frame_tframe
 
uword packets
 
u64 cpu_time_now
 
vlib_node_runtime_perf_call_type_t call_type
 

Detailed Description

Definition at line 90 of file main.h.

Field Documentation

◆ call_type

vlib_node_runtime_perf_call_type_t vlib_node_runtime_perf_callback_args_t::call_type

Definition at line 97 of file main.h.

◆ cpu_time_now

u64 vlib_node_runtime_perf_callback_args_t::cpu_time_now

Definition at line 96 of file main.h.

◆ frame

vlib_frame_t* vlib_node_runtime_perf_callback_args_t::frame

Definition at line 94 of file main.h.

◆ node

vlib_node_runtime_t* vlib_node_runtime_perf_callback_args_t::node

Definition at line 93 of file main.h.

◆ packets

uword vlib_node_runtime_perf_callback_args_t::packets

Definition at line 95 of file main.h.

◆ vm

struct vlib_main_t* vlib_node_runtime_perf_callback_args_t::vm

Definition at line 92 of file main.h.


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