Skip to content

Commit bb96998

Browse files
DavidZaguryyanjundeng
authored andcommitted
[Mellanox] [SIMX] Disable cpu_pack and comex_amb for SN5640 and SN5600 (sonic-net#21558)
- Why I did it Mellanox SN5600, SN5640 SIMX platform does not support cpu thermal sensors - How I did it Update DEVICE_DATA configuration for the SIMX platform - How to verify it Check no error exists in syslog
1 parent 705e2ae commit bb96998

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

platform/mellanox/mlnx-platform-api/sonic_platform/device_data.py

+9
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,18 @@ class DpuInterfaceEnum(Enum):
162162
'fw_control_ports': [64] # 0 based sfp index list
163163
}
164164
},
165+
'x86_64-nvidia_sn5600_simx-r0': {
166+
'thermal': {
167+
"capability": {
168+
"cpu_pack": False,
169+
"comex_amb": False,
170+
}
171+
}
172+
},
165173
'x86_64-nvidia_sn5640_simx-r0': {
166174
'thermal': {
167175
"capability": {
176+
"cpu_pack": False,
168177
"comex_amb": False,
169178
}
170179
}

0 commit comments

Comments
 (0)