-
Notifications
You must be signed in to change notification settings - Fork 372
[SAI submodule] Update SAI to 1.7.1 #748
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f4040f4
Update SAI to 1.7.1
vmittal-msft 45f9b40
Update SAI to 1.7.1
vmittal-msft 4258790
Merge branch 'sairedis_sai_1.7.1' of https://github.com/vmittal-msft/…
vmittal-msft f3ac59b
Fix for vslib
vmittal-msft 0a49316
Fix for vslib
vmittal-msft 64cf87a
Merge branch 'sairedis_sai_1.7.1' of https://github.com/vmittal-msft/…
vmittal-msft ef6684f
Update SAI to 1.7.1
vmittal-msft 25f7aac
Merge branch 'sairedis_sai_1.7.1' of https://github.com/vmittal-msft/…
vmittal-msft 9a19098
Fixed comment.
vmittal-msft ac27701
[meta] Fix stat_mode enums to sai_bulk_op_error_mode_t (#753)
kcudnik 4fbb3ab
Update SAI to 1.7.1
vmittal-msft 7f494a1
Merge branch 'sairedis_sai_1.7.1' of https://github.com/vmittal-msft/…
vmittal-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule SAI
updated
37 files
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| #include "sai_redis.h" | ||
|
|
||
| REDIS_GENERIC_QUAD(HASH,hash); | ||
| REDIS_GENERIC_QUAD(FINE_GRAINED_HASH_FIELD,fine_grained_hash_field); | ||
|
|
||
| const sai_hash_api_t redis_hash_api = { | ||
|
|
||
| REDIS_GENERIC_QUAD_API(hash) | ||
| REDIS_GENERIC_QUAD_API(fine_grained_hash_field) | ||
| }; |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,10 @@ | ||
| #include "sai_vs.h" | ||
|
|
||
| VS_GENERIC_QUAD(HASH,hash); | ||
| VS_GENERIC_QUAD(FINE_GRAINED_HASH_FIELD,fine_grained_hash_field); | ||
|
|
||
| const sai_hash_api_t vs_hash_api = { | ||
|
|
||
| VS_GENERIC_QUAD_API(hash) | ||
| VS_GENERIC_QUAD_API(fine_grained_hash_field) | ||
| }; |
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
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.
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.
Prefer not to have commented code.
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.
you are welcome to jump in and make a proper fix for this issue if you are knowledgeable of macsec