Skip to content

Commit

Permalink
[Mellanox] Update dynamic minimum table for 4700, 3420 and 4600C (#5388)
Browse files Browse the repository at this point in the history
Update dynamic minimum fan speed table according to data provided by thermal team.
  • Loading branch information
Junchao-Mellanox authored Oct 3, 2020
1 parent 4062368 commit e92061c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
'x86_64-mlnx_msn4700-r0': {
'thermal': {
'minimum_table': {
"unk_trust": {"-127:120":16},
"unk_untrust": {"-127:120":16},
"unk_trust": {"-127:35":14, "36:120":15},
"unk_untrust": {"-127:35":14, "36:120":15},
}
},
'fans': {
Expand All @@ -191,8 +191,8 @@
'x86_64-mlnx_msn3420-r0': {
'thermal': {
'minimum_table': {
"unk_trust": {"-127:120":16},
"unk_untrust": {"-127:120":16},
"unk_trust": {"-127:120":12},
"unk_untrust": {"-127:25":12, "26:35":13, "36:40":14, "41:120":16},
}
},
'fans': {
Expand All @@ -212,8 +212,8 @@
'x86_64-mlnx_msn4600c-r0': {
'thermal': {
'minimum_table': {
"unk_trust": {"-127:120":16},
"unk_untrust": {"-127:120":16},
"unk_trust": {"-127:40":12, "41:120":13},
"unk_untrust": {"-127:5":12, "6:20":13, "21:30":14, "31:35":15, "36:40":16, "41:120":17},
}
},
'fans': {
Expand Down

0 comments on commit e92061c

Please sign in to comment.