Open
Conversation
Our current thermal model for the T6, which sets a target temperature of 70° C, a critical threshold of 80° C, and a power-down threshold of 85° C, is _extremely_ conservative. According to Chelsio, the T<sub>j</sub> Typical for the part is 100° C, so we are running with thermal parameters that will shut down the whole system long before the part even reaches the vendor's typical temperature. While I imagine that keeping the T6 well below T<sub>j</sub> Typical is probably good for the long-term reliability of the part, the thermal loop is far too twitchy about powering down the whole system if the T6 gets a bit hot, so we can afford to be less careful with it. This commit updates the thermal mdoel for T6 to set the target temperature to 95° C, the critical threshold to 100° C, and the power-down threshold to 115° C (which is Chelsio's T<sub>j</sub> Max value for the part). This is still a bit more conservative than setting the target temperature to 100° C, but I feel like we can afford to be a bit conservative, if it improves long-term reliability --- this still gives us 25° C of additional headroom before the thermal loop gets scared, relative to the old thermal model. Closes #2431
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
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.
Our current thermal model for the T6, which sets a target temperature of 70° C, a critical threshold of 80° C, and a power-down threshold of 85° C, is extremely conservative. According to Chelsio, the Tj Typical for the part is 100° C, so we are running with thermal parameters that will shut down the whole system long before the part even reaches the vendor's typical temperature. While I imagine that keeping the T6 well below Tj Typical is probably good for the long-term reliability of the part, the thermal loop is far too twitchy about powering down the whole system if the T6 gets a bit hot, so we can afford to be less careful with it.
This commit updates the thermal mdoel for T6 to set the target temperature to 95° C, the critical threshold to 100° C, and the power-down threshold to 115° C (which is Chelsio's Tj Max value for the part). This is still a bit more conservative than setting the target temperature to 100° C, but I feel like we can afford to be a bit conservative, if it improves long-term reliability --- this still gives us 25° C of additional headroom before the thermal loop gets scared, relative to the old thermal model.
Closes #2431