From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751206AbZIBJuw (ORCPT ); Wed, 2 Sep 2009 05:50:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750884AbZIBJuv (ORCPT ); Wed, 2 Sep 2009 05:50:51 -0400 Received: from mail-ew0-f206.google.com ([209.85.219.206]:56001 "EHLO mail-ew0-f206.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783AbZIBJuu (ORCPT ); Wed, 2 Sep 2009 05:50:50 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=rC9J/Eo0uC9lSlah9lGeXkkHQG/Tu4PoN2sfKSLgeb83RwmG8oMAJifeiHGFLWCjTI CquEEVgsSc5re7ZSIcrLFp7jNCIV9USQeVxVZosOxnPtwmQPU8LIjajlmEpgRg/fB2nV /Jp0a7izhmEC5O2ax7mKn86uOCcEOXkaAk/dI= MIME-Version: 1.0 In-Reply-To: <20090901183837.GA22551@infradead.org> References: <1251415060.16297.58.camel@ank32.eng.vmware.com> <20090901161651.GO22870@parisc-linux.org> <200909010933.50571.dtor@vmware.com> <1251823925.3864.216.camel@mulgrave.site> <1251826804.12482.47.camel@mulgrave.site> <1251827676.16169.152.camel@ank32.eng.vmware.com> <20090901183837.GA22551@infradead.org> Date: Wed, 2 Sep 2009 11:50:50 +0200 X-Google-Sender-Auth: 89f7f6d851e33ae0 Message-ID: Subject: Re: [PATCH] SCSI driver for VMware's virtual HBA. From: Bart Van Assche To: Christoph Hellwig Cc: Alok Kataria , James Bottomley , Roland Dreier , Dmitry Torokhov , Matthew Wilcox , Robert Love , Randy Dunlap , Mike Christie , "linux-scsi@vger.kernel.org" , LKML , Andrew Morton , Rolf Eike Beer , Maxime Austruy Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 1, 2009 at 8:38 PM, Christoph Hellwig wrote: > On Tue, Sep 01, 2009 at 05:54:36PM +0000, Alok Kataria wrote: >> Also note that, the way all these things are implemented for each of the >> hypervisor devices will differ and getting every hv-vendor to agree on a >> common set of things is not very attractive proposition ( atleast, this >> I can say from my past experiences). > > virtio is shared by three or four hypervisors depending on how you > count it, with others under development. Research is ongoing about how to reach higher throughput and lower latency than what is possible with the virtio interface. See also Jake Edge, AlacrityVM, August 5, 2009 (http://lwn.net/Articles/345296/). Bart.