forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mellanox] update buffers and align QoS to add support for DSCP remap…
…ping (for Dual-Tor on t1) for Mellanox-SN4700-O8C48 (sonic-net#19999) * [Mellanox] update buffers and align QoS to add support for DSCP remapping (for Dual-Tor on t1) for Mellanox-SN4700-O8C48 Signed-off-by: Andriy Yurkiv <[email protected]>
- Loading branch information
1 parent
a791d54
commit cab9496
Showing
4 changed files
with
92 additions
and
10 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
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
1 change: 0 additions & 1 deletion
1
device/mellanox/x86_64-mlnx_msn4700-r0/Mellanox-SN4700-O8C48/pg_profile_lookup.ini
This file was deleted.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
device/mellanox/x86_64-mlnx_msn4700-r0/Mellanox-SN4700-O8C48/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,53 @@ | ||
## | ||
## Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. | ||
## Apache-2.0 | ||
## | ||
## Licensed under the Apache License, Version 2.0 (the "License"); | ||
## you may not use this file except in compliance with the License. | ||
## You may obtain a copy of the License at | ||
## | ||
## http://www.apache.org/licenses/LICENSE-2.0 | ||
## | ||
## Unless required by applicable law or agreed to in writing, software | ||
## distributed under the License is distributed on an "AS IS" BASIS, | ||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
## See the License for the specific language governing permissions and | ||
## limitations under the License. | ||
## | ||
# PG lossless profiles. | ||
# speed cable size xon xoff threshold | ||
10000 5m 19456 19456 16384 0 | ||
25000 5m 19456 19456 17408 0 | ||
40000 5m 19456 19456 19456 0 | ||
50000 5m 19456 19456 21504 0 | ||
100000 5m 19456 19456 37888 0 | ||
200000 5m 19456 19456 43008 0 | ||
400000 5m 38912 38912 73728 0 | ||
10000 40m 19456 19456 16384 0 | ||
25000 40m 19456 19456 18432 0 | ||
40000 40m 19456 19456 21504 0 | ||
50000 40m 19456 19456 23552 0 | ||
100000 40m 19456 19456 43008 0 | ||
200000 40m 19456 19456 51200 0 | ||
400000 40m 38912 38912 91136 0 | ||
10000 300m 19456 19456 19456 0 | ||
25000 300m 19456 19456 26624 0 | ||
40000 300m 19456 19456 34816 0 | ||
50000 300m 19456 19456 40960 0 | ||
100000 300m 19456 19456 75776 0 | ||
200000 300m 19456 19456 118784 0 | ||
400000 300m 38912 38912 225280 0 | ||
10000 1500m 19456 19456 35840 0 | ||
25000 1500m 19456 19456 65536 0 | ||
40000 1500m 19456 19456 96256 0 | ||
50000 1500m 19456 19456 117760 0 | ||
100000 1500m 19456 19456 230400 0 | ||
200000 1500m 19456 19456 427008 0 | ||
400000 1500m 38912 38912 427008 0 | ||
10000 2000m 19456 19456 41984 0 | ||
25000 2000m 19456 19456 80896 0 | ||
40000 2000m 19456 19456 121856 0 | ||
50000 2000m 19456 19456 149504 0 | ||
100000 2000m 19456 19456 293888 0 | ||
200000 2000m 19456 19456 555008 0 | ||
400000 2000m 38912 38912 555008 0 |
2 changes: 1 addition & 1 deletion
2
device/mellanox/x86_64-mlnx_msn4700-r0/Mellanox-SN4700-O8C48/qos.json.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../x86_64-mlnx_msn2700-r0/ACS-MSN2700/qos.json.j2 | ||
../../x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-C64/qos.json.j2 |