Skip to content
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

Support to get list of all reachable switch-id's from a fabric port #2031

Closed

Conversation

harjotsinghpawra
Copy link

Adding support to get a list of all reachable switch-id's from a fabric port, currently we can only check from switch-id if its reachable or not .

SAI_PORT_ATTR_FABRIC_REACHABILITY_VECTOR

inc/saiport.h Outdated
* @type sai_u16_list_t
* @flags READ_ONLY
*/
SAI_PORT_ATTR_FABRIC_REACHABILITY_VECTOR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont put attributes after SAI_PORT_ATTR_CUSTOM_RANGE_END,

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI kcidnik,
I tried putting it in middle , saimetadata checks were failing by saying enum shift , do i need to makes some changes to handle that ?

@kcudnik
Copy link
Collaborator

kcudnik commented Jun 13, 2024

whiuch enum shift ? current metadata complains about ident, you will need to squash your commits since validator is only checking each commit separetly

@kcudnik
Copy link
Collaborator

kcudnik commented Jun 13, 2024

try first pass check on your dev machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants