FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
vl_api_vnet_interface_simple_counters_t Struct Reference

Simple stats counters structure. More...

Data Fields

u8 vnet_counter_type
 
u32 first_sw_if_index
 
u32 count
 
u64 data [count]
 

Detailed Description

Simple stats counters structure.

Template Parameters
vnet_counter_type-such as ip4, ip6, punts, etc
first_sw_if_index- first sw index in block of index, counts
count- number of counters, equal to the number of interfaces in this stats block
data- contiguous block of u64 counters

Definition at line 222 of file interface.api.

Field Documentation

u32 vl_api_vnet_interface_simple_counters_t::count

Definition at line 227 of file interface.api.

u64 vl_api_vnet_interface_simple_counters_t::data[count]

Definition at line 228 of file interface.api.

u32 vl_api_vnet_interface_simple_counters_t::first_sw_if_index

Definition at line 226 of file interface.api.

u8 vl_api_vnet_interface_simple_counters_t::vnet_counter_type

Definition at line 225 of file interface.api.


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