File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4042,6 +4042,15 @@ typedef enum _sai_port_stat_t
40424042 /** SAI port stat credits freed update messages rx */
40434043 SAI_PORT_STAT_CBFC_NUM_CF_UPDATE_MESSAGES_RX ,
40444044
4045+ /** Number of packets with frame size 1519 octets to max MTU supported by the port */
4046+ SAI_PORT_STAT_ETHER_STATS_PKTS_1519_TO_MAX_OCTETS ,
4047+
4048+ /** Number of received packets with frame size 1519 octets to max MTU supported by the port */
4049+ SAI_PORT_STAT_ETHER_IN_PKTS_1519_TO_MAX_OCTETS ,
4050+
4051+ /** Number of transmitted packets with frame size 1519 octets to max MTU supported by the port */
4052+ SAI_PORT_STAT_ETHER_OUT_PKTS_1519_TO_MAX_OCTETS ,
4053+
40454054 /** Port stat in drop reasons range start */
40464055 SAI_PORT_STAT_IN_DROP_REASON_RANGE_BASE = 0x00001000 ,
40474056
You can’t perform that action at this time.
0 commit comments