Skip to content

Commit

Permalink
Update SAI submodule to latest (#1311)
Browse files Browse the repository at this point in the history
To include allow null on SAI_PORT_ATTR_PORT_SERDES_ID
  • Loading branch information
kcudnik authored Oct 23, 2023
1 parent 65323ca commit eaa2bda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions syncd/SwitchNotifications.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ namespace syncd

Slot():
SlotBase({
.on_bfd_session_state_change = &Slot<context>::onBfdSessionStateChange,
.on_switch_state_change = &Slot<context>::onSwitchStateChange,
.on_switch_shutdown_request = &Slot<context>::onSwitchShutdownRequest,
.on_fdb_event = &Slot<context>::onFdbEvent,
.on_ipsec_sa_status_change = nullptr,
.on_nat_event = &Slot<context>::onNatEvent,
.on_packet_event = nullptr,
.on_port_host_tx_ready = nullptr,
.on_port_state_change = &Slot<context>::onPortStateChange,
.on_packet_event = nullptr,
.on_queue_pfc_deadlock = &Slot<context>::onQueuePfcDeadlock,
.on_switch_asic_sdk_health_event = nullptr,
.on_switch_shutdown_request = &Slot<context>::onSwitchShutdownRequest,
.on_switch_state_change = &Slot<context>::onSwitchStateChange,
.on_bfd_session_state_change = &Slot<context>::onBfdSessionStateChange,
.on_tam_event = nullptr,
.on_ipsec_sa_status_change = nullptr,
.on_nat_event = &Slot<context>::onNatEvent,
.on_switch_asic_sdk_health_event = nullptr,
.on_port_host_tx_ready = nullptr,
.on_twamp_session_event = nullptr,
}) { }

Expand Down

0 comments on commit eaa2bda

Please sign in to comment.