Skip to content

Commit 48e7b10

Browse files
authored
Added Host Electrical Interface of supporting LPO modules (sonic-net#575)
Description Added Host Electrical Interface code for LPO module. Motivation and Context Otherwise Xcvrd will Fail the state machine to identify the right application code for Datapath initialization How Has This Been Tested? The transceiver info displays the correct application
1 parent 44ad17b commit 48e7b10

File tree

1 file changed

+4
-6
lines changed
  • sonic_platform_base/sonic_xcvr/codes/public

1 file changed

+4
-6
lines changed

sonic_platform_base/sonic_xcvr/codes/public/sff8024.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,10 @@ class Sff8024(XcvrCodes):
215215
27: '100GBASE-CR2 (Clause 136)',
216216
28: '200GBASE-CR4 (Clause 136)',
217217
29: '400G CR8',
218-
30: '1000BASE-T (Clause 40)',
219-
31: '2.5GBASE-T (Clause 126)',
220-
32: '5GBASE-T (Clause 126)',
221-
33: '10GBASE-T (Clause 55)',
222-
34: '25GBASE-T (Clause 113)',
223-
35: '40GBASE-T (Clause 113)',
218+
32: 'LEI-100G-PAM4-1',
219+
33: 'LEI-200G-PAM4-2',
220+
34: 'LEI-400G-PAM4-4',
221+
35: 'LEI-800G-PAM4-8',
224222
36: '50GBASE-T (Placeholder)',
225223
37: '8GFC (FC-PI-4)',
226224
38: '10GFC (10GFC)',

0 commit comments

Comments
 (0)