I am glad to help.
Some fans like the Phanteks T30-120 does not like when it is set to AUTO.
I don't know what will solve your problems, as I don't know the cause, since your computer
isn't in my possession for proper diagnosis, but a new BIOS usually fixes/improves things.
I only mentioned some general tips that might help, some more for you to test:
- Disable the Core Isolation Memory Integrity
This tutorial will show you how to turn on or off core isolation memory integrity in Windows 11. Core isolation is a security feature of Microsoft Windows that protects important core processes of Windows from malicious software by isolating them in memory. It does this by running those core...
www.elevenforum.com
- Disable Threaded DPCs, makes Windows 11 DPC behave like Windows XP
https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/introduction-to-threaded-dpcs

Open Powershell as Admin. Copy/Paste/Enter the following: (
0 = disabled and 1 = enabled)
reg add "HKLM\System\CurrentControlSet\Control\Session Manager\kernel" /v ThreadDpcEnable /t REG_DWORD /f /d 0
Or double click the REG file
https://www.mediafire.com/file/qn4krw22am6sfic/Disable_Threaded_DPCs.REG/file
Test it on your system; if it doesn't work well, revert to the default value of 1, works fine here and I suspect
ASUS Sonar will like it too, but I am not sure about the Mellanox 4-LX network card.
- Enable MSI(Message Signaled-Based Interrupts) for the ASUS Sonar and Mellanox, if the card stop working, revert back.
... or another attempt to improve latencies Little bit of theory: ***** From "Windows Internals" by Mark Russinovich, David A. Solomon, Alex Ionescu Line-Based vs. Message Signaled-Based Interrupts Shared interrupts are often the cause of high interrupt latency and can also cause stability...
forums.guru3d.com