Skip to content

Commit

Permalink
[SAI] Move SAI submodule to v1.13.3 (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Feb 21, 2024
1 parent 23481f0 commit 5c05e23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 0 additions & 2 deletions lib/sai_redis_router_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

REDIS_GENERIC_QUAD(ROUTER_INTERFACE,router_interface);
REDIS_GENERIC_STATS(ROUTER_INTERFACE,router_interface);
REDIS_BULK_QUAD(ROUTER_INTERFACE,router_interfaces);

const sai_router_interface_api_t redis_router_interface_api = {

REDIS_GENERIC_QUAD_API(router_interface)
REDIS_GENERIC_STATS_API(router_interface)
REDIS_BULK_QUAD_API(router_interfaces)
};
16 changes: 8 additions & 8 deletions syncd/SwitchNotifications.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ namespace syncd

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

Expand Down
2 changes: 0 additions & 2 deletions vslib/sai_vs_router_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

VS_GENERIC_QUAD(ROUTER_INTERFACE,router_interface);
VS_GENERIC_STATS(ROUTER_INTERFACE,router_interface);
VS_BULK_QUAD(ROUTER_INTERFACE,router_interfaces);

const sai_router_interface_api_t vs_router_interface_api = {

VS_GENERIC_QUAD_API(router_interface)
VS_GENERIC_STATS_API(router_interface)
VS_BULK_QUAD_API(router_interfaces)
};

0 comments on commit 5c05e23

Please sign in to comment.