OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Port statistics API structure. More...
#include <ofdpa_datatypes.h>
Data Fields | |
uint64_t | collisions |
Transmit collisions. | |
uint32_t | duration_seconds |
Time port has been alive in seconds. | |
uint64_t | rx_bytes |
Received Bytes. | |
uint64_t | rx_crc_err |
Received Packets with CRC Errors. | |
uint64_t | rx_drops |
Received Packets Dropped. | |
uint64_t | rx_errors |
Received Errors. | |
uint64_t | rx_frame_err |
Received Frame Errors. | |
uint64_t | rx_over_err |
Received Frame Overrun Errors. | |
uint64_t | rx_packets |
Received Packets. | |
uint64_t | tx_bytes |
Transmitted Bytes. | |
uint64_t | tx_drops |
Transmit Packets Dropped. | |
uint64_t | tx_errors |
Transmitted Errors. | |
uint64_t | tx_packets |
Transmitted Packets. | |
Port statistics API structure.
Unsupported counters return the value 0xFFFFFFFFFFFFFFFF indicating the counter data is invalid.
Definition at line 2292 of file ofdpa_datatypes.h.