Re: Performance issues with vnet jails + epair + bridge
Sad Clouds <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]> |
Tried both, kernel built with "options RSS" and the following
in /boot/loader.conf
net.isr.maxthreads=-1
net.isr.bindthreads=1
net.isr.dispatch=deferred
Not sure if there are race conditions with these implementations, but
after a few short tests, the epair_task_0 got stuck 100% on CPU and
stayed there in this state indefinitely, until I rebooted.
PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU COMMAND
0 root -64 - 0B 672K CPU0 0 6:24 100.00% kernel{epair_task_0}
Is RSS considered too experimental, hence not enabled by default?