-
Notifications
You must be signed in to change notification settings - Fork 9
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
Move underlay NICs back into H/W Classification #504
Merged
Merged
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
173f5d3
WIP: Deliver packets via DLS client to escape S/W
FelixMcFelix 94c5264
WIP: Put the promisc callback on the right mac client.
FelixMcFelix 8ffd7c3
Merge branch 'master' into goodbye-all-of-classification
FelixMcFelix c34e257
Fixup for real!
FelixMcFelix b542fac
Found the bug.
FelixMcFelix dff4a58
Reorganisation, cleanup.
FelixMcFelix 360955c
Clippy.
FelixMcFelix 1da884e
Refactoring, newtype for DLS Link IDs
FelixMcFelix 54182c9
Comment tweaks etc.
FelixMcFelix bb25fde
More commentary.
FelixMcFelix 3dc09de
Should now have the correct attach/detach refs
FelixMcFelix c84ec5a
Simplify creation/cleanup.
FelixMcFelix 7a4b068
Hmm.
FelixMcFelix 0434f15
Dls, not Dld.
FelixMcFelix d7d416a
Cleanup.
FelixMcFelix 303057b
Finalist tweaks
FelixMcFelix 94819d5
Accidentally the wrong type.
FelixMcFelix bf35bf2
Review feedback: nits.
FelixMcFelix 2e4d9c3
Merge branch 'master' into goodbye-all-of-classification
FelixMcFelix 95a213d
Alloc/free dld_str_t from the kmem cache.
FelixMcFelix bb3cb41
Initial CTF reading from within opteadm.
FelixMcFelix d0d3986
Live verification of dld_str_s against runtime CTF
FelixMcFelix 4fbcb4b
Remove some debug-fmt.
FelixMcFelix b682a16
Use live-running DLD (/system) rather than drv
FelixMcFelix 984da1a
Update in tandem with stlouis#577.
FelixMcFelix dfb6ef4
Swap to upstreamed ctf-bindgen.
FelixMcFelix 35b0187
Help CI along a little bit.
FelixMcFelix 4074b11
Merge branch 'master' into goodbye-all-of-classification
FelixMcFelix b7e96a2
Back to `main` for ctf-bindgen
FelixMcFelix 942a56e
Undo private access workarounds for ctf-bindgen
FelixMcFelix 77ea7c8
Comment fixups.
FelixMcFelix ced9d52
No more reliance on `dld_str_t` internals
FelixMcFelix d3e5867
Uncork opte#532 while we're here.
FelixMcFelix 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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.
😮 TIL objfs
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 learned that trick from Robert! I think it'll be short-lived if we use your below suggestion. I'll preserve a copy of this branch since we could end up needing these tricks again (although I hope we do not).