Skip to content

Commit c05220b

Browse files
keboliulguohan
authored andcommitted
[devices]: sfputil support more mellanox sku (#2645)
1 parent fa84c42 commit c05220b

File tree

1 file changed

+1
-1
lines changed
  • device/mellanox/x86_64-mlnx_msn2700-r0/plugins

1 file changed

+1
-1
lines changed

device/mellanox/x86_64-mlnx_msn2700-r0/plugins/sfputil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# magic code defnition for port number, qsfp port position of each hwsku
2424
# port_position_tuple = (PORT_START, QSFP_PORT_START, PORT_END, PORT_IN_BLOCK, EEPROM_OFFSET)
25-
hwsku_dict = {'ACS-MSN2700': 0, "LS-SN2700":0, 'ACS-MSN2740': 0, 'ACS-MSN2100': 1, 'ACS-MSN2410': 2, 'ACS-MSN2010': 3, 'ACS-MSN3700': 0, 'ACS-MSN3700C': 0}
25+
hwsku_dict = {'ACS-MSN2700': 0, "LS-SN2700":0, 'ACS-MSN2740': 0, 'ACS-MSN2100': 1, 'ACS-MSN2410': 2, 'ACS-MSN2010': 3, 'ACS-MSN3700': 0, 'ACS-MSN3700C': 0, 'Mellanox-SN2700': 0, 'Mellanox-SN2700-D48C8': 0}
2626
port_position_tuple_list = [(0, 0, 31, 32, 1), (0, 0, 15, 16, 1), (0, 48, 55, 56, 1),(0, 18, 21, 22, 1)]
2727

2828
class SfpUtil(SfpUtilBase):

0 commit comments

Comments
 (0)