[SAI submodule update] Enable support for SAI v1.11.0#1140
Merged
richardyu-ms merged 4 commits intosonic-net:masterfrom Nov 16, 2022
Merged
[SAI submodule update] Enable support for SAI v1.11.0#1140richardyu-ms merged 4 commits intosonic-net:masterfrom
richardyu-ms merged 4 commits intosonic-net:masterfrom
Conversation
|
|
218a7f9 to
35cf54c
Compare
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
looks good, but check build errors |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kcudnik
previously approved these changes
Oct 27, 2022
Contributor
|
@richardyu-ms , can we merge this? |
Contributor
Author
Still cannot merge this PR, cause this change will break the image build for some vendors in sonic-buildimage, and need a correlated upgrade or a period for the acknowledgment. |
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
23e212f to
3f33903
Compare
Contributor
Author
|
/azp run coverage.Azure.sonic-sairedis.amd64 |
|
No pipelines are associated with this pull request. |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
2f57fd1 to
e42ee4e
Compare
Contributor
Author
|
/azp run Azure.sonic-sairedis |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jimmyzhai
reviewed
Nov 15, 2022
add cases fix a code issue Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
005c006 to
56dfdb4
Compare
jimmyzhai
approved these changes
Nov 15, 2022
jimmyzhai
previously approved these changes
Nov 15, 2022
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
jimmyzhai
approved these changes
Nov 16, 2022
richardyu-ms
added a commit
to richardyu-ms/sonic-sairedis
that referenced
this pull request
Nov 16, 2022
* [SAI submodule update] Enable support for SAI v1.11.0 Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * update SAI for saithift fix * upgrade to latest sai 1.11 add cases fix a code issue Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * refactor code Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
richardyu-ms
added a commit
that referenced
this pull request
Nov 16, 2022
* [SAI submodule update] Enable support for SAI v1.11.0 Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * update SAI for saithift fix * upgrade to latest sai 1.11 add cases fix a code issue Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * refactor code Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
pettershao-ragilenetworks
pushed a commit
to pettershao-ragilenetworks/sonic-sairedis
that referenced
this pull request
Nov 18, 2022
* [SAI submodule update] Enable support for SAI v1.11.0 Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * update SAI for saithift fix * upgrade to latest sai 1.11 add cases fix a code issue Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * refactor code Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
pettershao-ragilenetworks
pushed a commit
to pettershao-ragilenetworks/sonic-sairedis
that referenced
this pull request
Nov 30, 2022
* [SAI submodule update] Enable support for SAI v1.11.0 Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * update SAI for saithift fix * upgrade to latest sai 1.11 add cases fix a code issue Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * refactor code Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
pettershao-ragilenetworks
pushed a commit
to pettershao-ragilenetworks/sonic-sairedis
that referenced
this pull request
Nov 30, 2022
* [SAI submodule update] Enable support for SAI v1.11.0 Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * update SAI for saithift fix * upgrade to latest sai 1.11 add cases fix a code issue Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * refactor code Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support SAI submodule with version v1.11.0
In order to support new APIs from SAI 1.11, the changes below
Test done:
Test with new unit tests for all the interfaces (meets the code coverage requirement)
Test the binary in test bed
Signed-off-by: richardyu-ms richard.yu@microsoft.com