Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -3827,6 +3827,15 @@ typedef enum _sai_port_stat_t
/** Number of times that LLR Rx detected the start of a replay */
SAI_PORT_STAT_LLR_RX_REPLAY,

/** SAI port stat ether stats packets with frame size 1519 octets to max MTU supported by the port */
SAI_PORT_STAT_ETHER_STATS_PKTS_1519_TO_MAX_OCTETS,

/** SAI port stat ether RX packets with frame size 1519 octets to max MTU supported by the port */
SAI_PORT_STAT_ETHER_IN_PKTS_1519_TO_MAX_OCTETS,

/** SAI port stat ether TX packets with frame size 1519 octets to max MTU supported by the port */
SAI_PORT_STAT_ETHER_OUT_PKTS_1519_TO_MAX_OCTETS,

/** Port stat in drop reasons range start */
SAI_PORT_STAT_IN_DROP_REASON_RANGE_BASE = 0x00001000,

Expand Down
Loading