Skip to content

Commit a0bd656

Browse files
vharish02yxieca
authored andcommitted
[device/dell] Update Shared headroom values (#1846)
This commit updates the shared headroom value for z9100 T0 and T1 profile based on the ratio. The ratio is derived from the 40G broadcom recommended XL Sheet. Unit tested the above configuration by dumping the registers for the shared headroom. The shared headroom values in registers reflects the correct new values for both T1 and T0. Signed-off-by: Harish Venkatraman <[email protected]>
1 parent 48e3e15 commit a0bd656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100-T0/buffers_defaults_t0.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"size": "11213696",
2929
"type": "ingress",
3030
"mode": "dynamic",
31-
"xoff": "8356608"
31+
"xoff": "6387264"
3232
},
3333
"egress_lossy_pool": {
3434
"size": "9532224",

device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/buffers_defaults_t1.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"size": "10443264",
1515
"type": "ingress",
1616
"mode": "dynamic",
17-
"xoff": "4625920"
17+
"xoff": "7335744"
1818
},
1919
"egress_lossy_pool": {
2020
"size": "8877440",

0 commit comments

Comments
 (0)