Skip to content

Commit fa036b0

Browse files
committed
fixes for lane splitting in single plane
Signed-off-by: Alexander Maslennikov <amaslennikov@nvidia.com>
1 parent b66f25b commit fa036b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bindata/spectrum-x/RA2.1.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ breakout:
2828
mlxconfig: "LAG_RESOURCE_ALLOCATION"
2929
# CX8-specific parameters
3030
- name: Lanes for Module 0 and Port 1
31-
value: "0..7"
32-
alternativeValue: "[0,1,2,3,4,5,6,7]"
31+
value: "0..3"
32+
alternativeValue: "[0,1,2,3]"
3333
valueType: string
3434
dmsPath: /nvidia/device/config/module[module-id=0]/port[port-id=1]/lanes
3535
deviceId: "1023"
3636
- name: Lanes for Module 0 and Port 255
37-
value: "8..15"
38-
alternativeValue: "[8,9,10,11,12,13,14,15]"
37+
value: "4..15"
38+
alternativeValue: "[4,5,6,7,8,9,10,11,12,13,14,15]"
3939
valueType: string
4040
dmsPath: /nvidia/device/config/module[module-id=0]/port[port-id=255]/lanes
4141
deviceId: "1023"
4242
# BF3-specific parameters
4343
- name: Lanes for Module 0 and Port 1
44-
value: "0..3"
45-
alternativeValue: "[0,1,2,3]"
44+
value: "0..1"
45+
alternativeValue: "[0,1]"
4646
valueType: string
4747
dmsPath: /nvidia/device/config/module[module-id=0]/port[port-id=1]/lanes
4848
deviceId: "a2dc"
4949
- name: Lanes for Module 0 and Port 255
50-
value: "4..7"
51-
alternativeValue: "[4,5,6,7]"
50+
value: "2..7"
51+
alternativeValue: "[2,3,4,5,6,7]"
5252
valueType: string
5353
dmsPath: /nvidia/device/config/module[module-id=0]/port[port-id=255]/lanes
5454
deviceId: "a2dc"

0 commit comments

Comments
 (0)