Skip to content

Commit 7331f92

Browse files
authored
[queuestat]: remove no need counters from query (sonic-net#508)
Signed-off-by: Sihui Han <[email protected]>
1 parent 8c23538 commit 7331f92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

orchagent/portsorch.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ static const vector<sai_queue_stat_t> queueStatIds =
9393
SAI_QUEUE_STAT_BYTES,
9494
SAI_QUEUE_STAT_DROPPED_PACKETS,
9595
SAI_QUEUE_STAT_DROPPED_BYTES,
96-
SAI_QUEUE_STAT_CURR_OCCUPANCY_BYTES,
97-
SAI_QUEUE_STAT_WATERMARK_BYTES,
9896
};
9997

10098
static char* hostif_vlan_tag[] = {

0 commit comments

Comments
 (0)