Skip to content

Commit b76fdb8

Browse files
authored
Added LPO media interface code (sonic-net#568)
Description Added media interface code for LPO 100G/200/400G/800G DRs Motivation and Context Support LPO module How Has This Been Tested? No module yet to test
1 parent 5ffb76c commit b76fdb8

File tree

1 file changed

+5
-1
lines changed
  • sonic_platform_base/sonic_xcvr/codes/public

1 file changed

+5
-1
lines changed

sonic_platform_base/sonic_xcvr/codes/public/sff8024.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,11 @@ class Sff8024(XcvrCodes):
388388
84: 'FOIC2.4-DO (G.709.3/Y.1331.3)',
389389
85: '400GBASE-DR4-2 (placeholder)',
390390
86: '800GBASE-DR8 (placeholder)',
391-
87: '800GBASE-DR8-2 (placeholder)'
391+
87: '800GBASE-DR8-2 (placeholder)',
392+
151: "100G-DR1-LPO",
393+
152: "200G-DR2-LPO",
394+
153: "400G-DR4-LPO",
395+
154: "800G-DR8-LPO",
392396
}
393397

394398
# Passive and Linear Active Copper Cable and Passive Loopback media interface codes

0 commit comments

Comments
 (0)