-
Notifications
You must be signed in to change notification settings - Fork 582
Kernel Platform Worker Support #4605
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4605 +/- ##
==========================================
- Coverage 87.45% 87.00% -0.45%
==========================================
Files 59 59
Lines 18048 18061 +13
==========================================
- Hits 15783 15714 -69
- Misses 2265 2347 +82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Looks like the kernel BVTs are crashing. I will try to investigate later. |
…icrosoft/msquic into nibanks/kernel-platform-worker
Something seems broken in netperf runs. I can't tell if it's because of this or not. Needs to be investigated before merging. |
Is the netperf result reliable? wsk related failure is really few. others are more |
Converted this back to draft, because we need to switch to using |
I suggest using the Zw variants for KM, unless QUIC is calling on behalf of the user mode thread calling QUIC, and all in the same thread context. |
Co-authored-by: Nick Banks <nibanks@microsoft.com>
Co-authored-by: Nick Banks <nibanks@microsoft.com>
Description
Extracts/refactors some of the code in #4023 to support platform worker threads, which is a prereq for kernel xdp support.
Testing
CI/CD
Documentation
N/A