-
Notifications
You must be signed in to change notification settings - Fork 274
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
[configure.ac] implement SAI API version check #1000
[configure.ac] implement SAI API version check #1000
Conversation
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
} | ||
int main() { | ||
sai_api_version_t version; | ||
if (SAI_STATUS_SUCCESS != sai_query_api_version(&version)) |
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.
Also add a runtime check in syncd + log to syslog
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
SAI module needs to be updated first to support sai version type |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
… include-sai-api-check
/azp run Azure.sonic-sairedis |
Commenter does not have sufficient privileges for PR 1000 in repo Azure/sonic-sairedis |
@kcudnik kindly remonder to review this PR now that 1.10.x is intergated into SONiC master |
/azpw run Azure.sonic-sairedis |
/AzurePipelines run Azure.sonic-sairedis |
Azure Pipelines successfully started running 1 pipeline(s). |
#1034 is merged |
Signed-off-by: Stepan Blyschak stepanb@nvidia.com The motivation for this change is described in the proposal sonic-net/SONiC#935 and proposal in SAI opencomputeproject/SAI#1404 NOTE: Requires to update SAI once opencomputeproject/SAI#1404 is in.
Signed-off-by: Stepan Blyschak stepanb@nvidia.com
The motivation for this change is described in the proposal sonic-net/SONiC#935 and proposal in SAI opencomputeproject/SAI#1404
NOTE: Requires to update SAI once opencomputeproject/SAI#1404 is in.