From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54186 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHx6l-0004HB-0O for qemu-devel@nongnu.org; Mon, 15 Nov 2010 06:20:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHx6i-0007VS-VP for qemu-devel@nongnu.org; Mon, 15 Nov 2010 06:20:22 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:39855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHx6i-0007VN-Q6 for qemu-devel@nongnu.org; Mon, 15 Nov 2010 06:20:20 -0500 Received: by wwb22 with SMTP id 22so41395wwb.10 for ; Mon, 15 Nov 2010 03:20:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4CDFD3BE.8090702@redhat.com> References: <1289483242-6069-1-git-send-email-stefanha@linux.vnet.ibm.com> <1289483242-6069-3-git-send-email-stefanha@linux.vnet.ibm.com> <20101111164518.GA28773@infradead.org> <4CDFBB19.7010702@redhat.com> <4CDFC288.9050800@redhat.com> <4CDFD3BE.8090702@redhat.com> Date: Mon, 15 Nov 2010 11:20:19 +0000 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH 2/3] virtio-pci: Use ioeventfd for virtqueue notify From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Stefan Hajnoczi , kvm@vger.kernel.org, "Michael S. Tsirkin" , qemu-devel@nongnu.org, Christoph Hellwig , Khoa Huynh On Sun, Nov 14, 2010 at 12:19 PM, Avi Kivity wrote: > On 11/14/2010 01:05 PM, Avi Kivity wrote: >>> >>> I agree, but let's enable virtio-ioeventfd carefully because bad code >>> is out there. >> >> >> Sure. =A0Note as long as the thread waiting on ioeventfd doesn't consume= too >> much cpu, it will awaken quickly and we won't have the "transaction per >> timeslice" effect. >> >> btw, what about virtio-blk with linux-aio? =A0Have you benchmarked that = with >> and without ioeventfd? >> > > And, what about efficiency? =A0As in bits/cycle? We are running benchmarks with this latest patch and will report results. Stefan