Link Layer Retry support in SAI.#2225
Merged
tjchadaga merged 1 commit intoopencomputeproject:masterfrom Jan 8, 2026
Merged
Conversation
59e0bc1 to
bfb4046
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
bfb4046 to
e0ec34b
Compare
Contributor
Author
JaiOCP
reviewed
Nov 12, 2025
Contributor
There was a problem hiding this comment.
@rck-innovium Please check in the Waiver Form for non UEC Members who would like to review the PR.
Each reviewer if not a UEC member, MUST sign the waiver form. Signed waiver form will be committed as part of the PR commit process for audit trail purposes.
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
j-bos
approved these changes
Dec 11, 2025
Contributor
j-bos
left a comment
There was a problem hiding this comment.
Looks good but one whitespace item to address (may affect metadata build)
tjchadaga
reviewed
Dec 12, 2025
inc/saiport.h
Outdated
| SAI_LLR_FRAME_ACTION_BLOCK, | ||
|
|
||
| /** Frames are treated as regular packets and are transmitted. */ | ||
| SAI_LLR_FRAME_ACTION_BEST_EFFORT, |
e0ec34b to
eb3aa1d
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
Refer: Chapter 5.1 of https://ultraethernet.org/wp-content/uploads/sites/20/2025/06/UE-Specification-6.11.25.pdf Signed-off-by: rck-innovium <[email protected]>
eb3aa1d to
4083cd8
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tjchadaga
approved these changes
Jan 8, 2026
vivekrnv
added a commit
to vivekrnv/SAI
that referenced
this pull request
Feb 6, 2026
This reverts commit 5690c98.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link Layer Retry support in SAI based on Ultra Ethernet Consortium spec 1.0 Chapter 5.1.
Note:
Please refer: #2226