-
Notifications
You must be signed in to change notification settings - Fork 278
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
Sonic sairedis changes for SAI SRV6 #905
base: master
Are you sure you want to change the base?
Conversation
@kcudnik latest sairedis changes on top of your recent commits. |
@kcudnik SAI tag with SRV6 changes is not yet created which is needed for Sonic 202111 release. This PR has to be merged along with that. |
can you also make unittsts in sairedis/unittest, you will find there directory structure and you can follow the format |
@kcudnik unittests are added for srv6 |
great, now please make this compile right :) |
@kcudnik This PR has SAI dependencies. Compilation will be successful only when SAI refpoint is updated. We need SAI tag with the below commit, may be SAI 1.9 for Sonic 202111 release. |
you can update SAI pointer in the same pr |
@lguohan can you response
|
please fix conflicts |
@kcudnik I have updated SAI version to 1.9.0 and added changes to new modules ipsec and my_mac. |
Reports conflict in SAI submodule file. How do we resolve this? |
@kcudnik Any steps before updating the SAI submodule? Please let me know if there are any steps to be followed. |
sairedis changes to support SAI SRV6 changes - opencomputeproject/SAI@2e934ff
Update SAI SEGMENTROUTE object to SAI SRV6 object
Serialize and deserialize APIs for SRV6 MY_SID_ENTRY object
These changes are needed to update Sonic SAI refpoint with SRV6 changes.
SAI refpoint with SRV6 update and this PR has to be merged together.