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

In the current implementation (without the proposed changes), there is no relation between secure flow, secure channel and the macsec_port_id/port. MACsec user is not able create a flow or secure...

reviewed

Within the current framework of SAI, objects such as vlan, router-interface, tunnel, queue, port, and others come with built-in statistical enumeration. The expectation is that these statistics will be counted...

reviewed

Add new breakout mode enum to "sai_port_breakout_mode_type_t", /** 8 lanes breakout Mode */ SAI_PORT_BREAKOUT_MODE_TYPE_8_LANE = 3,

add SAI_PORT_BREAKOUT_MODE_TYPE_8_LANE to sai_port_breakout_mode_type_t

Adding additional Ether Pkts in and out stats ranges requirement for Cisco Platforms. Currently SAI supported attributes are in the range for bigger frames sizes are : 1519-2047, 2048-4095, 4096-9216...

reviewed

The changes does the following: - The above changes, when given "make rpc" from meta folder, will generate a sai.proto file. - have made changes related to protobuf in: -...

Added extension range for sai_hash_algorithm_t

SER Support is added on top of base infra introduced by https://github.com/opencomputeproject/SAI/pull/1777 Previous PR is closed as the branch was very old and couldn't reconcile the older commits with enum...

With GCC 12, there is a compiler error in `saimetadatatest.c` generated code. Compiler error: ``` saimetadatatest.c: In function 'api_name_test': saimetadatatest.c:6:15: error: dangling pointer 'dummy' to 'ge' may be used [-Werror=dangling-pointer=]...