From owner-freebsd-virtualization@freebsd.org Sat Jan 30 00:04:46 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DD9BA71B86 for ; Sat, 30 Jan 2016 00:04:46 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 21F9C1ABB for ; Sat, 30 Jan 2016 00:04:45 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 8549A20B4B67 for ; Sat, 30 Jan 2016 10:04:37 +1000 (AEST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 7E714280A3C for ; Sat, 30 Jan 2016 10:04:37 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Vbeg13Axj2oj for ; Sat, 30 Jan 2016 10:04:37 +1000 (AEST) Received: from Peters-MacBook-Pro.local (c-50-184-135-69.hsd1.ca.comcast.net [50.184.135.69]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id AE686280903; Sat, 30 Jan 2016 10:04:34 +1000 (AEST) Subject: Re: VirtIO Ethernet driver in DragonFlyBSD under FreeBSD bhyve To: Oleg Ginzburg References: <9893747.yFCcEWVR7f@gizmo.my.domain> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <56ABFE12.4060805@freebsd.org> Date: Fri, 29 Jan 2016 16:04:34 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <9893747.yFCcEWVR7f@gizmo.my.domain> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=BP8T1AkG c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=ZMguiOAsC5immlfEDy0HCA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=N659UExz7-8A:10 a=7aQ_Q-yQQ-AA:10 a=jJrOw3FHAAAA:8 a=hpgURV26c7tEzfcD6cEA:9 a=pILNOxqGKmIA:10 a=zGlHrSWtykwA:10 a=-FEs8UIgK8oA:10 a=NWVoK91CQyQA:10 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 00:04:46 -0000 Hi, > I do not know whose it is a problem - DragonFlyBSD vtnet(4) driver or FreeBSD > bhyve(4), so I decided to send on both maillist. > > I've try to boot DragonFlyBSD 4.4 in bhyve. All goes well, however, there is > no network interface. During boot i see: .. > Boot processing : https://youtu.be/iV1eZxEvj0c > > bhyve executed with follow settings: > > /usr/sbin/bhyve -c 1 -m 4294967296 -A -H -P -s 0:0,hostbridge -s 2:0,virtio- > rnd -s 3:0,virtio-net,tap0 ... > > What can be done to correct this error ? Firstly, very happy to see D'Fly booting under bhyve+UEFI/CSM :) I'll do some debug and see if this can be fixed. later, Peter.