[action] [PR:575] Added Host Electrical Interface of supporting LPO modules#105
Merged
bingwang-ms merged 1 commit intoAzure:202503from Sep 12, 2025
Merged
Conversation
<!-- Provide a general summary of your changes in the Title above -->
#### Description
Added Host Electrical Interface code for LPO module.
#### Motivation and Context
Otherwise Xcvrd will Fail the state machine to identify the right application code for Datapath initialization
#### How Has This Been Tested?
The transceiver info displays the correct application
```
root@sonic:~# show interfaces transceiver info Ethernet264
Ethernet264: SFP EEPROM detected
Active Firmware: 81.251.13
Active application selected code assigned to host lane 1: 1
Active application selected code assigned to host lane 2: 1
Active application selected code assigned to host lane 3: 1
Active application selected code assigned to host lane 4: 1
Active application selected code assigned to host lane 5: 1
Active application selected code assigned to host lane 6: 1
Active application selected code assigned to host lane 7: 1
Active application selected code assigned to host lane 8: 1
Application Advertisement: LEI-100G-PAM4-1 - Host Assign (0xff) - 100G-DR1-LPO - Media Assign (0x1)
LEI-200G-PAM4-2 - Host Assign (0x55) - 200G-DR2-LPO - Media Assign (0xff)
LEI-400G-PAM4-4 - Host Assign (0x11) - 400G-DR4-LPO - Media Assign (0x11)
LEI-800G-PAM4-8 - Host Assign (0x1) - 800G-DR8-LPO - Media Assign (0xff)
```
#### Additional Information (Optional)
Collaborator
Author
|
Original PR: sonic-net/sonic-platform-common#575 |
Collaborator
Author
|
/azp run |
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
Added Host Electrical Interface code for LPO module.
Motivation and Context
Otherwise Xcvrd will Fail the state machine to identify the right application code for Datapath initialization
How Has This Been Tested?
The transceiver info displays the correct application
Additional Information (Optional)