-
Notifications
You must be signed in to change notification settings - Fork 244
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
Wrap calls from ebpf_drv.c in epoch calls #2189
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2189 +/- ##
==========================================
- Coverage 83.59% 81.90% -1.69%
==========================================
Files 151 143 -8
Lines 28217 26669 -1548
==========================================
- Hits 23587 21843 -1744
- Misses 4630 4826 +196
... and 59 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
analysis failure:
|
Blocked on #2191 |
a445e46
to
f7e8762
Compare
No longer blocked on #2191 |
Either add a more detailed description of the changes or at least update top level comments in the epoch module. |
Switching to draft while I evaluate @shankarseal proposal. |
capacity table to avoid memory allocation failures. Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Description
Ensure that all calls from ebpf_drv.c are to API's that call epoch enter/exit as appropriate.
Replace dynamically sized thread entry table with fixed capacity thread entry table with block on full semantics.
Resolves: #2164
Resolves: #2165
Testing
CI/CD
Documentation
No.