From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Khwbr-0002Lu-Tt for qemu-devel@nongnu.org; Mon, 22 Sep 2008 21:22:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Khwbq-0002Lg-64 for qemu-devel@nongnu.org; Mon, 22 Sep 2008 21:22:35 -0400 Received: from [199.232.76.173] (port=49415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Khwbq-0002Ld-0j for qemu-devel@nongnu.org; Mon, 22 Sep 2008 21:22:34 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:59848) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Khwbp-0004jD-SH for qemu-devel@nongnu.org; Mon, 22 Sep 2008 21:22:34 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m8N1MVMB023911 for ; Mon, 22 Sep 2008 21:22:31 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m8N1MV9D130444 for ; Mon, 22 Sep 2008 19:22:31 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m8N7MVSl021310 for ; Tue, 23 Sep 2008 01:22:31 -0600 Date: Mon, 22 Sep 2008 20:22:24 -0500 From: Ryan Harper Message-ID: <20080923012224.GI31395@us.ibm.com> References: <1222125454-21744-1-git-send-email-ryanh@us.ibm.com> <1222125454-21744-4-git-send-email-ryanh@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1222125454-21744-4-git-send-email-ryanh@us.ibm.com> Subject: [Qemu-devel] [PATCH 3/3] Add linux aio implementation for raw block devices Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Ryan Harper , kvm@vger.kernel.org * Ryan Harper [2008-09-22 18:18]: > This patch adds a linux aio raw block driver implementation. If a raw block > device is opened with cached=off (O_DIRECT) then we can utilize linux aio to > submit io to/from the block device. Utilizing linux aio allows for multiple > outstanding requests to be in flight against the io device potentially providing > higher IO throughput. This implementation uses eventfd for event completion > notification. Hrm, git-send-email didn't seem to set the right subject for this email. This is [PATCH 3/3], the linux aio implementation. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com