[Mellanox] Change thermal recover threshold from temp_trip_norm to temp_trip_high (#8792)
- Why I did it Change thermal recover threshold from temp_trip_norm to temp_trip_high, so that thermal algorithm would set fan speed to minimum allowed earlier and save power. - How I did it Change thermal recover threshold from temp_trip_norm to temp_trip_high - How to verify it Manual test
This commit is contained in:
parent
a22c82288d
commit
d69564a1e7
@ -46,7 +46,7 @@ THERMAL_ZONE_GEARBOX_PATH = "/var/run/hw-management/thermal/mlxsw-gearbox{}/"
|
|||||||
THERMAL_ZONE_MODE = "thermal_zone_mode"
|
THERMAL_ZONE_MODE = "thermal_zone_mode"
|
||||||
THERMAL_ZONE_POLICY = "thermal_zone_policy"
|
THERMAL_ZONE_POLICY = "thermal_zone_policy"
|
||||||
THERMAL_ZONE_TEMPERATURE = "thermal_zone_temp"
|
THERMAL_ZONE_TEMPERATURE = "thermal_zone_temp"
|
||||||
THERMAL_ZONE_NORMAL_TEMPERATURE = "temp_trip_norm"
|
THERMAL_ZONE_NORMAL_TEMPERATURE = "temp_trip_high"
|
||||||
|
|
||||||
MODULE_TEMPERATURE_FAULT_PATH = "/var/run/hw-management/thermal/module{}_temp_fault"
|
MODULE_TEMPERATURE_FAULT_PATH = "/var/run/hw-management/thermal/module{}_temp_fault"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user