Skip to content

Commit 9c2a338

Browse files
wendanilguohan
authored andcommitted
[devices]: Merge ingress service pools of lossless and lossy traffic for TD2 (#1578)
Signed-off-by: Wenda <[email protected]>
1 parent 5147d19 commit 9c2a338

File tree

3 files changed

+21
-36
lines changed

3 files changed

+21
-36
lines changed

device/arista/x86_64-arista_7050_qx32/Arista-7050-QX32/buffers.json.j2

+7-12
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,17 @@
6969
},
7070
"BUFFER_POOL": {
7171
"ingress_lossless_pool": {
72-
"size": "7274496",
73-
"type": "ingress",
74-
"mode": "dynamic"
75-
},
76-
"ingress_lossy_pool": {
77-
"size": "5491712",
72+
"size": "12766208",
7873
"type": "ingress",
7974
"mode": "dynamic"
8075
},
8176
"egress_lossless_pool": {
82-
"size": "7274496",
77+
"size": "12766208",
8378
"type": "egress",
8479
"mode": "static"
8580
},
8681
"egress_lossy_pool": {
87-
"size": "5491712",
82+
"size": "8072396",
8883
"type": "egress",
8984
"mode": "dynamic"
9085
}
@@ -95,18 +90,18 @@
9590
"xon":"18432",
9691
"xoff":"40560",
9792
"size":"41808",
98-
"dynamic_th":"-3",
93+
"dynamic_th":"-4",
9994
"xon_offset":"2496"
10095
},
10196
"ingress_lossy_profile": {
102-
"pool":"[BUFFER_POOL|ingress_lossy_pool]",
103-
"size":"1518",
97+
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
98+
"size":"0",
10499
"dynamic_th":"3"
105100
},
106101
"egress_lossless_profile": {
107102
"pool":"[BUFFER_POOL|egress_lossless_pool]",
108103
"size":"0",
109-
"static_th":"7274496"
104+
"static_th":"12766208"
110105
},
111106
"egress_lossy_profile": {
112107
"pool":"[BUFFER_POOL|egress_lossy_pool]",

device/arista/x86_64-arista_7050_qx32s/Arista-7050-QX-32S/buffers.json.j2

+7-12
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,17 @@
6969
},
7070
"BUFFER_POOL": {
7171
"ingress_lossless_pool": {
72-
"size": "7274496",
73-
"type": "ingress",
74-
"mode": "dynamic"
75-
},
76-
"ingress_lossy_pool": {
77-
"size": "5491712",
72+
"size": "12766208",
7873
"type": "ingress",
7974
"mode": "dynamic"
8075
},
8176
"egress_lossless_pool": {
82-
"size": "7274496",
77+
"size": "12766208",
8378
"type": "egress",
8479
"mode": "static"
8580
},
8681
"egress_lossy_pool": {
87-
"size": "5491712",
82+
"size": "8072396",
8883
"type": "egress",
8984
"mode": "dynamic"
9085
}
@@ -95,18 +90,18 @@
9590
"xon":"18432",
9691
"xoff":"40560",
9792
"size":"41808",
98-
"dynamic_th":"-3",
93+
"dynamic_th":"-4",
9994
"xon_offset":"2496"
10095
},
10196
"ingress_lossy_profile": {
102-
"pool":"[BUFFER_POOL|ingress_lossy_pool]",
103-
"size":"1518",
97+
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
98+
"size":"0",
10499
"dynamic_th":"3"
105100
},
106101
"egress_lossless_profile": {
107102
"pool":"[BUFFER_POOL|egress_lossless_pool]",
108103
"size":"0",
109-
"static_th":"7274496"
104+
"static_th":"12766208"
110105
},
111106
"egress_lossy_profile": {
112107
"pool":"[BUFFER_POOL|egress_lossy_pool]",

device/dell/x86_64-dell_s6000_s1220-r0/Force10-S6000/buffers.json.j2

+7-12
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,17 @@
6969
},
7070
"BUFFER_POOL": {
7171
"ingress_lossless_pool": {
72-
"size": "7274496",
73-
"type": "ingress",
74-
"mode": "dynamic"
75-
},
76-
"ingress_lossy_pool": {
77-
"size": "5491712",
72+
"size": "12766208",
7873
"type": "ingress",
7974
"mode": "dynamic"
8075
},
8176
"egress_lossless_pool": {
82-
"size": "7274496",
77+
"size": "12766208",
8378
"type": "egress",
8479
"mode": "static"
8580
},
8681
"egress_lossy_pool": {
87-
"size": "5491712",
82+
"size": "8072396",
8883
"type": "egress",
8984
"mode": "dynamic"
9085
}
@@ -95,18 +90,18 @@
9590
"xon":"18432",
9691
"xoff":"40560",
9792
"size":"41808",
98-
"dynamic_th":"-3",
93+
"dynamic_th":"-4",
9994
"xon_offset":"2496"
10095
},
10196
"ingress_lossy_profile": {
102-
"pool":"[BUFFER_POOL|ingress_lossy_pool]",
103-
"size":"1518",
97+
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
98+
"size":"0",
10499
"dynamic_th":"3"
105100
},
106101
"egress_lossless_profile": {
107102
"pool":"[BUFFER_POOL|egress_lossless_pool]",
108103
"size":"0",
109-
"static_th":"7274496"
104+
"static_th":"12766208"
110105
},
111106
"egress_lossy_profile": {
112107
"pool":"[BUFFER_POOL|egress_lossy_pool]",

0 commit comments

Comments
 (0)