LLR: Link Layer Retry implementation#4528
Open
rminnikanti wants to merge 1 commit into
Open
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
- New llrorch.cpp in orchagent - mock tests added to validate reference counting and expected flow - New llrmgrd implementation as per the HLD - DVS tests added to verify end to end DB flow. - LLR Flex counter support - Added DVS test to verify Signed-off-by: Ravi Minnikanti <rminnikanti@marvell.com>
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
What I did
Why I did it
HLD: sonic-net/SONiC#2098
How I verified it
DVS tests (
tests/test_llr.py): 12 test cases covering INI profile generation, user profile precedence, profile reference counting, end-to-end DB flow.Gtest mock tests (
tests/mock_tests/llrorch_ut.cpp): 4 gtest cases covering LlrOrch SAI call sequencing, profile lifecycle, and reference counting.Depends on: LLR: Added LLR APPL_DB table names to schema sonic-swss-common#1182
Depends on: [vslib] Add LLR profile attribute capability and port stats sonic-sairedis#1873
Details if related