From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 18:40:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BAC1106564A; Mon, 27 Aug 2012 18:40:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id F3AC88FC1E; Mon, 27 Aug 2012 18:40:37 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3AD44B99A; Mon, 27 Aug 2012 14:40:37 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, lev@freebsd.org Date: Mon, 27 Aug 2012 12:26:03 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <135297243.20120827061957@serebryakov.spb.ru> <198519466.20120827164646@serebryakov.spb.ru> In-Reply-To: <198519466.20120827164646@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201208271226.03496.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 27 Aug 2012 14:40:37 -0400 (EDT) Cc: Subject: Re: What is "Fast task queue"? (Was: How to understand what `swi5' kernel thread does?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2012 18:40:38 -0000 On Monday, August 27, 2012 8:46:46 am Lev Serebryakov wrote: > Hello, Lev. > You wrote 27 =D0=B0=D0=B2=D0=B3=D1=83=D1=81=D1=82=D0=B0 2012 =D0=B3., 6:1= 9:57: >=20 > I've found (with help of debug printing added to kernel), that "swi5" > has only one handler "Fast task queue" (name is too long to be seen in > `top' output, may be, rename it to "fast tqueue"?) >=20 > What "fast tasks" are performed via this queue? Under network load it > is main consumer of CPU. Certain NIC drivers perform much of their interrupt handling in that thread. =2D-=20 John Baldwin