SAI
SAI copied to clipboard
Switch Abstraction Interface
hello, we are now supporting feature QinQ using our custom SAI attributes, when will this feature can be merged into master? Thank you all.
Hi All, Is there any way to generate test report of SAI PTF test cases. I am seeing OK print on the console for passed test cases Please find details...
https://github.com/opencomputeproject/SAI/blob/8caba94a253a4246d172fad90a70d4145d010527/inc/saischeduler.h#L79C4-L79C4 The scheduler weight is applicable for WRR as well, not just for DWRR.
Those items: * struct sai_global_apis_t * enum sai_global_api_type_t * struct sai_switch_notifications_t * enum sai_switch_notification_type_t * struct sai_switch_pointers_t * enum sai_switch_pointer_type_t are not binary backward compatible from sai version to version,...
SAI_BUFFER_PROFILE_ATTR_THRESHOLD_MODE is mandatory and will always override SAI_BUFFER_POOL_ATTR_THRESHOLD_MODE. What is the need of SAI_BUFFER_POOL_ATTR_THRESHOLD_MODE? /** * @brief Shared threshold mode for the buffer profile * * If set, this overrides...
objectives: This request adds the set of the port attributes as: SAI_PORT_ATTR_CTLE_VALUES, SAI_PORT_ATTR_FFE_VALUES, SAI_PORT_ATTR_DFE_VALUES. The purpose of these attributes is allowing to get more detailed information about SerDes equalization. All...
While playing with DASH an SAI repos i noticed that there are too many saithrift servers, and each one is slightly different then each other: 1. https://github.com/opencomputeproject/SAI/blob/master/meta/sai_rpc_frontend.cpp (frontend), and meta/sai_rpc_server.cpp...
Hello, When static FDB entries are added by user (using Adapter Host, eg: SONiC), is the SAI adapter expected to invoke the fdb event notification function? Or is event notification...
Questions about 2 directories: https://github.com/opencomputeproject/SAI/tree/master/data/TAM and https://github.com/opencomputeproject/SAI/tree/master/flexsai/p4 @JaiOCP @liat-grozovik those were updated last time 4 years ago, is that still active or can be depreciated ?
[sai_serialize_attribute](https://github.com/opencomputeproject/SAI/blob/master/meta/saiserialize.c#L1274) function (and other functions it calls) doesn't take into consideration the output buffer size. This can be a real issue when serializing variable lenght attributes such as obj_list/u32list etc....