[202511_azd] Support SAI_PORT_SERDES_ATTR_CUSTOM_COLLECTION - #282
Open
longhuan-cisco wants to merge 1 commit into
Open
[202511_azd] Support SAI_PORT_SERDES_ATTR_CUSTOM_COLLECTION#282longhuan-cisco wants to merge 1 commit into
longhuan-cisco wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
sonic-platform-daemon side change: sonic-net/sonic-platform-daemons#643 What I did Support SAI_PORT_SERDES_ATTR_CUSTOM_COLLECTION (i.e. custom serdes attributes represented in JSON based string format) Use boost::variant for the serdes_attr map value to support both std::vector<uint32_t> and std::string in a type-safe way, with easy extensibility to add more types later.
longhuan-cisco
force-pushed
the
longhuan/support_custom_serdes_202511_azd
branch
from
August 3, 2026 22:44
4435133 to
34e0f18
Compare
Author
|
@microsoft-github-policy-service agree company="Cisco" |
longhuan-cisco
marked this pull request as ready for review
August 3, 2026 23:12
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to 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.
Cherry-pick of sonic-net/sonic-swss#3764, needed for Cisco 8223.
Companion sonic-platform-daemons cherry-pick PR: Azure/sonic-platform-daemons.msft#80
202511_azd compatibility adjustments:
SerdesValuetype to the existing Tx/Rx polarity attributes introduced by [202511] [LPO] Added support for serdes Tx/Rx polarity settings (#4053) sonic-net/sonic-swss#4127.SerdesValue, matching the backported SerDes attribute type.No additional production behavior is introduced.