-
Notifications
You must be signed in to change notification settings - Fork 285
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
Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute #975
Conversation
Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute for all platforms based on capability Signed-off-by: Thushar Gowda <[email protected]>
Hello, can this be merged? It looks like there is a baseline failure with the vstest unrelated to these changes? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @yxieca , The failing tests seem to be baseline. I see that other PRs are also failing the same tests. Please let me know if it is fixed, I will sync to the latest refpoint and re-trigger the run. On the other hand, if it is indeed a known issue, could you please help merge this PR? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Why I did it Fixes #8980 partly. The corresponding changes in sonic-sairedis is here : sonic-net/sonic-sairedis#975 How I did it Include changes from both repos and build an image for verification. How to verify it Trigger fast-reboot with the changes, see the attribute SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL being set at the SAI level. Signed-off-by: Thushar Gowda <[email protected]>
…net#975) Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute for all platforms based on capability Signed-off-by: Thushar Gowda <[email protected]>
Why I did it Fixes #8980 partly. The corresponding changes in sonic-sairedis is here : sonic-net/sonic-sairedis#975 How I did it Include changes from both repos and build an image for verification. How to verify it Trigger fast-reboot with the changes, see the attribute SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL being set at the SAI level. Signed-off-by: Thushar Gowda <[email protected]>
This commit could not be cleanly cherry-picked to 202012. Please submit another PR. |
Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute for all platforms based on capability Remove Mellanox specific checks Check whether the attribute is supported Call SAI API if it is supported, else ignore Cherry-picking #975
…net#975) Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute for all platforms based on capability Signed-off-by: Thushar Gowda <[email protected]>
…net#975) Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute for all platforms based on capability Signed-off-by: Thushar Gowda <[email protected]>
Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute for all platforms based on capability
Test Done:
Tested with corresponding support in SAI to check if attribute is being set correctly.