Skip to content

Commit bb8df17

Browse files
saiport: Add counters for 1519_TO_MAX_OCTETS packet size range (#2272)
* saiport: Add counters for 1519_TO_MAX_OCTETS packet size range Signed-off-by: Anandhi Dhanabalan <adhanabalan@marvell.com>
1 parent 8f9b50d commit bb8df17

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

inc/saiport.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)