From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 7 01:21:56 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 EC11B1065740 for ; Wed, 7 Sep 2011 01:21:56 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 833278FC13 for ; Wed, 7 Sep 2011 01:21:56 +0000 (UTC) Received: by wwi36 with SMTP id 36so6962799wwi.31 for ; Tue, 06 Sep 2011 18:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=6xxBtTOwxKI/MKq1Ak6p0gDzqQC3SGxs4efYqtp4c9c=; b=TYY/Mpu2ebtTUS/N9y1kpxCwnpgMA68O5x/xWS79SLIWaQ9jpwWiLEAXiixyHJKruB eV6z0iZEYJCkXcSRoBtdPg/qBOLXI3ZKNoYKEaFvmlO01+9ytx6LuBjy4Ebf4B57s+Fr xTtjPGxj8GXETWShtWdNupERKzFsB1uV3Mmlk= MIME-Version: 1.0 Received: by 10.216.190.40 with SMTP id d40mr5689588wen.25.1315356628449; Tue, 06 Sep 2011 17:50:28 -0700 (PDT) Received: by 10.216.170.135 with HTTP; Tue, 6 Sep 2011 17:50:28 -0700 (PDT) Date: Wed, 7 Sep 2011 10:50:28 +1000 Message-ID: From: Stephen Hocking To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: 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 01:21:57 -0000 Hi all, Am wondering if anyone has done drivers the these sorts of network 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. Stephen