From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 7 03:26:59 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11E5D106566C for ; Wed, 7 Sep 2011 03:26:59 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id C319E8FC17 for ; Wed, 7 Sep 2011 03:26:58 +0000 (UTC) Received: by yib19 with SMTP id 19so5409691yib.13 for ; Tue, 06 Sep 2011 20:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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 :content-transfer-encoding; bh=gvvb33Hq9doNL4I1ndW6Xd6J+giXCmgN15IX99IrZOQ=; b=rm/Cvbj+jSu5e576kVdg6akeeRGpKic8HgWsV4FVj5j+MeY1yKb3ADLfYxunwm0bSt OhJbmYpbA6GfFnOVJ9lPr1ZZlaOQVJOfh+L5az8/ekAQ9sdAAqnWvtMD3qVGj6Fh/rCj W92QHCyhOT8phE3B7wMJJJmh7oNR+pzUn7VrE= MIME-Version: 1.0 Received: by 10.236.37.230 with SMTP id y66mr19052833yha.10.1315364611434; Tue, 06 Sep 2011 20:03:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Tue, 6 Sep 2011 20:03:31 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2011 11:03:31 +0800 X-Google-Sender-Auth: tS1d-qX03T9lP-oT3r8l2RsVi14 Message-ID: From: Adrian Chadd To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Stephen Hocking , hackers@freebsd.org Subject: Re: VMWare/Virtualbox virtio network drivers? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 03:26:59 -0000 On 7 September 2011 09:32, Adam Vande More wrote: > On Tue, Sep 6, 2011 at 7:50 PM, Stephen Hocking > wrote: > >> Am wondering if anyone has done drivers the these sorts of =A0network >> interfaces that are offered by VMWare & Virtual box. I know that on >> some Linux VMs I run, performance went from 20MB/s to 30MB/s to an NFS >> server which I swicthed to the virtio network interfaces. >> > > There is this patch, but it didn't get committed for some reason. > > http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022036.ht= ml Has this been used/tested by others? I see a reply from you. Adrian