Add ETH_800GBASE_2XLR4 and ETH_800GBASE_2XPLR4 PMD types#1505
Open
cpubob wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the openconfig-transport-types YANG module to version 1.5.0, adding two new Ethernet PMD type identities: ETH_800GBASE_2XLR4 and ETH_800GBASE_2XPLR4. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Contributor
|
/gcbrun |
|
No major YANG version changes in commit 5c2f913 |
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
This Pull Request proposes the addition of two new 800G Ethernet Physical Medium Dependent (PMD) types to the
openconfig-transport-types.yangmodule.These additions are made under the
ETHERNET_PMD_TYPEbase identity to support newer 800G transceiver compliance codes:ETH_800GBASE_2XLR4: Ethernet compliance code for 800GBASE_2XLR4 (typically 2x400G LR4).ETH_800GBASE_2XPLR4: Ethernet compliance code for 800GBASE_2XPLR4 (typically 2x400G PLR4).Rationale
As 800G optics deploy, these PMD types are increasingly required to model interfaces using dual-carrier/breakout 400G interfaces packaged as a single 800G transceiver (2x400G LR4/PLR4). Adding them to the standard public models ensures vendor-neutral consistency.
YANG Changes
release/models/optical-transport/openconfig-transport-types.yangidentity ETH_800GBASE_2XLR4identity ETH_800GBASE_2XPLR4openconfig-versionto1.5.0(minor version bump for backward-compatible additions).revision "2026-06-09"with description.Compatibility
This change is fully backward-compatible as it only introduces new identities.
Tree View
No diff