Skip to content

Commit

Permalink
[enable counters] Enable port buffer drops by default and update MLNX…
Browse files Browse the repository at this point in the history
… SAI submodule (sonic-net#5059)

* Enable port buffer drops by default
* [Mellanox] Update SAI_Implementation

Signed-off-by: Mykola Faryma <[email protected]>
  • Loading branch information
mykolaf authored and santhosh-kt committed Feb 25, 2021
1 parent d2d0d54 commit 8731ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dockers/docker-orchagent/enable_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def enable_counters():
enable_counter_group(db, 'PG_WATERMARK')
enable_counter_group(db, 'QUEUE_WATERMARK')
enable_counter_group(db, 'BUFFER_POOL_WATERMARK')
enable_counter_group(db, 'PORT_BUFFER_DROP')

def get_uptime():
with open('/proc/uptime') as fp:
Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/mlnx-sai/SAI-Implementation

0 comments on commit 8731ed2

Please sign in to comment.