-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add DPU dark-mode definition for SmartSwitch PMON #1818
Closed
Closed
Changes from all commits
Commits
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,11 +74,14 @@ The picture below highlights the PMON vertical and its association with other lo | |
#### Use case | ||
* Switch: Day0 setup, Maintenance, RMA | ||
* DPU: Day0, Day1-N Provisioning, Maintenance, RMA | ||
#### DPU dark mode | ||
* When a DPU is in dark mode, it remains powered down and does not consume any power. | ||
* Dark mode is enabled by default, but can be configured through the platform's config_db if needed. | ||
#### DPU cold startup Sequence | ||
* The chassis is powered up and the host is booting up. | ||
* The switch PMON is registered with the configDB state change handler. | ||
* DPU "admin_status: up" is set in the configDB. When not explicitly configured the default is "up". | ||
* The switch PMON gets the admin up notification from the configDB | ||
* If the DPU's "admin_status: down" in the configDB, the DPU will remain powered down. The default setting is "down". | ||
* If the DPU "admin_status: up" is set in the configDB, the switch PMON receives an admin-up notification from the configDB. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If the DPU "admin_status: up" or if "admin_status: down" is not configured in the configDB, the switch PMON receives an admin-up notification from the configDB. |
||
* The switch PMON invokes the platform API to power on the DPU | ||
* DPU boots up and attaches itself to the midplane. | ||
* Once SONiC is up, the state progression is updated for every state transition on the DPU_STATE table in the chassisStateDB | ||
|
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.
It will be appropriate to say "When a DPU is in dark mode, it remains powered down and does not consume power"
"Dark mode is enabled by default, but the platform can be configure to boot in light up mode with one or more DPUs"