From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 27 08:29:01 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB321065678 for ; Tue, 27 Jul 2010 08:29:01 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 914208FC17 for ; Tue, 27 Jul 2010 08:29:01 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1OdfX1-0005qx-Q6 for freebsd-emulation@freebsd.org; Tue, 27 Jul 2010 11:28:59 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Jul 2010 11:28:59 +0300 From: Daniel Braniss Message-ID: Subject: vbox ethernet emulation is slow X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 08:29:02 -0000 Hi, So far I can run 8.1-stable just fine, except that it's ethernet link is slow, so slow that ifconfig is embarrassed :-) % ifconfig le0 le0: flags=8843 metric 0 mtu 1500 options=8 ether 08:00:27:ea:f1:81 inet 132.65.94.1 netmask 0xfffff000 broadcast 132.65.95.255 inet6 fe80::a00:27ff:feea:f181%le0 prefixlen 64 scopeid 0x1 nd6 options=3 media: Ethernet autoselect status: active % iperf ... [ 3] local 132.65.94.1 port 41982 connected with 132.65.16.212 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.1 sec 128 MBytes 107 Mbits/sec is there any work planned to speed it up? Thanks, danny