-
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.
[Mellanox] Adjust buffer parameters with 2km cable supported for 4600…
…C non-generic SKUs (#9215) - Why I did it Also recalculated all parameters with the latest algorithm with per-speed peer response time taken into account - How I did it Detailed information of each SKU: C64: t0: 32 100G downlinks and 32 100G uplinks t1: 56 100G downlinks and 8 100G uplinks with 2km-cable supported D112C8: 112 50G downlinks and 8 100G uplinks. D48C40: 48 50G downlinks, 32 100G downlinks, and 8 100G uplinks D100C12S2: 4 100G downlinks, 2 10G downlinks, 100 50G downlinks, and 8 100G uplinks 2km cable is supported for C64 on t1 only - How to verify it Run regression test (QoS) Signed-off-by: Stephen Sun <[email protected]>
- Loading branch information
1 parent
4ebafda
commit b479bcd
Showing
9 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-C64/buffers_defaults_t0.j2
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
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-C64/buffers_defaults_t1.j2
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
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D100C12S2/buffers_defaults_t0.j2
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
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D100C12S2/buffers_defaults_t1.j2
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
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D112C8/buffers_defaults_t0.j2
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
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D112C8/buffers_defaults_t1.j2
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
34 changes: 17 additions & 17 deletions
34
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D112C8/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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# PG lossless profiles. | ||
# speed cable size xon xoff threshold | ||
10000 5m 19456 19456 24576 0 | ||
25000 5m 19456 19456 24576 0 | ||
40000 5m 19456 19456 24576 0 | ||
50000 5m 19456 19456 24576 0 | ||
100000 5m 19456 19456 25600 0 | ||
10000 40m 19456 19456 24576 0 | ||
25000 40m 19456 19456 26624 0 | ||
40000 40m 19456 19456 27648 0 | ||
50000 40m 19456 19456 28672 0 | ||
100000 40m 19456 19456 32768 0 | ||
25000 5m 19456 19456 26624 0 | ||
40000 5m 19456 19456 30720 0 | ||
50000 5m 19456 19456 33792 0 | ||
100000 5m 19456 19456 59392 0 | ||
10000 40m 19456 19456 25600 0 | ||
25000 40m 19456 19456 28672 0 | ||
40000 40m 19456 19456 33792 0 | ||
50000 40m 19456 19456 36864 0 | ||
100000 40m 19456 19456 66560 0 | ||
10000 300m 19456 19456 30720 0 | ||
25000 300m 19456 19456 39936 0 | ||
40000 300m 19456 19456 49152 0 | ||
50000 300m 19456 19456 55296 0 | ||
100000 300m 19456 19456 86016 0 | ||
25000 300m 19456 19456 41984 0 | ||
40000 300m 19456 19456 54272 0 | ||
50000 300m 19456 19456 63488 0 | ||
100000 300m 19456 19456 120832 0 | ||
10000 2000m 19456 19456 32768 0 | ||
25000 2000m 19456 19456 63488 0 | ||
40000 2000m 19456 19456 94208 0 | ||
50000 2000m 19456 19456 114688 0 | ||
100000 2000m 19456 19456 217088 0 | ||
25000 2000m 19456 19456 64512 0 | ||
40000 2000m 19456 19456 97280 0 | ||
50000 2000m 19456 19456 119808 0 | ||
100000 2000m 19456 19456 234496 0 |
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D48C40/buffers_defaults_t0.j2
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
6 changes: 3 additions & 3 deletions
6
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-D48C40/buffers_defaults_t1.j2
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