Skip to content

Commit

Permalink
[submodule] Update SAI submodule to origin/master
Browse files Browse the repository at this point in the history
To include
[test] Refactor saithriftv2 Makefile
opencomputeproject/SAI@4f39bd
  • Loading branch information
kcudnik committed Sep 1, 2023
1 parent 37affbd commit 6968e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/SAI/SAI
Submodule SAI updated 77 files
+19 −0 .gitignore
+0 −2,423 Doxyfile
+7 −3 Makefile
+14 −0 azure-pipelines.yml
+0 −0 doc/ACL/Chained-ACL-Groups.md
+ doc/ACL/Chained-ACL.pptx
+0 −0 doc/ACL/Pre-Ingress-ACL.md
+0 −0 doc/ARS/Adaptive-Routing-and-Switching.md
+ doc/ARS/OCP-2022-ARS.pptx
+0 −0 doc/ECMP/Hierarchical-ECMP.md
+ doc/IP-Multicast/SAI-Proposal-15-IP-Multicast.8.docx
+ doc/L2-Multicast/SAI-Proposal-14-L2-Multicast-(multicast-fdb).9.docx
+ doc/L2-Multicast/SAI-Proposal-14-L2-Multicast-(snooping).8.docx
+ doc/OCP/SAI Demo 2017 topology.pdf
+118 −0 doc/SAI-CRM-Workflow.md
+215 −0 doc/SAI-Proposal-CMIS-Module-Management.md
+0 −0 doc/SAI-Proposal-ECMP-Member-Count.md
+0 −0 doc/SAI-Proposal-HW-Resource.md
+18 −0 doc/SAI-Proposal-SRv6-Path-Tracing.md
+0 −0 doc/SAI_1.10.2_ReleaseNotes.md
+0 −0 doc/SAI_1.11.0_ReleaseNotes.md
+96 −0 doc/SAI_1.12.0_ReleaseNotes.md
+0 −0 doc/SAI_1.7.1_ReleaseNotes.md
+0 −0 doc/SAI_1.9.1_ReleaseNotes.md
+1,085 −0 doc/TWAMP/SAI-Proposal-TWAMP-LIGHT.md
+ doc/TWAMP/figures/TWAMP_Light_continuous.png
+ doc/TWAMP/figures/TWAMP_Light_packet_count.png
+ doc/TWAMP/figures/TWAMP_Light_period.png
+ doc/TWAMP/figures/TWAMP_Light_role.png
+ doc/behavioral model/pipeline_v5.vsdx
+ doc/figures/ACL-Stage.png
+ doc/figures/ARSPacketFlow.png
+ doc/figures/ARSPipeline.png
+ doc/figures/Chained-ACL-Concept.png
+ doc/figures/Chained-ACL.png
+ doc/figures/Host-Tx-Ready-Flow.png
+ doc/figures/Host-Tx-Signal-Enable-Flow.png
+ doc/figures/SRv6_Endpoint_behavioral_model.png
+ doc/figures/SRv6_Headend_behavioral_model.png
+ doc/figures/The-Current-Flow.png
+ doc/figures/The-High-Level-Flow.png
+ doc/inband-telemetry/SAI_Change_Proposal_INT_v0.docx
+2 −0 inc/sai.h
+38 −2 inc/saiacl.h
+218 −0 inc/saiport.h
+71 −0 inc/saiswitch.h
+5 −0 inc/saitam.h
+20 −5 inc/saitunnel.h
+808 −0 inc/saitwamp.h
+46 −0 inc/saitypes.h
+1 −1 inc/saiwred.h
+37 −7 meta/Makefile
+4 −0 meta/acronyms.txt
+1 −0 meta/ancestry.9f8efee.history
+29 −1 meta/ancestry.pl
+2 −0 meta/aspell.en.pws
+2 −0 meta/aspellcheck.pl
+11 −3 meta/checkancestry.sh
+7 −5 meta/checkenumlock.sh
+1 −0 meta/checkstructs.sh
+21 −10 meta/checksymbols.pl
+44 −19 meta/gensairpc.pl
+159 −0 meta/libsai.cpp
+622 −24 meta/parse.pl
+4 −4 meta/sai_rpc_frontend.cpp
+58 −0 meta/sai_rpc_frontend.main.cpp
+15 −0 meta/saimetadatatypes.h
+26 −1 meta/saisanitycheck.c
+7 −0 meta/structs.pl
+9 −0 meta/style.pm
+4 −4 meta/templates/sai_rpc_server_functions.tt
+1 −1 ptf/config/port_configer.py
+239 −0 ptf/platform_helper/mrvl_sai_helper.py
+3 −2 ptf/sai_base_test.py
+0 −0 test/sai_ut/switching/sai_stp_unit_test.h
+47 −32 test/saithriftv2/Makefile
+15 −2 test/saithriftv2/src/saiserver.cpp

0 comments on commit 6968e62

Please sign in to comment.