Skip to content

Commit

Permalink
[201911] Update SAI-Implementation submodule and enable port in/out d…
Browse files Browse the repository at this point in the history
…ropped pkts stats (#5093)

- Enable port buffer drops by default
- Update SAI submodule

Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
  • Loading branch information
mykolaf committed Aug 25, 2020
1 parent a3521f0 commit c243b8a
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 @@ -16,6 +16,7 @@ def enable_counters():
enable_counter_group(db, 'PFCWD')
enable_counter_group(db, 'PG_WATERMARK')
enable_counter_group(db, 'QUEUE_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 c243b8a

Please sign in to comment.