Skip to content

Commit

Permalink
[nokia]: Updated total headroom pool size to accommodate 100G ports o…
Browse files Browse the repository at this point in the history
…n T2 uplinks (#16690)

Microsoft ADO (25266920)

sonic-mgmt xoff test was failing for [100g,120km]. Needed to update total headroom pool size when 100G line card is used as T2 uplink.

This size was calculated assuming 100g is used for downlink so cable length was 2km whereas it can also be used for uplink (cable length - 120km). so we need to do calculation based on 120km not 2km. Although it will be some wastage for 2km scenario but it should cover both cases.
  • Loading branch information
vmittal-msft authored and mssonicbld committed Sep 26, 2023
1 parent 45d5701 commit 157d972
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"size": "6441610000",
"type": "both",
"mode": "dynamic",
"xoff": "7785676"
"xoff": "396096307"
}
},
"BUFFER_PROFILE": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"size": "6441610000",
"type": "both",
"mode": "dynamic",
"xoff": "7785676"
"xoff": "396096307"
}
},
"BUFFER_PROFILE": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"size": "6441610000",
"type": "both",
"mode": "dynamic",
"xoff": "7785676"
"xoff": "396096307"
}
},
"BUFFER_PROFILE": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"size": "6441610000",
"type": "both",
"mode": "dynamic",
"xoff": "7785676"
"xoff": "396096307"
}
},
"BUFFER_PROFILE": {
Expand Down

0 comments on commit 157d972

Please sign in to comment.