Skip to content

Switch push locks to spin lock#201

Merged
LakshK98 merged 6 commits intomicrosoft:mainfrom
LakshK98:fix_irql
Mar 24, 2025
Merged

Switch push locks to spin lock#201
LakshK98 merged 6 commits intomicrosoft:mainfrom
LakshK98:fix_irql

Conversation

@LakshK98
Copy link
Contributor

@LakshK98 LakshK98 commented Mar 17, 2025

Description

Testing

For testing the netevent ext , netevent_sim driver invokes the program in a DPC. DPC runs at Dispatch IRQL. Modified netevent_sim to invoke program in a ThreadedDPC which runs at passive IRQL by default. Also raised IRQL to dispatch periodically to ensure invocation is tested at both IRQLs.

Documentation

NA

Installation

NA

matthewige
matthewige previously approved these changes Mar 19, 2025
nigriMSFT
nigriMSFT previously approved these changes Mar 19, 2025
@LakshK98 LakshK98 dismissed stale reviews from nigriMSFT and matthewige via a173fa9 March 19, 2025 21:37
@LakshK98 LakshK98 merged commit 5228d86 into microsoft:main Mar 24, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support calls into neteventebpf ext at Dispatch IRQL

3 participants