netisr defered - active only one thread
Ryan Stone
rysto32 at gmail.com
Thu Feb 2 17:34:20 UTC 2012
2012/2/2 Alexander V. Chernikov <melifaro at freebsd.org>:
> P.S. it is also reasonable to set net.isr.bindthreads to 1
I really don't recommend setting this in any release. There is
currently a bug with binding kernel threads that causes unrelated
threads to be unnecessarily bound to CPUs. In the specific case of
net.isr.bindthreads this will cause(among others) the softclock
threads to all be bound to the same CPU, which may well obviate any
performance increase from binding the netisr threads.
More information about the freebsd-net
mailing list