-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
28 additions
and
9 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
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
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
21 files
+1 −1 | mlnx_sai/debian/changelog | |
+67 −2 | mlnx_sai/inc/mlnx_sai.h | |
+2 −0 | mlnx_sai/mlnx_sai.vcxproj | |
+6 −0 | mlnx_sai/mlnx_sai.vcxproj.filters | |
+8 −5 | mlnx_sai/src/Makefile.am | |
+143 −0 | mlnx_sai/src/dbgdump/mlnx_sai_dbg_bfd.c | |
+102 −122 | mlnx_sai/src/mlnx_sai_acl.c | |
+1,367 −0 | mlnx_sai/src/mlnx_sai_bfd.c | |
+4 −1 | mlnx_sai/src/mlnx_sai_debug_counter.c | |
+4 −0 | mlnx_sai/src/mlnx_sai_host_interface.c | |
+9 −0 | mlnx_sai/src/mlnx_sai_interfacequery.c | |
+24 −0 | mlnx_sai/src/mlnx_sai_policer.c | |
+809 −297 | mlnx_sai/src/mlnx_sai_port.c | |
+2 −1 | mlnx_sai/src/mlnx_sai_rif.c | |
+1 −1 | mlnx_sai/src/mlnx_sai_scheduler.c | |
+256 −19 | mlnx_sai/src/mlnx_sai_switch.c | |
+2 −2 | mlnx_sai/src/mlnx_sai_tunnel.c | |
+66 −2 | mlnx_sai/src/mlnx_sai_utils.c | |
+32 −32 | mlnx_sai/src/sai_4700.xml | |
+244 −0 | mlnx_sai/src/sai_4700_100G.xml | |
+7 −5 | release notes.txt |
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 Switch-SDK-drivers
updated
65 files
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