Skip to content

Commit

Permalink
[queuestat]: remove no need counters from query (sonic-net#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Sihui Han <sihan@microsoft.com>
  • Loading branch information
sihuihan88 authored May 18, 2018
1 parent 8c23538 commit 7331f92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ static const vector<sai_queue_stat_t> queueStatIds =
SAI_QUEUE_STAT_BYTES,
SAI_QUEUE_STAT_DROPPED_PACKETS,
SAI_QUEUE_STAT_DROPPED_BYTES,
SAI_QUEUE_STAT_CURR_OCCUPANCY_BYTES,
SAI_QUEUE_STAT_WATERMARK_BYTES,
};

static char* hostif_vlan_tag[] = {
Expand Down

0 comments on commit 7331f92

Please sign in to comment.