Is it possible to retrieve the CPU that created a WDFREQUEST? Is it possible to retrieve the CPU that created a WDFREQUEST? windows windows

Is it possible to retrieve the CPU that created a WDFREQUEST?


Once you are in a DPC routine it's too late to tell where the request originated. You need to call KeGetCurrentProcessorNumberEx() before you queue the request to a DPC queue. I assume the request is an IRP...?