-
Notifications
You must be signed in to change notification settings - Fork 51
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
bpfd: Use tc dispatcher from container image #817
Conversation
Signed-off-by: Dave Tucker <[email protected]>
✅ Deploy Preview for bpfd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #817 +/- ##
==========================================
- Coverage 27.21% 27.06% -0.16%
==========================================
Files 35 35
Lines 7257 7298 +41
==========================================
Hits 1975 1975
- Misses 5141 5182 +41
Partials 141 141 ☔ View full report in Codecov by Sentry. |
One comment otherwise LGTM |
Signed-off-by: Dave Tucker <[email protected]>
From the docs, join doesn't spawn. If we want parallelism, we're supposed to call spawn first. This is necessary so that we can spawn the image_manager thread before the state reconstruction occurs. Signed-off-by: Dave Tucker <[email protected]>
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.
LGTM
No description provided.