-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[device/dell] Add dynamic buffer pg lookup tbl (#1366)
This commit adds new support for dynamic buffer configuation. Adding pg_profile lookup table for supporting the buffer profile using cable length and port speed. Lookup table entries are calculated based on formula for different cable length and speed. The 50G entries needs to be updated once again as we are waiting for the interface sublayer MAC delay values. Additionally fixed some issues in the buffers.json.j2 file. Signed-off-by: Harish Venkatraman <Harish_Venkatraman@dell.com>
- Loading branch information
Showing
2 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
device/dell/x86_64-dell_s6100_c2538-r0/Force10-S6100/pg_profile_lookup.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# PG lossless profiles. | ||
# speed cable size xon xoff threshold | ||
10000 5m 1248 2288 35776 -4 | ||
25000 5m 1248 2288 53248 -4 | ||
40000 5m 1248 2288 66560 -4 | ||
50000 5m 1248 2288 90272 -4 | ||
100000 5m 1248 2288 165568 -4 | ||
10000 40m 1248 2288 37024 -4 | ||
25000 40m 1248 2288 53248 -4 | ||
40000 40m 1248 2288 71552 -4 | ||
50000 40m 1248 2288 96096 -4 | ||
100000 40m 1248 2288 177632 -4 | ||
10000 300m 1248 2288 46176 -4 | ||
25000 300m 1248 2288 79040 -4 | ||
40000 300m 1248 2288 108160 -4 | ||
50000 300m 1248 2288 141856 -4 | ||
100000 300m 1248 2288 268736 -4 |