-
Notifications
You must be signed in to change notification settings - Fork 0
[feature] ASIC-focused multicast replication and dendrite API #14
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
Merged
+12,875
−717
Merged
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
df62508
[feature] ASIC-focused 1st draft of multicast PRE
zeeshanlakhani 4a945a8
[fix] change stage max
zeeshanlakhani bb876fa
update chaos tables, revert any p4 formatting for review
zeeshanlakhani 2dcb98e
[minor] comments/align
zeeshanlakhani 3ef78f0
Merge remote-tracking branch 'origin/multicast' into zl/p4-mcast-3
zeeshanlakhani 37498e4
[review] address first pass of review
zeeshanlakhani d4953df
[review+] meta -> metadata, fix test issues
zeeshanlakhani dbe684f
[stages] test back to 14
zeeshanlakhani 5537794
..
zeeshanlakhani 1e29a70
[review] validation and underlying api transactions
zeeshanlakhani 8a9fd45
[major changes] Rework groups+dataplane to handle external/underlay/b…
zeeshanlakhani 105a296
Merge remote-tracking branch 'origin/multicast' into zl/p4-mcast
zeeshanlakhani 1c0e660
[minor] chaos and remove pub
zeeshanlakhani 57804d1
[minor] openapi update
zeeshanlakhani e55ddbc
[update] link-local hop limit handling + counter categories
zeeshanlakhani 09fcec0
Change API into internal/replication vs external
zeeshanlakhani e3dda26
Merge remote-tracking branch 'origin/multicast' into zl/p4-mcast
zeeshanlakhani da0c3b3
..
zeeshanlakhani 7158e91
..
zeeshanlakhani 5a26a07
[review] updates on lock handling, ipv6 use, more
zeeshanlakhani 5c096e9
..
zeeshanlakhani 8167280
..
zeeshanlakhani 91cd396
..
zeeshanlakhani 4d6d726
..
zeeshanlakhani 21d9274
[review] updates: locking cleanup and scoped free id(s)
zeeshanlakhani 6f4082e
[review] keep mcast group lock for entire action
zeeshanlakhani 9660726
[review] last bits++
zeeshanlakhani a3a8abb
minor: squiggly
zeeshanlakhani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ p4_artifacts* | |
# Editor config | ||
.vscode | ||
.dir-locals.el | ||
bacon.toml | ||
|
||
# OS artifacts | ||
.DS_Store | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Should this be removed?
Uh oh!
There was an error while loading. Please reload this page.
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.
I had been using it (and it is a tool, but fine to remove it).
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.
It's harmless. I just wasn't sure if you meant to leave it in or not. If you want to keep it, feel free.