SAI icon indicating copy to clipboard operation
SAI copied to clipboard

Switch Abstraction Interface

Results 143 SAI issues
Sort by recently updated
recently updated
newest added

[[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

reviewed

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...

reviewed

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...