diff --git a/inc/saiport.h b/inc/saiport.h index 56f836391..60f328d64 100644 --- a/inc/saiport.h +++ b/inc/saiport.h @@ -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,