-
Notifications
You must be signed in to change notification settings - Fork 648
Orchagent changes needed to support single ASIC VOQ Fixed-System #3847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lakshmi-nexthop
wants to merge
29
commits into
sonic-net:master
Choose a base branch
from
lakshmi-nexthop:single_voq_swss
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f0b2cec
changes needed to support VOQ FS
lakshmi-nexthop 9925e34
connect to chassis db if present
lakshmi-nexthop a878c08
UT fix
lakshmi-nexthop 756c48c
format
lakshmi-nexthop 77b17bf
formatting
lakshmi-nexthop a63b4d9
format
lakshmi-nexthop 49d7b93
format
lakshmi-nexthop f1a54fa
Merge branch 'master' into single_voq_swss
lakshmi-nexthop 7e36333
conflict
lakshmi-nexthop 6140dd1
UT for fixed system voq
lakshmi-nexthop a5a7d9b
Merge branch 'master' into single_voq_swss
lakshmi-nexthop 4028a48
UT invocation
lakshmi-nexthop 49f2df5
removed call to 2nd run-tests.sh
lakshmi-nexthop a9b094d
removed docker-sonic-vs changes also
lakshmi-nexthop 5561705
Added UT back
lakshmi-nexthop 7a6d0ae
change name
lakshmi-nexthop 0780b1c
Merge branch 'master' into single_voq_swss
lakshmi-nexthop 504be65
Merge branch 'master' into single_voq_swss
lakshmi-nexthop 212f021
Merge branch 'master' into single_voq_swss
lakshmi-nexthop 340f91a
refactor to reduce checks for single asic
lakshmi-nexthop b90964a
Merge branch 'single_voq_swss' of github.com:lakshmi-nexthop/sonic-sw…
lakshmi-nexthop e563a9b
removed extra lines
lakshmi-nexthop 74427f6
add line
lakshmi-nexthop b220bb4
Merge branch 'master' into single_voq_swss
lakshmi-nexthop 566e45b
removed more checks
lakshmi-nexthop f2e9985
removed additional check for voq
lakshmi-nexthop eae99a5
format
lakshmi-nexthop 5e89254
format
lakshmi-nexthop 36fd1c2
Merge branch 'master' into single_voq_swss
lakshmi-nexthop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we handle this by any other field in Config_DB and not reading file? @arlakshm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point, there was an idea/suggestion to use a different flag in DEVICE_METADATA to indicate this mode. It's definitely a plausible solution, but a bit redundant and we have to worry about inconsistency between what that flag says and the presence/absence of this file. Both are valid approaches though and it will be good to see what @arlakshm suggests here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tjchadaga : can you put final conclusion here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prsunny, currently we do not have any config_db entry to identify this. We can keep the check for chassis_db.conf. We will revisit this once we have any config_db entry is added