Skip to content

Commit

Permalink
[submodule] Update SAI submodule to origin/master (#412)
Browse files Browse the repository at this point in the history
* [submodule] Update SAI submodule to origin/master

* Add missing switch init functions
  • Loading branch information
kcudnik authored Aug 2, 2023
1 parent dff4205 commit 75de795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/SAI/SAI
Submodule SAI updated 200 files
2 changes: 2 additions & 0 deletions dash-pipeline/SAI/templates/saifixedapis.cpp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ sai_switch_api_t dash_sai_switch_api_impl = {
.remove_switch_tunnel = 0,
.set_switch_tunnel_attribute = 0,
.get_switch_tunnel_attribute = 0,
.switch_mdio_cl22_read = 0,
.switch_mdio_cl22_write = 0,
};

static sai_status_t dash_sai_get_port_attribute(
Expand Down

0 comments on commit 75de795

Please sign in to comment.