[enable counters] Enable port buffer drops by default and update MLNX SAI submodule (#5059)

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

Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
This commit is contained in:
Mykola F
2020-08-25 18:48:56 +03:00
committed by GitHub
parent f3feb56c8a
commit 834a29cb66
2 changed files with 2 additions and 1 deletions

View File

@@ -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: