From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Baysek Subject: Re: vhost-blk development Date: Tue, 10 Apr 2012 13:25:43 -0400 (EDT) Message-ID: <24144665.60022.1334078743662.JavaMail.root@zimbra.liquidweb.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Stefan Hajnoczi Return-path: Received: from mxgate-03.liquidweb.com ([209.59.139.131]:51338 "EHLO mxgate-03.liquidweb.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753756Ab2DJRZp convert rfc822-to-8bit (ORCPT ); Tue, 10 Apr 2012 13:25:45 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi Stefan. =20 Well, I'm trying to determine which I/O method currently has the very l= east performance overhead and gives the best performance for both reads= and writes. I am doing my testing by putting the entire guest onto a ramdisk. I'm = working on an i5-760 with 16GB RAM with VT-d enabled. I am running the= standard Centos 6 kernel with 0.12.1.2 release of qemu-kvm that comes = stock on Centos 6. The guest is configured with 512 MB RAM, using, 4 c= pu cores with it's /dev/vda being the ramdisk on the host. I'm not closed to building a custom kernel or kvm if I can get better p= erformance reliably. However, my initial attempts with the 3.3.1 kerne= l and latest kvm gave mixed results. =20 I've been using iozone 3.98 with -O -l32 -i0 -i1 -i2 -e -+n -r4K -s250M= to measure performance. So, I was interested in vhost-blk since it seemed like a promising aven= ue to take a look at. If you have any other thoughts, that would also = be helpful. -Mike ----- Original Message ----- =46rom: "Stefan Hajnoczi" To: "Michael Baysek" Cc: kvm@vger.kernel.org Sent: Tuesday, April 10, 2012 4:55:26 AM Subject: Re: vhost-blk development On Mon, Apr 9, 2012 at 11:59 PM, Michael Baysek = wrote: > Hi all. =C2=A0I'm interested in any developments on the vhost-blk in = kernel accelerator for disk i/o. > > I had seen a patchset on LKML https://lkml.org/lkml/2011/7/28/175 but= that is rather old. =C2=A0Are there any newer developments going on wi= th the vhost-blk stuff? Hi Michael, I'm curious what you are looking for in vhost-blk. Are you trying to improve disk performance for KVM guests? Perhaps you'd like to share your configuration, workload, and other details so that we can discuss how to improve performance. Stefan