[orchagent] Add support for Innovium platform#1008
Closed
tonytitus wants to merge 1 commit intosonic-net:201811from
Closed
[orchagent] Add support for Innovium platform#1008tonytitus wants to merge 1 commit intosonic-net:201811from
tonytitus wants to merge 1 commit intosonic-net:201811from
Conversation
Signed-off-by: Tony Titus ttitus@innovium.com
Collaborator
|
@tonytitus , you can mark the original PR labeled as |
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
…ge (sonic-net#1008) As part of consolidating all common Python-based functionality into the new sonic-py-common package, this pull request redirects all Python applications/scripts in sonic-utilities repo to point to sonic-py-common and removes multiple duplicate definitions of common functions in the process. This is the next step toward resolving sonic-net/sonic-buildimage#4999. - Also reorganize imports for consistency - Also align some style
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
Why I did it To enable YANG based CFG table generation, the ConfigDB related macro will be generated by YANG model How I did it Add gen_cfg_schema.py script to generate cfg_schema.h which will be included in schema.h Work item tracking Microsoft ADO: 31676863 How to verify it make deb build
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
…net#1008)" (sonic-net#1067) This reverts commit 839ddf0.
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
Comparing to sonic-net#1008, change to PYTHON3 for buster build failure. Improve the dynamic debian_version as an argument instead of static bookworm. Why I did it To enable YANG based CFG table generation, the ConfigDB related macro will be generated by YANG model How I did it Add gen_cfg_schema.py script to generate cfg_schema.h which will be included in schema.h Work item tracking Microsoft ADO: 31676863 How to verify it make deb build
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.
Signed-off-by: Tony Titus ttitus@innovium.com
What I did
Why I did it
How I verified it
Details if related