-
Notifications
You must be signed in to change notification settings - Fork 493
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
[SAI]Fix build in v1.7 and remove unnecessary change #1468
Merged
richardyu-ms
merged 10 commits into
opencomputeproject:v1.7
from
richardyu-ms:fix-meta-build-error
Apr 26, 2022
Merged
[SAI]Fix build in v1.7 and remove unnecessary change #1468
richardyu-ms
merged 10 commits into
opencomputeproject:v1.7
from
richardyu-ms:fix-meta-build-error
Apr 26, 2022
Conversation
This file contains 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
8dabf8d
to
74ae97b
Compare
kcudnik
reviewed
Apr 8, 2022
@bingwang-ms @JaiOCP please help confirm the interfaces in the modification are necessary and sufficient. |
kcudnik
approved these changes
Apr 10, 2022
itaibaz
reviewed
Apr 10, 2022
itaibaz
reviewed
Apr 10, 2022
itaibaz
reviewed
Apr 10, 2022
itaibaz
reviewed
Apr 10, 2022
itaibaz
reviewed
Apr 10, 2022
bingwang-ms
reviewed
Apr 11, 2022
bingwang-ms
approved these changes
Apr 11, 2022
Thanks for the fix. @richardyu-ms |
bingwang-ms
approved these changes
Apr 11, 2022
7070203
to
9520b1f
Compare
5df7d3b
to
83fb5a2
Compare
kcudnik
approved these changes
Apr 11, 2022
Looks good to me |
I do not see the review button on this PR. Don't know why. |
lguohan
reviewed
Apr 11, 2022
lguohan
reviewed
Apr 11, 2022
…vxlan source port and ECN Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
9422fec
to
2e3af6f
Compare
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
richardyu-ms
commented
Apr 13, 2022
richardyu-ms
commented
Apr 13, 2022
richardyu-ms
commented
Apr 13, 2022
richardyu-ms
commented
Apr 13, 2022
richardyu-ms
commented
Apr 13, 2022
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
55ed0dd
to
eecedb7
Compare
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
eecedb7
to
42d766b
Compare
kcudnik
requested changes
Apr 15, 2022
…inconsistence between versions Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
0d8da2d
to
131280c
Compare
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
b2ef4de
to
9066cdf
Compare
lguohan
approved these changes
Apr 23, 2022
kcudnik
approved these changes
Apr 25, 2022
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.
In order to enable the function for Tunnel Scoped TC MAP in #1452, we
need to enable the tunnel related interfaces, attributes and method
tables.
But other changes like changes related to ECN, IPSec, and VxLan UDP source port in PR #1452, should not be needed.
Besides, some other interfaces are needed for compiling the meta in SAI.
Cause a lack of the reference to the switch tunnel object and some unnecessary interface added, there are some errors as below
Some of the objects need other related objects and some of them need to be removed.
what I have done:
Test done:
make -C ./meta/
TODO: Add the enum check when compare with master meta
Signed-off-by: richardyu-ms richard.yu@microsoft.com