Add SFF-8024 Rev 4.14 LRO (RTLR) AppSel host electrical interface codes - #749
Open
bobby-nexthop wants to merge 1 commit into
Open
Add SFF-8024 Rev 4.14 LRO (RTLR) AppSel host electrical interface codes#749bobby-nexthop wants to merge 1 commit into
bobby-nexthop wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
|
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
bobby-nexthop
force-pushed
the
sff8024-lro-appsel-codes
branch
from
August 27, 2026 16:43
0fe82c5 to
f721d5f
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
bobby-nexthop
marked this pull request as ready for review
August 27, 2026 16:43
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Author
Adds host electrical interface IDs 152-155 from SFF-8024 Rev 4.14 Table 4-5 (EEI-*-RTLR-* at 106.25 GBd/lane) so LRO application advertisements decode instead of falling through to Unknown. Signed-off-by: Bobby McGonigle <bobby@nexthop.ai>
bobby-nexthop
force-pushed
the
sff8024-lro-appsel-codes
branch
from
August 27, 2026 16:45
f721d5f to
c5c2848
Compare
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
nh-grecs Bot
pushed a commit
to nexthop-ai/sonic-platform-common
that referenced
this pull request
Aug 28, 2026
rebuild-source: sonic-net#749 @ nexthop-ai/sonic-platform-common c5c2848 [case: upstream:open]
nh-grecs Bot
pushed a commit
to nexthop-ai/sonic-platform-common
that referenced
this pull request
Aug 29, 2026
rebuild-source: sonic-net#749 @ nexthop-ai/sonic-platform-common c5c2848 [case: upstream:open]
nh-grecs Bot
pushed a commit
to nexthop-ai/sonic-platform-common
that referenced
this pull request
Aug 29, 2026
rebuild-source: sonic-net#749 @ nexthop-ai/sonic-platform-common c5c2848 [case: upstream:open]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the four LRO (linear-receive optics) AppSel host electrical interface IDs introduced in SFF-8024 Rev 4.14 Table 4-5 to
sonic_platform_base/sonic_xcvr/codes/public/sff8024.py:EEI-200G-RTLR-1EEI-400G-RTLR-2EEI-800G-RTLR-4EEI-1.6T-RTLR-8These are the 106.25 GBd/lane siblings of the 53.125 GBd
EEI-*-RTLR-*-S/Lcodes 144-151 that are already in the table. Values transcribed from SFF-8024 Rev 4.14 (published 2026-06-04), Table 4-5, page 27.Nothing else changes: no
MODULE_MEDIA_TYPE/ media-interface entries are touched, andCmisApi.LPO_HOST_ELECTRICAL_INTERFACE_IDSis deliberately left alone as LRO is not LPO, and codes 144-151 aren't in that list either. In a future PR I'll ad something similar to the CmisAPIMotivation and Context
Without these entries, a module advertising an LRO application in its AppSel table decodes to
Unknowninget_application_advertisement()and everything downstream of it (sfputil,TRANSCEIVER_INFO, xcvrd application selection).How Has This Been Tested?
Static verification only — no LRO module on hand:
ast.literal_eval, confirmed no duplicate keys, and 152-155 resolve to the names above.One pre-existing discrepancy spotted while cross-checking, not fixed here
to keep this diff to the requested change:
SM_MEDIA_INTERFACE[147]is'800G-FR4-LPO', but Rev 4.14 Table 4-8 lists code 147 (0x93) as400G-FR4-LPO. Can fix in a follow-up if desired.