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

Update the comments of few SA stats viz. SAI_MACSEC_SA_STAT_IN_PKTS_INVALID, SAI_MACSEC_SA_STAT_IN_PKTS_NOT_USING_SA, SAI_MACSEC_SA_STAT_IN_PKTS_UNUSED_SA, SAI_MACSEC_SA_STAT_IN_PKTS_OK, SAI_MAC to make it clear that these stats are cumulative as other attributes.

IPv6NextHdrTest(saiacl module) needs modification as per SAI Standard. in IPv6NextHdrTest(saiacl) while configuring acl_action_data_t enable flag is missing. But as per SAI Header/standard sai_action paramer valid only when enable flag set...

Hi All, As per SAI PTF (noHostRouteIpv6LinkLocalNeighborTest in saineighbor.py) testcase expectation, host route should not created for link local IPv6 address irrespective of SAI_NEIGHBOR_ENTRY_ATTR_NO_HOST_ROUTE attribute value but SAI Header mention...

SAI_MACSEC_SA_ATTR_SALT and SAI_MACSEC_SA_ATTR_MACSEC_SSCI are valid only if SAI_MACSEC_SC_ATTR_MACSEC_CIPHER_SUITE is equal to SAI_MACSEC_CIPHER_SUITE_GCM_AES_XPN_128 or SAI_MACSEC_CIPHER_SUITE_GCM_AES_XPN_256. But SAI_MACSEC_SA_ATTR_SALT and SAI_MACSEC_SA_ATTR_MACSEC_SSCI don't have validonly metadata.

This issue is related to recently discovered problem: https://github.com/sonic-net/sonic-buildimage/issues/20725 During syncd boot sequence we are performing discovery operation on the device iterating GET via all OID attributes to figure out...

Hi team, I am trying to run PTF test cases on my PTF test bed. I am using Sonic mgmt method to bring up the PTF test bed.(https://github.com/opencomputeproject/SAI/blob/master/ptf/docs/SAI-PTFv2Overview.md) used this...

The issue is seen in SONiC 202405 branch. Steps to repro the issue. 1. Install `python-saithrift_0.9.4_amd64.deb` package with command `sudo dpkg -i python-saithrift_0.9.4_amd64.deb` 2. Check the directory structure. The `switch_sai_thrift`...