Wificx Sample Driver with Data Path#2
Merged
Conversation
…e memory related header -KNEW.H
…rt the VCXProj driven Nuget package. hardcode the WIL path
Added assertions to EnlpAffinitizeThread to verify BitScanReverse succeeds. Updated EnlRingDoorBell to properly acquire and release the spinlock around the Armed state check for thread safety. Removed obsolete netvadapterlibrary.sln.old solution file.
| { | ||
| NT_ASSERT(Queue->ArmWaitEvent != NULL); | ||
| Queue->Armed = FALSE; | ||
| WdfSpinLockRelease(Queue->Spinlock); |
Check warning
Code scanning / CodeQL
IRQL too low (C28120) Warning
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Check in the WIFICX Sample driver data path logic:
following folders created:
.\network\netadaptercx\ <-- The "Data Path" core
.\network\netadaptercx\netvadapterlibrary\ <-- The data path core logic built as Lib, shared with Wi-Fi (MBB or Ethernet adapter can share same lib)
.\network\Wlan\WIFICX\ <-- The wifi adapter which consumes the netvadapterlibrary