Skip to content

Conversation

@JaiOCP
Copy link
Contributor

@JaiOCP JaiOCP commented Dec 15, 2025

Linkup delay works by establishing a link up debounce/delay timer. In a link state transition from down -> up, the timer starts but the link up notification is suppressed until the timer expires. If there is a link down before the timer expires, the link up debouncing process immediately stops without the link up notification being issued, and the link down notification is sent. Linkup delay only debounces link up events. Link down events are always immediately notified.

Signed-off-by: JaiOCP <jai.kumar@broadcom.com>
@rlhui rlhui added the reviewed PR is discussed in SAI Meeting label Dec 18, 2025
@rlhui
Copy link
Collaborator

rlhui commented Dec 18, 2025

what if ASIC can support this capability, but cannot support the value being written?

Signed-off-by: JaiOCP <jai.kumar@broadcom.com>
@JaiOCP
Copy link
Contributor Author

JaiOCP commented Dec 19, 2025

what if ASIC can support this capability, but cannot support the value being written?

In our current SAI architecture for such cases SAI adapter just returns error. Ideally as we discussed we should enhance query APIs to return values supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reviewed PR is discussed in SAI Meeting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants