I am running the latest Shibby release. I run the OpenVPN client on the router. I noticed this when doing a heavy download over VPN. I noticed CPU was very busy but core 0 was 100% idle.
This doesn't seem right. Although the taskset of openvpn is set to 0,1 the scheduler isn't migrating anything to the second core. Explicitly setting the taskset of the process causes it to run on the second core
taskset -cp 1 $(ps w |grep vpnclient1 |grep -v grep | awk '{print $1}')
This gave me a...
I think Shibby's Tomato is not using both cores on my R7000
This doesn't seem right. Although the taskset of openvpn is set to 0,1 the scheduler isn't migrating anything to the second core. Explicitly setting the taskset of the process causes it to run on the second core
taskset -cp 1 $(ps w |grep vpnclient1 |grep -v grep | awk '{print $1}')
This gave me a...
I think Shibby's Tomato is not using both cores on my R7000