-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Mellanox][202012] Support Mellanox-SN4600C-C64 as T1 switch in dual-ToR scenario #11032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
neethajohn
merged 10 commits into
sonic-net:202012
from
stephenxs:dual-tor-t1-c64-202012
Jun 21, 2022
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
4adb6bd
Support t1 in dual ToR scenario
stephenxs 6347a10
Support unit test for QoS and buffer when remap is disabled
99b3a4d
4600c buffer templates support both remap disabled and enabled
stephenxs 64a50ce
Adjust the order in which different versions of queue and pg generati…
stephenxs c599c06
Commit missing change: file.cmp => util.cmp
stephenxs f0f23eb
Remain the original buffer pool sizes if remapping is disabled
stephenxs acd59ed
don't test buffer_model for lossy PG for ports with extra lossless PGs
stephenxs 2bcfb7d
Merge remote-tracking branch 'origin/202012' into dual-tor-t1-c64-202012
stephenxs 0b9016c
Merge branch '202012' into dual-tor-t1-c64-202012
stephenxs 3edba88
Fix unit test failure caused by the latest community change
stephenxs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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_msn4600c-r0/Mellanox-SN4600C-C64/qos.json.j2
This file was deleted.
Oops, something went wrong.
92 changes: 92 additions & 0 deletions
92
device/mellanox/x86_64-mlnx_msn4600c-r0/Mellanox-SN4600C-C64/qos.json.j2
This file contains hidden or 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,92 @@ | ||
| {% if ('type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'LeafRouter') %} | ||
| {%- macro generate_dscp_to_tc_map() %} | ||
| "DSCP_TO_TC_MAP": { | ||
| "AZURE": { | ||
| "0" : "1", | ||
| "1" : "1", | ||
| "2" : "2", | ||
| "3" : "3", | ||
| "4" : "4", | ||
| "5" : "1", | ||
| "6" : "6", | ||
| "7" : "1", | ||
| "8" : "0", | ||
| "9" : "1", | ||
| "10": "1", | ||
| "11": "1", | ||
| "12": "1", | ||
| "13": "1", | ||
| "14": "1", | ||
| "15": "1", | ||
| "16": "1", | ||
| "17": "1", | ||
| "18": "1", | ||
| "19": "1", | ||
| "20": "1", | ||
| "21": "1", | ||
| "22": "1", | ||
| "23": "1", | ||
| "24": "1", | ||
| "25": "1", | ||
| "26": "1", | ||
| "27": "1", | ||
| "28": "1", | ||
| "29": "1", | ||
| "30": "1", | ||
| "31": "1", | ||
| "32": "1", | ||
| "33": "1", | ||
| "34": "1", | ||
| "35": "1", | ||
| "36": "1", | ||
| "37": "1", | ||
| "38": "1", | ||
| "39": "1", | ||
| "40": "1", | ||
| "41": "1", | ||
| "42": "1", | ||
| "43": "1", | ||
| "44": "1", | ||
| "45": "1", | ||
| "46": "5", | ||
| "47": "1", | ||
| "48": "7", | ||
| "49": "1", | ||
| "50": "1", | ||
| "51": "1", | ||
| "52": "1", | ||
| "53": "1", | ||
| "54": "1", | ||
| "55": "1", | ||
| "56": "1", | ||
| "57": "1", | ||
| "58": "1", | ||
| "59": "1", | ||
| "60": "1", | ||
| "61": "1", | ||
| "62": "1", | ||
| "63": "1" | ||
| } | ||
| }, | ||
| {%- endmacro %} | ||
| {%- macro generate_tc_to_pg_map() %} | ||
| "TC_TO_PRIORITY_GROUP_MAP": { | ||
| "AZURE": { | ||
| "0": "0", | ||
| "1": "0", | ||
| "2": "2", | ||
| "3": "3", | ||
| "4": "4", | ||
| "5": "0", | ||
| "6": "6", | ||
| "7": "0" | ||
| } | ||
| }, | ||
| {%- endmacro %} | ||
| {%- macro generate_global_dscp_to_tc_map() %} | ||
| {# This is an empty macro since the global DSCP_TO_TC map is not required #} | ||
| {%- endmacro %} | ||
|
|
||
| {% endif %} | ||
|
|
||
| {%- include 'qos_config.j2' %} |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.