forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdynamic_buffer_param.json
More file actions
93 lines (93 loc) · 2.2 KB
/
Copy pathdynamic_buffer_param.json
File metadata and controls
93 lines (93 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"mellanox": {
"default_cable_length": ["5m", "40m", "300m"],
"testparam_cable_length": ["15m", "40m"],
"headroom-override": {
"add": {
"xon": "18432",
"xoff": "18432",
"size": "36864",
"dynamic_th": "1"
},
"set": {
"xon": "18432",
"xoff": "36864",
"size": "55296"
}
},
"lossless_pg": {
"headroom-override": {
"xon": "18432",
"xoff": "32768",
"size": "51200"
},
"non-default-dynamic_th": {
"dynamic_th": "2"
}
},
"extra_overhead": {
"8": "95232",
"default": "58368"
},
"shared-headroom-pool": {
"size": "1024000",
"private_pg_headroom": "10240"
},
"admin-down": {
"BUFFER_PG_TABLE": {
"0": "[BUFFER_PROFILE_TABLE:ingress_lossy_pg_zero_profile]"
},
"BUFFER_QUEUE_TABLE": {
"0-2": "[BUFFER_PROFILE_TABLE:egress_lossy_zero_profile]",
"3-4": "[BUFFER_PROFILE_TABLE:egress_lossless_zero_profile]",
"5-6": "[BUFFER_PROFILE_TABLE:egress_lossy_zero_profile]",
"7-15": "[BUFFER_PROFILE_TABLE:egress_lossy_zero_profile]"
},
"BUFFER_PORT_INGRESS_PROFILE_LIST_TABLE": ["[BUFFER_PROFILE_TABLE:ingress_lossless_zero_profile]"],
"BUFFER_PORT_EGRESS_PROFILE_LIST_TABLE": ["[BUFFER_PROFILE_TABLE:egress_lossless_zero_profile]", "[BUFFER_PROFILE_TABLE:egress_lossy_zero_profile]"]
},
"max_speed_8lane_platform": {
"x86_64-mlnx_msn4410-r0": "400000",
"x86_64-mlnx_msn4700-r0": "400000",
"x86_64-mlnx_msn4700_simx-r0": "400000",
"x86_64-nvidia_sn4800-r0": "400000",
"x86_64-nvidia_sn4800_simx-r0": "400000",
"x86_64-nvidia_sn5600-r0": "800000",
"x86_64-nvidia_sn5600_simx-r0": "800000"
}
},
"barefoot": {
"default_cable_length": ["5m", "40m", "300m"],
"testparam_cable_length": ["15m", "40m"],
"headroom-override": {
"add": {
"xon": "18432",
"xoff": "18432",
"size": "36864",
"dynamic_th": "1"
},
"set": {
"xon": "18432",
"xoff": "36864",
"size": "55296"
}
},
"lossless_pg": {
"headroom-override": {
"xon": "18432",
"xoff": "16384",
"size": "34816"
},
"non-default-dynamic_th": {
"dynamic_th": "7"
}
},
"lossy_pg": {
"default": "4096"
},
"shared-headroom-pool": {
"size": "3153920",
"private_pg_headroom": "70400"
}
}
}