Skip to content

Commit 22144ca

Browse files
authored
Merge pull request #110 from mihirpat1/202503_update_host_media_interface_codes
[202503] Update Host and single media interfaces IDs per SFF-8024 v4.13 (#596)
2 parents fd43028 + 2ce8956 commit 22144ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • sonic_platform_base/sonic_xcvr/codes/public

sonic_platform_base/sonic_xcvr/codes/public/sff8024.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ class Sff8024(XcvrCodes):
264264
78: '200GAUI-2-L C2M (Annex 120G)',
265265
79: '400GAUI-4-S C2M (Annex 120G)',
266266
80: '400GAUI-4-L C2M (Annex 120G)',
267-
81: '800G S C2M (placeholder)',
268-
82: '800G L C2M (placeholder)',
267+
81: '800GAUI-8 S C2M (Annex 120G)',
268+
82: '800GAUI-8 L C2M (Annex 120G)',
269269
83: 'OTL4.2'
270270
}
271271

@@ -387,10 +387,10 @@ class Sff8024(XcvrCodes):
387387
85: '400GBASE-DR4-2 (placeholder)',
388388
86: '800GBASE-DR8 (placeholder)',
389389
87: '800GBASE-DR8-2 (placeholder)',
390-
151: "100G-DR1-LPO",
391-
152: "200G-DR2-LPO",
392-
153: "400G-DR4-LPO",
393-
154: "800G-DR8-LPO",
390+
143: '100G-DR1-LPO',
391+
144: '200G-DR2-LPO',
392+
145: '400G-DR4-LPO',
393+
146: '800G-DR8-LPO',
394394
}
395395

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

0 commit comments

Comments
 (0)