syncd: support cisco ASIC name - #2006
Open
anamehra wants to merge 1 commit into
Open
Conversation
Signed-off-by: Anand Mehra (anamehra) <anamehra@cisco.com>
Collaborator
|
/azp run |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
anamehra
marked this pull request as ready for review
July 27, 2026 00:15
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
8 tasks
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.
Description of PR
Summary:
Support the
ciscoASIC name as an alias for the existing Cisco-8000 syncd initialization path.Fixes # (issue)
N/A
Related: sonic-net/sonic-buildimage#27281
Type of change
Approach
What is the motivation for this PR?
The buildimage platform change uses the shorter
ciscoASIC name, while sairedis still needs to run the existing Cisco-8000 syncd initialization path.Work item tracking
How did you do it?
Allow
config_syncd()to callconfig_syncd_cisco_8000whenSONIC_ASIC_TYPEis eithercisco-8000orcisco.How did you verify/test it?
git diff --checkbash -n syncd/scripts/syncd_init_common.shAny platform specific information?
Cisco platforms using
asic_type: cisco.Documentation
N/A