-
Notifications
You must be signed in to change notification settings - Fork 270
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
[cbf] Add Class Based Forwarding support #909
Conversation
This PR relies on Cisco's opencomputeproject/SAI#1193 PR. I'm not sure which is the proper way to update the SAI submodule so the PR pipeline works. Should I include it (once it's in SAI/master) in the code changes as well? |
please fix build process and resolve conflicts |
In order to fix the build we need a newer version of SAI. We're going to wait for the official SAI module update before merging this in. |
* Added support for MAP_LIST serialization and deserialization * Added a UT to validate the changes * Add NHG map API implementation * Add VS object availability for NHG maps Signed-off-by: Alexandru Banu <v-albanu@microsoft.com>
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@kcudnik could you review this change, now that the SAI dependency issue is solved? |
@kcudnik Thanks - can this also be merged? (We don't have permissions!) |
Added support for MAP_LIST serialization and deserialization
Add FC to QoS maps
Added a UT to validate the changes
Add NHG map API implementation
Add VS object availability for NHG maps
Signed-off-by: Alexandru Banu v-albanu@microsoft.com