[cbf] Add Class Based Forwarding support#909
Merged
kcudnik merged 2 commits intosonic-net:masterfrom Oct 5, 2021
Merged
Conversation
Contributor
Author
|
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? |
kcudnik
previously approved these changes
Sep 3, 2021
Collaborator
|
please fix build process and resolve conflicts |
Contributor
Author
|
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 <[email protected]>
Contributor
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
@kcudnik could you review this change, now that the SAI dependency issue is solved? |
kcudnik
approved these changes
Oct 5, 2021
Contributor
|
@kcudnik Thanks - can this also be merged? (We don't have permissions!) |
pettershao-ragilenetworks
pushed a commit
to pettershao-ragilenetworks/sonic-sairedis
that referenced
this pull request
Nov 18, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 [email protected]