[Nexthop][m4062nhp] Add 4x200G-FR4 speed combination so qsfp_service can program FR4_2x400G optics - #1526
Open
zackary-nexthop wants to merge 1 commit into
Conversation
…am FR4_2x400G optics Signed-off-by: Zackary Ayoun <zackary@nexthop.ai>
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.
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
Under 4x200G breakout (
PROFILE_200G_2_PAM4_RS544X2N_OPTICAL, 200G on 2 host lanes),qsfp_servicecannot programFR4_2x400Goptics: the properties entry for media interface 11 declares 200G only on 4 host lanes, so application selection finds no candidate and every module fails withUnsupported Application, retrying forever at about 6/s. The modules do advertise a matching application (200GAUI-2-L, media code0xC0, 2 host lanes, host-assign0x55).This adds the missing combination to entry
"11"ofTransceiverPropertiesDefault.h: four 200G ports on host/media lanes 0/2/4/6 withmediaLaneCode0xC0, plus the2x400G-FR4to4x200G-FR4speed-change transition. The byte gets a proper name,SMFMediaInterfaceCode::FR2_200G = 0xC0, alongside a newMediaInterfaceCode::FR2_200G = 37used as the combo's reporting code, andverify200gProfilein the hw_test utils accepts both. No logic touched, data and enum values only.Test Plan
Validated the exact JSON on an m4062nhp (INNOLIGHT T-OL8CNT-NFM optics) by loading it through the
--transceiver_properties_configruntime override:Unsupported Applicationretry loop.Loaded transceiver properties config with 14 SMF entries), modules program to app 5, all lanesACTIVATED,Current Media Interface: 192(0xC0), zero errors.FR8_800G) cleanly. Box restored to its original config, all 128 links up.