-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 thermal plan to as4630_54pe #3665
Merged
Merged
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
lguohan
approved these changes
Nov 8, 2019
zhenggen-xu
pushed a commit
to zhenggen-xu/sonic-buildimage
that referenced
this pull request
Jan 10, 2020
mssonicbld
added a commit
that referenced
this pull request
Dec 18, 2024
…atically (#21143) #### Why I did it src/sonic-utilities ``` * f3e75c00 - (HEAD -> 202405, origin/202405) Disable routeCheck monit as part of config reload/minigraph stop service and enable it back as part of service start. (#3682) (4 minutes ago) [abdosi] * 35619962 - speed up route check 202405 v2 (#3665) (3 days ago) [Deepak Singhal] * e39964da - Revert "[wol] Implement wol command line utility" (#3515) (6 days ago) [Wenda Chu] ``` #### How I did it #### How to verify it #### Description for the changelog
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
Add thermal plan to as4630_54pe
- How I did it
Add thermal plan to as4630_54pe
- How to verify it
Remove fan and accton_as4630_54pe_monitor.py to check that temp change. And Fan will change depend od thermal policy.
root : DEBUG ori_duty_cycle=50
root : DEBUG test_temp=1
root : DEBUG temp[0]=52000, temp[1]=42000, temp[2]=52000
root : DEBUG temp_val=146000, fan_fail=0
root : DEBUG temp=146000 > fan_policy[0][2]=0
root : DEBUG temp=146000 > fan_policy[1][2]=140000
root : DEBUG temp=146000 <= fan_thermal_policy[1][3]=150000
root : DEBUG new_duty_cycle=62
root : DEBUG ori_state=0, current_state=1, temp_val=146000
root : DEBUG ori_duty_cycle=56
root : DEBUG test_temp=1
root : DEBUG temp[0]=54000, temp[1]=44000, temp[2]=54000
root : DEBUG temp_val=152000, fan_fail=0
root : DEBUG temp=152000 > fan_policy[0][2]=0
root : DEBUG temp=152000 > fan_policy[1][2]=140000
root : DEBUG temp=152000 > fan_policy[2][2]=150000
root : DEBUG temp=152000 <= fan_thermal_policy[2][3]=160000
root : DEBUG new_duty_cycle=75
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)