Reply To: Receive() indications and IRQL

Home Forums Discussions General Receive() indications and IRQL Reply To: Receive() indications and IRQL

#6122
s0larian
Participant

    Oh, I think I get it…. I was tracing KeAcquireSpinLock() yesterday, and it only incremented the IRQL. That’s all that’s required on uniprocessor kernels, actually.

    So, in this case, I wonder if it’s a good idea to raise IRQL to dispatch prior invoking Receive() handlers?

    Thanks!