-
Notifications
You must be signed in to change notification settings - Fork 287
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
[sonic-sairedis] Moved SAI submodule to SAI master with compatibility-oriented code changes #1530
base: master
Are you sure you want to change the base?
[sonic-sairedis] Moved SAI submodule to SAI master with compatibility-oriented code changes #1530
Conversation
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
unittest/syncd/TestWorkaround.cpp
Outdated
@@ -1,69 +0,0 @@ | |||
#include <cstdint> |
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.
is this deleted by accident?
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.
bring this file back
unittest/syncd/Makefile.am
Outdated
@@ -17,7 +17,6 @@ tests_SOURCES = main.cpp \ | |||
TestNotificationHandler.cpp \ | |||
TestMdioIpcServer.cpp \ | |||
TestPortStateChangeHandler.cpp \ | |||
TestWorkaround.cpp \ |
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.
bring this back! as it tests other importnat thinkgs !
unittest/syncd/TestWorkaround.cpp
Outdated
@@ -1,69 +0,0 @@ | |||
#include <cstdint> |
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.
bring this file back
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
this PR is in conflict with #1531 why both PRs are moving SAI pointer to different location, what's the reason here ? |
Initially, we wanted to move the SAI pointer to the latest master of SAI. Yet, as you can see, the build failed even after I added the changes to delete incompatible code. |
Basically, the plan is to take #1531 first. This PR will be taken only if it can pass the build and we can make sure it won't break broadcom's SDK. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Moved SAI submodule to it's latest master in sonic-sairedis. Following SAI commits: