File tree 6 files changed +59
-440
lines changed
x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1
6 files changed +59
-440
lines changed Original file line number Diff line number Diff line change 155
155
},
156
156
{% endfor %}
157
157
{% for port in port_names_active .split (',' ) %}
158
- "{{ port }}|1-2 ": {
158
+ "{{ port }}|1-3 ": {
159
159
"profile" : "q_lossy_minus_7_profile"
160
160
},
161
161
{% endfor %}
162
162
{% for port in port_names_active .split (',' ) %}
163
- "{{ port }}|3 ": {
163
+ "{{ port }}|4 ": {
164
164
"profile" : "q_lossy_profile"
165
165
},
166
166
{% endfor %}
167
167
{% for port in port_names_active .split (',' ) %}
168
- "{{ port }}|4 ": {
168
+ "{{ port }}|5 ": {
169
169
"profile" : "q_lossy_minus_3_profile"
170
170
},
171
171
{% endfor %}
172
172
{% for port in port_names_active .split (',' ) %}
173
- "{{ port }}|5- 6": {
173
+ "{{ port }}|6": {
174
174
"profile" : "q_lossy_profile"
175
175
}{% if not loop .last %} ,{% endif %}
176
176
Original file line number Diff line number Diff line change 16
16
{% - macro generate_dscp_to_tc_map_per_sku () -%}
17
17
"DSCP_TO_TC_MAP": {
18
18
"AZURE": {
19
- "0" : "6 ",
19
+ "0" : "0 ",
20
20
"1" : "1",
21
- "2" : "2 ",
22
- "3" : "3 ",
23
- "4" : "3 ",
24
- "5" : "4 ",
25
- "6" : "5 ",
21
+ "2" : "1 ",
22
+ "3" : "2 ",
23
+ "4" : "2 ",
24
+ "5" : "3 ",
25
+ "6" : "3 ",
26
26
"7" : "0",
27
27
"8" : "0",
28
28
"9" : "0",
29
29
"10": "0",
30
- "11": "0 ",
31
- "12": "0 ",
32
- "13": "0 ",
33
- "14": "0 ",
34
- "15": "0 ",
35
- "16": "0 ",
36
- "17": "0 ",
37
- "18": "0 ",
38
- "19": "0 ",
39
- "20": "0 ",
40
- "21": "0 ",
41
- "22": "0 ",
42
- "23": "0 ",
43
- "24": "0 ",
44
- "25": "0 ",
45
- "26": "0 ",
46
- "27": "0 ",
47
- "28": "0 ",
48
- "29": "0 ",
49
- "30": "0 ",
50
- "31": "0 ",
51
- "32": "0 ",
52
- "33": "0 ",
53
- "34": "0 ",
54
- "35": "0 ",
55
- "36": "0 ",
56
- "37": "0 ",
57
- "38": "0 ",
58
- "39": "0 ",
59
- "40": "0 ",
30
+ "11": "4 ",
31
+ "12": "4 ",
32
+ "13": "4 ",
33
+ "14": "4 ",
34
+ "15": "4 ",
35
+ "16": "4 ",
36
+ "17": "4 ",
37
+ "18": "4 ",
38
+ "19": "4 ",
39
+ "20": "4 ",
40
+ "21": "4 ",
41
+ "22": "4 ",
42
+ "23": "4 ",
43
+ "24": "4 ",
44
+ "25": "4 ",
45
+ "26": "4 ",
46
+ "27": "4 ",
47
+ "28": "4 ",
48
+ "29": "4 ",
49
+ "30": "4 ",
50
+ "31": "5 ",
51
+ "32": "5 ",
52
+ "33": "5 ",
53
+ "34": "5 ",
54
+ "35": "5 ",
55
+ "36": "5 ",
56
+ "37": "5 ",
57
+ "38": "5 ",
58
+ "39": "5 ",
59
+ "40": "5 ",
60
60
"41": "0",
61
61
"42": "0",
62
62
"43": "0",
100
100
101
101
{% - macro generate_scheduler_per_sku () -%}
102
102
"SCHEDULER": {
103
- "scheduler.1 ": {
103
+ "scheduler.4 ": {
104
104
"type" : "DWRR",
105
- "weight": "1 "
105
+ "weight": "4 "
106
106
},
107
- "scheduler.10 ": {
107
+ "scheduler.8 ": {
108
108
"type" : "DWRR",
109
- "weight": "10 "
109
+ "weight": "8 "
110
110
},
111
- "scheduler.12 ": {
111
+ "scheduler.18 ": {
112
112
"type" : "DWRR",
113
- "weight": "12 "
113
+ "weight": "18 "
114
114
},
115
- "scheduler.32 ": {
115
+ "scheduler.22 ": {
116
116
"type" : "DWRR",
117
- "weight": "32 "
117
+ "weight": "22 "
118
118
}
119
119
},
120
120
{% - endmacro -%}
121
121
122
122
{% - macro generate_single_queue_per_sku (port ) -%}
123
123
"{{ port }}|0": {
124
- "scheduler": "scheduler.1 "
124
+ "scheduler": "scheduler.4 "
125
125
},
126
126
"{{ port }}|1": {
127
- "scheduler": "scheduler.10 "
127
+ "scheduler": "scheduler.8 "
128
128
},
129
129
"{{ port }}|2": {
130
- "scheduler": "scheduler.12 "
130
+ "scheduler": "scheduler.18 "
131
131
},
132
132
"{{ port }}|3": {
133
- "scheduler": "scheduler.12 "
133
+ "scheduler": "scheduler.22 "
134
134
},
135
135
"{{ port }}|4": {
136
- "scheduler": "scheduler.32 "
136
+ "scheduler": "scheduler.22 "
137
137
},
138
138
"{{ port }}|5": {
139
- "scheduler": "scheduler.32 "
139
+ "scheduler": "scheduler.22 "
140
140
},
141
141
"{{ port }}|6": {
142
- "scheduler": "scheduler.1 "
142
+ "scheduler": "scheduler.4 "
143
143
}
144
144
{% - endmacro -%}
145
145
Original file line number Diff line number Diff line change 1
- ../Mellanox-SN5610N-C256S2 /buffers_defaults_objects.j2
1
+ ../../x86_64-nvidia_sn5600-r0/ Mellanox-SN5600-C256S1 /buffers_defaults_objects.j2
Original file line number Diff line number Diff line change 1
- ../Mellanox-SN5610N-C256S2 /qos.json.j2
1
+ ../../x86_64-nvidia_sn5600-r0/ Mellanox-SN5600-C256S1 /qos.json.j2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ../../x86_64-nvidia_sn5600-r0/Mellanox-SN5600-C256S1/buffers_defaults_objects.j2
You can’t perform that action at this time.
0 commit comments