Add SONiC HLD for Forwarding Path Online Diagnostics#2442
Draft
sridhartalari wants to merge 1 commit into
Draft
Conversation
|
|
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
2b76503 to
6b153b5
Compare
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
6b153b5 to
7959f37
Compare
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
68b94fd to
0b7967f
Compare
Collaborator
|
/azp run |
1 similar comment
Collaborator
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
No pipelines are associated with this pull request. |
Define the community SONiC integration model for forwarding path online diagnostics: CONFIG/APPL/STATE DB schema, SwitchOrch and flex-counter design, CLI, telemetry, and testing requirements mapped to the upstream SAI Online Diagnostics proposal.
0b7967f to
c77479f
Compare
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
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.
Summary
SwitchOrchintegration, Flex Counter polling for aggregate TX/RX/loss/corruption stats, multi-ASIC behavior, warmboot impact, and a test plan.Authors: Anand Mehra, Xiaohu Huang, Sridhar Talari
Motivation
Forwarding path online diagnostics provide switch-scoped active datapath health checks through periodic probe injection and validation. The upstream SAI Online Diagnostics proposal standardizes this capability across vendors. SONiC needs a community design for how forwarding path online diagnostics are configured, observed, and tested.
Test plan
SAI_SWITCH_ATTR_ONLINE_DIAG_*,SAI_SWITCH_STAT_ONLINE_DIAG_*)SwitchOrch, CLI, and flex counters per this HLDRelated work