forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SAI submodule] Update SAI to 1.7.1 (sonic-net#748)
- Loading branch information
1 parent
83d11f1
commit 36e912b
Showing
6 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
Submodule SAI
updated
37 files
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
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 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 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 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_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 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