FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
vl_api_vnet_get_summary_stats_reply_t Struct Reference

Reply for vnet_get_summary_stats request. More...

Data Fields

u32 context
 
i32 retval
 
u64 total_pkts [8]
 
u64 total_bytes [8]
 
f64 vector_rate
 

Detailed Description

Reply for vnet_get_summary_stats request.

Template Parameters
context- sender context, to match reply w/ request
retval- return code for request
total_pkts- length of the array must match the length of the combined counter part of the enum in interface.h
total_bytes- length of the array must match the length of the combined counter part of the enum in interface.h
vector_rate-

Definition at line 417 of file stats.api.

Field Documentation

u32 vl_api_vnet_get_summary_stats_reply_t::context

Definition at line 419 of file stats.api.

i32 vl_api_vnet_get_summary_stats_reply_t::retval

Definition at line 420 of file stats.api.

u64 vl_api_vnet_get_summary_stats_reply_t::total_bytes[8]

Definition at line 422 of file stats.api.

u64 vl_api_vnet_get_summary_stats_reply_t::total_pkts[8]

Definition at line 421 of file stats.api.

f64 vl_api_vnet_get_summary_stats_reply_t::vector_rate

Definition at line 423 of file stats.api.


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