forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[device/celestica]: Add support for fan/voltage event to questone2bd get_change_event api #196
Merged
mudsut4ke
merged 5 commits into
SONIC-DEV:201911_cel_wb
from
mudsut4ke:201911_cel_wb_questone2bd_get_event_change
Jul 16, 2020
Merged
[device/celestica]: Add support for fan/voltage event to questone2bd get_change_event api #196
mudsut4ke
merged 5 commits into
SONIC-DEV:201911_cel_wb
from
mudsut4ke:201911_cel_wb_questone2bd_get_event_change
Jul 16, 2020
Conversation
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
mudsut4ke
changed the title
[device/celestica]: update questone2bd get_change_event api to suppor…
[device/celestica]: Add support for fan/voltage event to questone2bd get_change_event api
Jul 9, 2020
pphuchar
requested changes
Jul 13, 2020
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.
Please check the comments.
device/celestica/x86_64-cel_questone2bd-r0/sonic_platform/chassis.py
Outdated
Show resolved
Hide resolved
device/celestica/x86_64-cel_questone2bd-r0/sonic_platform/chassis.py
Outdated
Show resolved
Hide resolved
device/celestica/x86_64-cel_questone2bd-r0/sonic_platform/chassis.py
Outdated
Show resolved
Hide resolved
pphuchar
approved these changes
Jul 16, 2020
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.
Aprroved.
mudsut4ke
pushed a commit
that referenced
this pull request
Mar 16, 2021
183162f Fix issue: expect redis pubsub data to be str type instead of bytes type (#196) #### Why I did it Update submodule pointer for snmpagent to include PR sonic-net/sonic-snmpagent#196 #### How I did it Update submodule pointer for snmpagent #### How to verify it Run build
jerseyang
pushed a commit
that referenced
this pull request
Jun 4, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (#197) - [mellanox]: Backport new kernel patches (#195) - [ci]: build amd64/armhf/arm64 for CI build (#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (#183) Signed-off-by: Danny Allen <[email protected]>
mudsut4ke
pushed a commit
that referenced
this pull request
Sep 9, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (#195) 4e3a0a0 Fix typo for midplane APIs. (#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (#193)
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.
- What I did
- How I did it
- How to verify it