From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlzUu-0004Tf-0n for qemu-devel@nongnu.org; Thu, 28 Nov 2013 06:11:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlzUk-0002Tn-5P for qemu-devel@nongnu.org; Thu, 28 Nov 2013 06:11:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlzUj-0002Ta-TY for qemu-devel@nongnu.org; Thu, 28 Nov 2013 06:10:54 -0500 Message-ID: <529724B0.80405@redhat.com> Date: Thu, 28 Nov 2013 12:10:40 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <5294B634.4050801@cloudius-systems.com> <20131126150357.GA20352@redhat.com> <5294BC3B.6070902@redhat.com> <5297050E.6000700@redhat.com> <20131128091903.GA4609@kernel.org> <5297118C.3050104@cloudius-systems.com> <529712A1.8090207@redhat.com> <5297181B.3090109@cloudius-systems.com> <52971D86.60601@redhat.com> <20131128110915.GD5822@minantech.com> In-Reply-To: <20131128110915.GD5822@minantech.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] create a single workqueue for each vm to update vm irq routing table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Avi Kivity , "Huangweidong (C)" , Gleb Natapov , KVM , "Michael S. Tsirkin" , "Zhanghaoyu (A)" , Luonengjun , "qemu-devel@nongnu.org" , Zanghongyong , Avi Kivity , "Jinxin (F)" Il 28/11/2013 12:09, Gleb Natapov ha scritto: > > - if there are no callbacks, but there are readers, synchronize_srcu > > busy-loops for some time checking if the readers complete. After a > > while (20 us for synchronize_srcu, 120 us for > > synchronize_srcu_expedited) it gives up and starts using a workqueue to > > poll every millisecond. This should never happen unless > > Unless what ? :) Unless reader is scheduled out? Yes. Or unless my brain is scheduled out in the middle of a sentence. Paolo