-
Notifications
You must be signed in to change notification settings - Fork 275
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
update latest v1.2 #264
update latest v1.2 #264
Conversation
REDIS_GENERIC_QUAD_API(route_entry) | ||
|
||
// TODO: upstream signiture fix to SAI repo | ||
(sai_bulk_create_route_entry_fn)sai_bulk_create_route_entry, |
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.
why this is a cast ? is one of the params not matching ? #Resolved
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.
cherrypick opencomputeproject/SAI@121d107 this commit from SAI master branch and it will fix stack protector issues |
f2cc20b
to
21b121b
Compare
lib/inc/sai_redis.h
Outdated
@@ -60,7 +60,7 @@ extern volatile bool g_useTempView; | |||
extern volatile bool g_asicInitViewMode; | |||
extern volatile bool g_logrotate; | |||
|
|||
extern service_method_table_t g_services; | |||
extern sai_service_method_table_t g_services; |
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.
wrong indentation
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.
fixed.
44cf94f
to
a353dd6
Compare
7fd1d19
to
fafeb6a
Compare
Signed-off-by: Volodymyr Samotiy <[email protected]>
update sairedis/syncd to use SAI v1.2.3
No description provided.