From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agvvs-0004I3-Tc for qemu-devel@nongnu.org; Fri, 18 Mar 2016 11:03:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agvvs-0003sO-5c for qemu-devel@nongnu.org; Fri, 18 Mar 2016 11:03:20 -0400 Sender: Paolo Bonzini References: <1458123018-18651-1-git-send-email-famz@redhat.com> <56E9355A.5070700@redhat.com> <56E93A22.1080102@de.ibm.com> <56E93ECE.10103@redhat.com> <56E9425C.8030201@de.ibm.com> <56E957AD.2050005@redhat.com> <56E961EA.4090908@de.ibm.com> <56EAA170.1000904@linux.vnet.ibm.com> <56EAA576.8020709@de.ibm.com> <56EAC706.2040006@redhat.com> <56EACA22.2020505@de.ibm.com> <56EACA64.9060402@de.ibm.com> <56EAD69B.10107@de.ibm.com> From: Paolo Bonzini Message-ID: <56EC18A7.6070709@redhat.com> Date: Fri, 18 Mar 2016 16:03:03 +0100 MIME-Version: 1.0 In-Reply-To: <56EAD69B.10107@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/4] Tweaks around virtio-blk start/stop List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , tu bo , Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , cornelia.huck@de.ibm.com, Stefan Hajnoczi , qemu-block@nongnu.org, "Michael S. Tsirkin" On 17/03/2016 17:08, Christian Borntraeger wrote: > Good (or bad?) news is the assert also triggers on F23, it just seems > to take longer. I guess good news, because we can rule out the kernel (not that I believed it was a kernel problem, but the thought is always there in the background...). The interaction between ioeventfd and dataplane is too complicated. I think if we get rid of the start/stop ioeventfd calls (just set up the ioeventfd as soon as possible and then only set/clear the handlers) things would be much simpler. I'll see if I can produce something based on Conny's patches, which are already a start. Today I had a short day so I couldn't play with the bug; out of curiosity, does the bug reproduce with her work + patch 4 from this series + the reentrancy assertion? Paolo