diff options
author | Kalesh AP <[email protected]> | 2023-09-26 20:57:30 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-04 11:23:01 +0100 |
commit | cd13244f19eb4cf6f6fd4150fa7d05f435a78d0f (patch) | |
tree | dffe662d2a635a00b8ceb1e60a489910778e7fb2 /tools/perf/scripts/python/libxed.py | |
parent | 847da8b1178c9a3ccfc86e72a5a0433509e32802 (diff) |
bnxt_en: Expose threshold temperatures through hwmon
HWRM_TEMP_MONITOR_QUERY response now indicates various
threshold temperatures. Expose these threshold temperatures
through the hwmon sysfs using this mapping:
hwmon_temp_max : bp->warn_thresh_temp
hwmon_temp_crit : bp->crit_thresh_temp
hwmon_temp_emergency : bp->fatal_thresh_temp
hwmon_temp_max_alarm : temp >= bp->warn_thresh_temp
hwmon_temp_crit_alarm : temp >= bp->crit_thresh_temp
hwmon_temp_emergency_alarm : temp >= bp->fatal_thresh_temp
Link: https://lore.kernel.org/netdev/[email protected]/
Cc: Jean Delvare <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: [email protected]
Signed-off-by: Kalesh AP <[email protected]>
Signed-off-by: Michael Chan <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions