Re: What is "Fast task queue"? (Was: How to understand what `swi5' kernel thread does?)

From: John Baldwin <jhb_at_freebsd.org>
Date: Tue, 28 Aug 2012 07:44:23 -0400
On Monday, August 27, 2012 4:47:13 pm Lev Serebryakov wrote:
> Hello, John.
> You wrote 27 августа 2012 г., 20:26:03:
> 
> >>  What "fast tasks" are performed via this queue? Under network load it
> >> is main consumer of CPU.
> JB> Certain NIC drivers perform much of their interrupt handling in that 
thread.
>   Yep,  I've found, that my if_vr uses it. One more question: does ipfw
>  rules works in same thread? I have ``net.isr.dispatch="direct"'' set.

Yes, with the default setting of direct dispatch, all of the receive
side of the network stack runs in the driver's interrupt handler.  In
the case of vr(4) that would be in this thread.

-- 
John Baldwin
Received on Tue Aug 28 2012 - 09:45:44 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:30 UTC