Page 1 of 1

Interrupt Routing

Posted: 14 Apr 2024, 09:11
by Hyote
Good thing people replied because I forgot about this. For Interrupt Steering use either Processor 0 or 1 if you can and they aren't overloaded, otherwise use Any Unparked Processor. I can share my power plan if people need it, changed every value like this for latency purposes.

Re: New thing

Posted: 14 Apr 2024, 12:03
by bleya99
Hyote wrote:
14 Apr 2024, 09:11
In PowerSettingsExplorer look for Interrupt Steering Mode. 2 or 3 values are better than the Default one but I use Lock Interrupt Routing. Makes up about 20% of the good input feeling now.
What research led you to this discovery?

Also "2 or 3 values are better than the Default one" meaning what exactly?

Re: New thing

Posted: 14 Apr 2024, 13:42
by Hyote
I found Processor 0 and 1 to be preferrable over Default and the Lock Interrupt Routing gave me the best feel. Emphasis is on feel. Random bullshit go kind of research.

Re: New thing

Posted: 15 Apr 2024, 14:32
by Slender
0 - 00000000 - Default - Default
1 - 00000001 - Any processor - Route interrupts to any processor
2 - 00000002 - Any unparked processor with time delay - Route interrupts to any unparked processor with time delay
3 - 00000003 - Any unparked processor - Route interrupts to any unparked processor
4 - 00000004 - Lock Interrupt Routing - Lock Interrupt Routing
5 - 00000005 - Processor 0 - Route interrupts to Processor 0
6 - 00000006 - Processor 1 - Route interrupts to Processor 1

Re: New thing

Posted: 15 May 2024, 04:41
by MorganHart
Slender wrote:
15 Apr 2024, 14:32
0 - 00000000 - Default - Default
1 - 00000001 - Any processor - Route interrupts to any processor
2 - 00000002 - Any unparked processor with time delay - Route interrupts to any unparked processor with time delay
3 - 00000003 - Any unparked processor - Route interrupts to any unparked processor
4 - 00000004 - Lock Interrupt Routing - Lock Interrupt Routing
5 - 00000005 - Processor 0 - Route interrupts to Processor 0
6 - 00000006 - Processor 1 - Route interrupts to Processor 1
Thanks, you made my day. I appreciate you for helping me out.