forked from sonic-net/sonic-utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mellanox][201911] Upgrade Mellanox-SAI to 1.19.3 to support reclaimi…
…ng reserved buffer on admin down ports (#8735) #### Why I did it Upgrade Mellanox-SAI to 1.19.3 to support reclaiming reserved buffer on admin down ports #### How I did it To support reclaiming reserved buffer on admin down ports. #### How to verify it Regression test and manual test.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Mellanox SAI | ||
|
||
MLNX_SAI_VERSION = SAIRel1.18.3.1 | ||
MLNX_SAI_VERSION = SAIRel1.19.3 | ||
|
||
export MLNX_SAI_VERSION | ||
|
||
|
Submodule SAI-Implementation
updated
9 files
+1 −1 | mlnx_sai/debian/changelog | |
+20 −0 | mlnx_sai/inc/mlnx_sai.h | |
+2 −1 | mlnx_sai/src/mlnx_sai_bridge.c | |
+377 −0 | mlnx_sai/src/mlnx_sai_buffer.c | |
+2 −6 | mlnx_sai/src/mlnx_sai_policer.c | |
+33 −7 | mlnx_sai/src/mlnx_sai_port.c | |
+38 −19 | mlnx_sai/src/mlnx_sai_switch.c | |
+3 −0 | mlnx_sai/src/mlnx_sai_utils.c | |
+1 −1 | release notes.txt |