-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[platform][barefoot] Lazy initialize fans and thermals list #7103
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
Merged
Conversation
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
630e90b
to
bb39b04
Compare
akokhan
previously approved these changes
Mar 19, 2021
jleveque
previously approved these changes
Mar 19, 2021
bb39b04
to
8b60b29
Compare
jleveque
previously approved these changes
Mar 23, 2021
2d312bd
to
f247751
Compare
jleveque
previously approved these changes
Mar 24, 2021
f247751
to
b251b7f
Compare
Signed-off-by: Volodymyr Boyko <[email protected]>
b251b7f
to
ac74f50
Compare
jleveque
approved these changes
Mar 26, 2021
@vboykox: Is it possible that there are other commits which need to be cherry-picked to 202012 first? If so, please identify them. |
@jleveque @yxieca looks like this commit https://github.com/Azure/sonic-buildimage/pull/7004/files wasn't picked in 202012 |
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
May 23, 2021
…t#7103) Initialize fans and thermals lists on demand; make them properties in order to reduce Chassis object initialization time Signed-off-by: Volodymyr Boyko <[email protected]>
4 tasks
qiluo-msft
pushed a commit
that referenced
this pull request
Jun 9, 2021
Initialize fans and thermals lists on demand; make them properties in order to reduce Chassis object initialization time Signed-off-by: Volodymyr Boyko <[email protected]>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
…t#7103) Initialize fans and thermals lists on demand; make them properties in order to reduce Chassis object initialization time Signed-off-by: Volodymyr Boyko <[email protected]>
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: Volodymyr Boyko [email protected]
Why I did it
In order to reduce Chassis object initialization time
How I did it
Initialize fans and thermals lists on demand; make them properties
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Initialize fans and thermals lists on demand to reduce Chassis object initialization time
A picture of a cute animal (not mandatory but encouraged)