Skip to content

Commit 2e8885d

Browse files
authored
Added LPO media interface code (#85)
<!-- Provide a general summary of your changes in the Title above --> #### 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 #### Additional Information (Optional)
1 parent 42d0124 commit 2e8885d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • sonic_platform_base/sonic_xcvr/codes/public

sonic_platform_base/sonic_xcvr/codes/public/sff8024.py

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

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

0 commit comments

Comments
 (0)