SAI
SAI copied to clipboard
Switch Abstraction Interface
[[External] SAI _ Multicast Next Hop Disable L3 Rewrites.pdf](https://github.com/user-attachments/files/16092048/External.SAI._.Multicast.Next.Hop.Disable.L3.Rewrites.pdf)
Added a new attribute to create and set the unreliable LOS for transceiver
Release notes for SAI 1.14.0 release
HA DPU scope DPU driven mode is described here - https://github.com/sonic-net/SONiC/pull/1710 This PR introduces SAI API changes for this mode from the following DASH PRs https://github.com/sonic-net/DASH/pull/599 https://github.com/sonic-net/DASH/pull/604
Adding support to get a list of all reachable switch-id's from a fabric port, currently we can only check from switch-id if its reachable or not . SAI_PORT_ATTR_FABRIC_REACHABILITY_LIST
This pull requests adds a new feature, prefix compression, to the SAI repository. Prefix Compression allows mapping an IP prefix/mask to a bincode (Binary Code). These prefix/bincode mapping can be...
Host may be reachable via multiple VTEPs in the EVPN topology. In this case load balancing need to happen across VTEPs. This is achieved using a new bridge port type...
Attribute SAI_HA_SCOPE_ATTR_HA_SET_ID should be * @type sai_object_id_t , and not * @type sai_uint16_t /** * @brief Attribute ID for HA scope */ typedef enum _sai_ha_scope_attr_t { ... /** * @brief...