-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mellanox] Update SAI submodule (#6235)
To add VNET route diff tool (SAI/SDK part) to 201911 release Signed-off-by: Volodymyr Samotiy <[email protected]>
- Loading branch information
1 parent
dae5c4c
commit 78c44d1
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
Submodule SAI-Implementation
updated
10 files
+11 −0 | mlnx_sai/configure.ac | |
+1 −1 | mlnx_sai/debian/changelog | |
+0 −0 | mlnx_sai/debian/rules | |
+0 −0 | mlnx_sai/scripts/sai_prepare.sh | |
+5 −0 | mlnx_sai/src/Makefile.am | |
+0 −0 | mlnx_sai/src/meta/checksymbols.pl | |
+0 −0 | mlnx_sai/src/meta/parse.pl | |
+2 −2 | mlnx_sai/src/mlnx_sai_buffer.c | |
+84 −0 | mlnx_sai/src/vxlandifftool.py | |
+50 −0 | mlnx_sai/src/vxlandifftool_test.py |