On Mon, Feb 6, 2012 at 6:34 AM, Ivan Voras <ivo...@freebsd.org> wrote: > Shouldn't new threads inherit affinity from the threads which spawned them?
Kernel threads were not inheriting affinity from the thread that spawned them. They were inheriting affinity from an arbitrary sibling thread in the same kernel process. For example, if you set net.isr.bindthreads=1, all threads in the intr process that don't set affinity(which is most of them) would end up bound to CPU 0, including every single softclock thread. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"