From owner-freebsd-virtualization@FreeBSD.ORG Mon Feb 11 18:56:55 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B3223F48 for ; Mon, 11 Feb 2013 18:56:55 +0000 (UTC) (envelope-from hawara@hawara.com) Received: from hawara.com (hawara.com [188.123.234.55]) by mx1.freebsd.org (Postfix) with ESMTP id D9B1F76A for ; Mon, 11 Feb 2013 18:56:54 +0000 (UTC) Received: from [192.168.1.10] ([192.168.1.1]) (AUTH: CRAM-MD5 hawara@hawara.com, TLS: TLSv1/SSLv3,256bits,CAMELLIA256-SHA) by hawara.com with ESMTPSA; Mon, 11 Feb 2013 22:56:50 +0400 id 000DBB27.51193EF2.00015AF0 Message-ID: <51193EED.2070004@hawara.com> Date: Mon, 11 Feb 2013 22:56:45 +0400 From: Marat Bakeev User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Bryan Venteicher Subject: Re: vtnet cannot allocate interrupts References: <5118E47B.9020807@Hawara.com> <1399173350.4891.1360607669873.JavaMail.root@daemoninthecloset.org> In-Reply-To: <1399173350.4891.1360607669873.JavaMail.root@daemoninthecloset.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 11 Feb 2013 18:56:55 -0000 11.02.2013 22:34, Bryan Venteicher пишет: > Recent bhyve changed to use MSIX instead of MSI. I wonder if that > is causing this. If you do: > > $ BHYVE_USE_MSI=true bhyve ... > > does it work? > No, it won`t work, but it seems i had msix disabled in loader.conf, as in example from here - http://www.emulsoft.com/bhyve-ufs.txt. I enabled msix, and the vtnet device is now loading fine. Do I need other options in loader.conf, like these?: smbios.bios.vendor="BHYVE" console="userboot" hw.pci.honor_msi_blacklist="0"