-
Notifications
You must be signed in to change notification settings - Fork 276
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
[submodule] Update SAI to latest master #1431
Conversation
Add changes to handle new data types
there is problem with swss becasue of backward compatibility issues:
because some fields in structs appear, current swss won't let it compile because initializers are missing because swss gets SAI headers from sairedis, then when pointer from v1.14 to v1.15 is updated, new firlds show up and they are captured by gcc compiler so there are 2 ways to solve this and this will happen again when we another time will break backward compatibility |
attempt to fix tests on swss: sonic-net/sonic-swss#3321 |
Error is show up when we move sai headers from v1.14 to v1.15 sonic-net/sonic-sairedis#1431 (comment) What I did Fix tests so they can pass during backward compatibility break
hi @kcudnik this PR caused issue on the master branch, could we revert? |
…t#3321) Error is show up when we move sai headers from v1.14 to v1.15 sonic-net/sonic-sairedis#1431 (comment) What I did Fix tests so they can pass during backward compatibility break
Which master branch ? |
Update SAI to latest master SAI v1.15.0
…t#3321) Error is show up when we move sai headers from v1.14 to v1.15 sonic-net/sonic-sairedis#1431 (comment) What I did Fix tests so they can pass during backward compatibility break
Update SAI to latest master SAI v1.15.0
…t#3321) Error is show up when we move sai headers from v1.14 to v1.15 sonic-net/sonic-sairedis#1431 (comment) What I did Fix tests so they can pass during backward compatibility break
To latest SAI v1.15.0