-
Notifications
You must be signed in to change notification settings - Fork 477
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
Add uSID endpoint enums for udx and udt #2098
Closed
kperumalbfn
wants to merge
5
commits into
opencomputeproject:master
from
kperumalbfn:kperumal/srv6_usid
Closed
Add uSID endpoint enums for udx and udt #2098
kperumalbfn
wants to merge
5
commits into
opencomputeproject:master
from
kperumalbfn:kperumal/srv6_usid
Conversation
This file contains 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
kperumalbfn
force-pushed
the
kperumal/srv6_usid
branch
from
November 8, 2024 18:30
3a21059
to
2e0c4c9
Compare
@ashutosh-agrawal Please review |
kcudnik
approved these changes
Nov 8, 2024
eddyk-nvidia
approved these changes
Nov 9, 2024
ashutosh-agrawal
approved these changes
Nov 12, 2024
kcudnik
approved these changes
Nov 14, 2024
ahsalam
reviewed
Nov 14, 2024
ahsalam
approved these changes
Nov 14, 2024
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.
The changes looks good. Thanks @kperumalbfn
cscarpitta
approved these changes
Nov 14, 2024
kperumalbfn
force-pushed
the
kperumal/srv6_usid
branch
from
November 14, 2024 16:10
de2658e
to
9ad77f4
Compare
Signed-off-by: Kumaresh Perumal <[email protected]>
Signed-off-by: Kumaresh Perumal <[email protected]>
* Next hop group with members. Introduce a new type of Next hop group that allows the application to provide the list of next hops that are members of the Next hop group along with the list of weights. Signed-off-by: Kishore Gummadidala <[email protected]> Co-authored-by: Kishore Gummadidala <[email protected]> Signed-off-by: Kumaresh Perumal <[email protected]>
* Prefix Compression feature addition to SAI Signed-off-by: nshinoud <[email protected]> Change BINCODE to META - PR change request Signed-off-by: nshinoud <[email protected]> Additional changes based on requests from git review - Removed default meta attribute - Added stage for table creation - updated docs Signed-off-by: nshinoud <[email protected]> Fix typo: Changes SAI_ACL_TABLE_ATTR_PREFIX_COMPRESSION_STAGE to SAI_TABLE_ATTR_PREFIX_COMPRESSION_STAGE Signed-off-by: nshinoud <[email protected]> Fix metadata script error Signed-off-by: nshinoud <[email protected]> Another attempt to fix metadata issue. For some reason this passes on my local build Signed-off-by: nshinoud <[email protected]> Add support for Prefix Compression Table type: SRC, DST, BOTH Signed-off-by: nshinoud <[email protected]> Minor fix (change bincode to meta) Signed-off-by: nshinoud <[email protected]> Update comment Signed-off-by: nshinoud <[email protected]> * PR changes: Update an attribute and documentation Signed-off-by: nshinoud <[email protected]> * Update Docs: Packet pipeline Signed-off-by: nshinoud <[email protected]> * Update Prefix Compression Documentation: Pipeline Signed-off-by: nshinoud <[email protected]> --------- Signed-off-by: nshinoud <[email protected]> Signed-off-by: Kumaresh Perumal <[email protected]>
kperumalbfn
force-pushed
the
kperumal/srv6_usid
branch
from
November 14, 2024 18:32
8780d53
to
8e321a8
Compare
Closing this PR due to sanity check issue and force push failed. Opened #2102 |
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.
Enums for uDX4, uDX6, uDT4, uDT6 and uDT46