Can I just say something? Wow. It's so nice when you spread network processing across all cores. It's palpable for a desktop FreeBSD user. It's literally heaven on earth. And the tunables are so accessible (unlike Linux).
/boot/loader.conf:
net.isr.maxthreads="-1"
net.isr.bindthreads="1"
net.isr.dispatch="hybrid"
net.isr.defaultqlimit="2048"
net.isr.maxqlimit="10240"
Why is it not on by default? Is there a reason?
/boot/loader.conf:
net.isr.maxthreads="-1"
net.isr.bindthreads="1"
net.isr.dispatch="hybrid"
net.isr.defaultqlimit="2048"
net.isr.maxqlimit="10240"
Why is it not on by default? Is there a reason?