From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753264Ab2ABQXs (ORCPT ); Mon, 2 Jan 2012 11:23:48 -0500 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:53408 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728Ab2ABQXq (ORCPT ); Mon, 2 Jan 2012 11:23:46 -0500 Date: Mon, 2 Jan 2012 11:23:39 -0500 From: Christoph Hellwig To: Paolo Bonzini Cc: Christoph Hellwig , Stefan Hajnoczi , Minchan Kim , Rusty Russell , Chris Wright , Jens Axboe , Stefan Hajnoczi , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Vivek Goyal Subject: Re: [PATCH 0/6][RFC] virtio-blk: Change I/O path from request to BIO Message-ID: <20120102162339.GA3593@infradead.org> References: <1324429254-28383-1-git-send-email-minchan@kernel.org> <20111222234135.GB7056@barrios-laptop.redhat.com> <4F01D750.7040304@redhat.com> <20120102161518.GA28940@infradead.org> <4F01D8C5.1060300@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F01D8C5.1060300@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 02, 2012 at 05:18:13PM +0100, Paolo Bonzini wrote: > >I tried a few times, and the only constant measureable > >thing was that it regressed performance when used for rotating devices > >in a few benchmarks. > > Were you trying with cache=none or writeback? For cache=none, > that's exactly what I'd expect. cache=writeback could be more > interesting... cache=none - cache=writeback isn't something people should ever use except for read-only or extremly read-mostly workloads.