Skip to content

Commit ae1daf3

Browse files
authored
[portsorch] Enable port-level buffer drop counters (#1237)
Signed-off-by: Danny Allen <[email protected]>
1 parent d6236b5 commit ae1daf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orchagent/portsorch.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ const vector<sai_port_stat_t> port_stat_ids =
114114
SAI_PORT_STAT_ETHER_STATS_TX_NO_ERRORS,
115115
SAI_PORT_STAT_IP_IN_UCAST_PKTS,
116116
SAI_PORT_STAT_ETHER_IN_PKTS_128_TO_255_OCTETS,
117+
SAI_PORT_STAT_IN_DROPPED_PKTS,
118+
SAI_PORT_STAT_OUT_DROPPED_PKTS,
117119
};
118120

119121
static const vector<sai_queue_stat_t> queue_stat_ids =

0 commit comments

Comments
 (0)