From cc29d011e580e1197de22e04b6edac701a1fe963 Mon Sep 17 00:00:00 2001 From: Prince George Date: Wed, 28 May 2025 05:20:05 +0000 Subject: [PATCH] Added Host Electrical Interface of supporting LPO modules --- sonic_platform_base/sonic_xcvr/codes/public/sff8024.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sonic_platform_base/sonic_xcvr/codes/public/sff8024.py b/sonic_platform_base/sonic_xcvr/codes/public/sff8024.py index c93b1e407..7bccfe74b 100644 --- a/sonic_platform_base/sonic_xcvr/codes/public/sff8024.py +++ b/sonic_platform_base/sonic_xcvr/codes/public/sff8024.py @@ -215,12 +215,10 @@ class Sff8024(XcvrCodes): 27: '100GBASE-CR2 (Clause 136)', 28: '200GBASE-CR4 (Clause 136)', 29: '400G CR8', - 30: '1000BASE-T (Clause 40)', - 31: '2.5GBASE-T (Clause 126)', - 32: '5GBASE-T (Clause 126)', - 33: '10GBASE-T (Clause 55)', - 34: '25GBASE-T (Clause 113)', - 35: '40GBASE-T (Clause 113)', + 32: 'LEI-100G-PAM4-1', + 33: 'LEI-200G-PAM4-2', + 34: 'LEI-400G-PAM4-4', + 35: 'LEI-800G-PAM4-8', 36: '50GBASE-T (Placeholder)', 37: '8GFC (FC-PI-4)', 38: '10GFC (10GFC)',