forked from sonic-net/sonic-sairedis
-
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.
The primary purpose of this is to bring in support for compiling on Debian Bookworm. This brings in the following changes: * Update the Doxyfile for doxygen in Debian Bookworm (opencomputeproject/SAI#1946) * Enable sai_uint16_t in ProcessStructValueType Struct Member (opencomputeproject/SAI#1949) * [meta] Add support for port stat extensions (opencomputeproject/SAI#1947) * [meta] Add custom range start end values check (opencomputeproject/SAI#1945) * Cable diagnostics attribute added (opencomputeproject/SAI#1894) * Add attributes to disable L3 rewrites (opencomputeproject/SAI#1924) * Add MAC remote loopback to the port loopback enums. (opencomputeproject/SAI#1934) * [TAM] Granular counter subscription (opencomputeproject/SAI#1670) Signed-off-by: Saikrishna Arcot <[email protected]>
- Loading branch information
1 parent
b26ce7a
commit e3f50e8
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
Submodule SAI
updated
16 files
+70 −0 | doc/SAI-Proposal-L3-Rewrite-disable.md | |
+208 −0 | doc/TAM/Granular-Counter-Subscription.md | |
+279 −0 | doc/cable_diag/cable_diag.md | |
+ − | doc/cable_diag/images/cable_diag.png | |
+ − | doc/cable_diag/images/ocp.png | |
+ − | doc/figures/sai-l3-pipeline.png | |
+1 −0 | experimental/saiextensions.h | |
+61 −0 | experimental/saiportextensions.h | |
+27 −0 | inc/sainexthop.h | |
+92 −2 | inc/saiport.h | |
+222 −56 | inc/saitam.h | |
+1 −0 | inc/saitypes.h | |
+2 −2 | meta/Doxyfile | |
+1 −0 | meta/acronyms.txt | |
+7 −1 | meta/parse.pl | |
+38 −0 | meta/test.pm |
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