Skip to content

Commit

Permalink
Fix error in peer response time when headroom is calculated for 800G (#…
Browse files Browse the repository at this point in the history
…2860)

**What I did**

Fix an error in peer response time when headroom is calculated for 800G

**Why I did it**

Bug fix.

**How I verified it**

Manually test
  • Loading branch information
stephenxs authored and StormLiangMS committed Aug 16, 2023
1 parent 5f294cf commit 859bd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfgmgr/buffer_headroom_mellanox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ local ret = {}
-- the key of table pause_quanta_per_speed is operating speed at Mb/s
-- the value of table pause_quanta_per_speed is the number of pause_quanta
local pause_quanta_per_speed = {}
pause_quanta_per_speed[800000] = 905
pause_quanta_per_speed[400000] = 905
pause_quanta_per_speed[200000] = 453
pause_quanta_per_speed[100000] = 394
Expand Down

0 comments on commit 859bd67

Please sign in to comment.