-
Notifications
You must be signed in to change notification settings - Fork 525
SAI LPO attributes #2178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
SAI LPO attributes #2178
Conversation
Signed-off-by: pullarao <[email protected]>
5d8e6ef
to
617a6e0
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
* @default empty | ||
*/ | ||
SAI_PORT_SERDES_ATTR_REACH_MODE, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check if this attribute is a standard one, defined in the spec and can be beneficial for all vendors. If it is vendor-specific please consider using the SAI "custom" infrastructure (#2122)
* @flags CREATE_AND_SET | ||
* @default empty | ||
*/ | ||
SAI_PORT_SERDES_ATTR_RX_ECD_MLSE_STATE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also double-check if it is a standard attribute. See my comment above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eddyk-nvidia MLSE is a known technique similar to existing channel equalization techniques like DFE, FFE, CTLE. Though here its being introduced in the LPO context, its not a mandatory attribute as per the LPO MSA. Its upto the user if they want to derive the extra BER improved performance that comes with MLSE being enabled. For example, NLC attribute introduced here is also optional and not mandatory but helps to remove the non linearity based on your application specific channel characteristics.
SAI port serdes attributes support for Linear Pluggable Optics (LPO)