You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fboss/lib/asic_config_v3/schemas/platform_config.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,9 +170,9 @@
170
170
"type": "boolean",
171
171
"description": "When true, computes the per-port logical-port offset as i * lanes_per_port on all cores rather than using the default even / odd conditional."
172
172
},
173
-
"core_offset_apply_all": {
173
+
"special_core_offset_apply_all": {
174
174
"type": "boolean",
175
-
"description": "When true, applies the +1 core offset to every core rather than only cores 0 and 1. Required for platforms with a linear-stride port layout."
175
+
"description": "Special-case compat flag: when true, applies the +1 core offset to every core rather than only cores 0 and 1, to reproduce a platform's pre-existing linear-stride mapping. Only physically meaningful on cores 0/1."
0 commit comments