From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAl2r-0004Ym-Qb for qemu-devel@nongnu.org; Fri, 15 Apr 2011 11:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAl2n-00047j-MX for qemu-devel@nongnu.org; Fri, 15 Apr 2011 11:34:53 -0400 Received: from verein.lst.de ([213.95.11.211]:45981 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAl2n-00047f-HU for qemu-devel@nongnu.org; Fri, 15 Apr 2011 11:34:49 -0400 Date: Fri, 15 Apr 2011 17:34:48 +0200 From: Christoph Hellwig Message-ID: <20110415153448.GA30116@lst.de> References: <1302874855-14736-1-git-send-email-stefanha@linux.vnet.ibm.com> <20110415150513.GA29619@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] raw-posix: Linearize direct I/O on Linux NFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , qemu-devel@nongnu.org, Khoa Huynh , Badari Pulavarty , Christoph Hellwig On Fri, Apr 15, 2011 at 04:26:41PM +0100, Stefan Hajnoczi wrote: > On Fri, Apr 15, 2011 at 4:05 PM, Christoph Hellwig wrote: > > NAK. ?Just wait for the bloody NFS client fix to get in instead of > > adding crap like that. > > That's totally fine if NFS client will be fixed in the near future but > this doesn't seem likely: > > http://www.spinics.net/lists/linux-nfs/msg20462.html The code to use preadv/pwritev has been in qemu for over 2 years, and it took people to notice the NFS slowdown until now, so don't expect it to be fixed three days layer. I can't event see you in the relevent threads arguing for getting it fixed, so don't complain.