Added WCP mechanism for shutdownSqe#5906
Conversation
|
@Santhosha-bk Can you please rebase this? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5906 +/- ##
==========================================
+ Coverage 84.05% 85.64% +1.59%
==========================================
Files 60 60
Lines 18755 18730 -25
==========================================
+ Hits 15764 16042 +278
+ Misses 2991 2688 -303 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fe435b9 to
21b6c44
Compare
@microsoft-github-policy-service agree company="Microsoft" |
Description
CxPlatEventQEnqueue, aka PostQueuedCompletionStatus, can fail because of OOM. The reason for this is that NtSetIoCompletion underneath PQCS must allocate an IO completion packet to add to the target IOCP
Added a Wake Completion Packet (WCP) mechanism which will be used as a primary path for shutdownSqe and PQCS will be a backup mechanism.
Old PR #5617
#5369
Testing
Documentation