that settings not affect anymore
what is your board + cpu ?
Those are set properly but this post was about the option called Interrupt Routing related to power plans. On my 10th gen Intel system Any Unparked Processor was the better option as locking it to a core causes heaviness even if that core is as underutilized as possible. Even above that disabling this option through the registry got me the best results.Gamesager wrote: ↑17 Dec 2024, 16:55I used gointerruptpolicy to move my gpu and usb interrupts to their own cpu core, then reservedcpusets to reserve that core for just my gpu and usb hub. I get the exact same fps in benchmarks but my inputs feel much faster. On latency mon this gave me better results than anything else. Got me down to 0.78 dpc latency and 2.3 ITP latency.
So i have ryzen 5 7600x and this how my kernel looks like,should Interrupt Steering Mode be "Default" or "Lock Interrupt Routing" or "Any unparked processor " ?Hyote wrote: ↑17 Dec 2024, 20:27Those are set properly but this post was about the option called Interrupt Routing related to power plans. On my 10th gen Intel system Any Unparked Processor was the better option as locking it to a core causes heaviness even if that core is as underutilized as possible. Even above that disabling this option through the registry got me the best results.Gamesager wrote: ↑17 Dec 2024, 16:55I used gointerruptpolicy to move my gpu and usb interrupts to their own cpu core, then reservedcpusets to reserve that core for just my gpu and usb hub. I get the exact same fps in benchmarks but my inputs feel much faster. On latency mon this gave me better results than anything else. Got me down to 0.78 dpc latency and 2.3 ITP latency.
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "InterruptSteeringDisabled" /t REG_DWORD /d "1" /f
Delete the reg key if it is worse than before.
It shouldn't matter which one is set with the reg key but probably keep it on Any Unparked Processor anyways.JimCarry wrote: ↑18 Dec 2024, 04:24So i have ryzen 5 7600x and this how my kernel looks like,should Interrupt Steering Mode be "Default" or "Lock Interrupt Routing" or "Any unparked processor " ?Hyote wrote: ↑17 Dec 2024, 20:27Those are set properly but this post was about the option called Interrupt Routing related to power plans. On my 10th gen Intel system Any Unparked Processor was the better option as locking it to a core causes heaviness even if that core is as underutilized as possible. Even above that disabling this option through the registry got me the best results.Gamesager wrote: ↑17 Dec 2024, 16:55I used gointerruptpolicy to move my gpu and usb interrupts to their own cpu core, then reservedcpusets to reserve that core for just my gpu and usb hub. I get the exact same fps in benchmarks but my inputs feel much faster. On latency mon this gave me better results than anything else. Got me down to 0.78 dpc latency and 2.3 ITP latency.
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "InterruptSteeringDisabled" /t REG_DWORD /d "1" /f
Delete the reg key if it is worse than before.
"MitigationOptions"=hex:00,22,22,20,22,20,22,22,20,00,00,00,00,20,00,20,00,00,\
00,00,00,00,00,00
"MitigationAuditOptions"=hex:00,00,00,00,00,00,20,22,00,00,00,00,00,00,00,20,\
00,00,00,00,00,00,00,00
"KernelSEHOPEnabled"=dword:00000000
"ThreadDpcEnable"=dword:00000000
"InterruptSteeringDisabled"=dword:00000001
"DisableExceptionChainValidation"=dword:00000001