You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Time (in sec) during which the fast link-up is attempted.
3481
+
*
3482
+
* If this timer expires before the link is UP the regular link-up will be performed
3483
+
* Supported range can be obtained using SAI_SWITCH_ATTR_FAST_LINKUP_POLLING_TIME_RANGE
3484
+
*
3485
+
* @type sai_uint16_t
3486
+
* @flags CREATE_AND_SET
3487
+
* @default 60
3488
+
*/
3489
+
SAI_SWITCH_ATTR_FAST_LINKUP_POLLING_TIME,
3490
+
3491
+
/**
3492
+
* @brief Linkup guard time range (in secs)
3493
+
*
3494
+
* @type sai_u16_range_t
3495
+
* @flags READ_ONLY
3496
+
*/
3497
+
SAI_SWITCH_ATTR_FAST_LINKUP_GUARD_TIME_RANGE,
3498
+
3499
+
/**
3500
+
* @brief Time (in secs) during which the link must be UP and have the BER below the level configured with SAI_SWITCH_ATTR_FAST_LINKUP_GUARD_TIME_BER to have the next linkup as fast link-up
3501
+
*
3502
+
* If either link failures or high BER event happen during the configured time then full link-up flow (not fast) will be used for next link-up.
3503
+
* After setting the port's Admin status to UP the regular (non-fast) link-up flow is used
3504
+
* Supported range can be obtained using SAI_SWITCH_ATTR_FAST_LINKUP_GUARD_TIME_RANGE
3505
+
*
3506
+
* @type sai_uint16_t
3507
+
* @flags CREATE_AND_SET
3508
+
* @default 10
3509
+
*/
3510
+
SAI_SWITCH_ATTR_FAST_LINKUP_GUARD_TIME,
3511
+
3512
+
/**
3513
+
* @brief Configures the BER (negative exponent only, mantissa is always 1) which is if measured during
3514
+
*
3515
+
* SAI_SWITCH_ATTR_FAST_LINKUP_GUARD_TIME causes the full link-up flow. For example, "12" configured here is 1e^-12)
0 commit comments