From owner-freebsd-virtualization@FreeBSD.ORG Mon Feb 11 18:40:42 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 18D077E2 for ; Mon, 11 Feb 2013 18:40:42 +0000 (UTC) (envelope-from bryanv@daemoninthecloset.org) Received: from torment.daemoninthecloset.org (ip-static-94-242-209-234.as5577.net [94.242.209.234]) by mx1.freebsd.org (Postfix) with ESMTP id D4966662 for ; Mon, 11 Feb 2013 18:40:40 +0000 (UTC) Received: from sage.daemoninthecloset.org (unknown [70.114.209.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sage.daemoninthecloset.org", Issuer "daemoninthecloset.org" (verified OK)) by torment.daemoninthecloset.org (Postfix) with ESMTPS id 901F042C25BF; Mon, 11 Feb 2013 19:34:39 +0100 (CET) X-Virus-Scanned: amavisd-new at daemoninthecloset.org X-Virus-Scanned: amavisd-new at daemoninthecloset.org Date: Mon, 11 Feb 2013 12:34:29 -0600 (CST) From: Bryan Venteicher To: Marat Bakeev Message-ID: <1399173350.4891.1360607669873.JavaMail.root@daemoninthecloset.org> In-Reply-To: <5118E47B.9020807@Hawara.com> References: <5118E47B.9020807@Hawara.com> Subject: Re: vtnet cannot allocate interrupts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.51.1.14] X-Mailer: Zimbra 8.0.2_GA_5569 (ZimbraWebClient - GC24 (Mac)/8.0.2_GA_5569) Thread-Topic: vtnet cannot allocate interrupts Thread-Index: Nfgi/jm9phW+FAcBZ9wsFmks5kio9A== 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:40:42 -0000 Hi, ----- Original Message ----- > From: "Marat Bakeev" > To: freebsd-virtualization@freebsd.org > Sent: Monday, February 11, 2013 6:30:51 AM > Subject: vtnet cannot allocate interrupts > > Hello. > > After updating from http://svn.freebsd.org/base/projects/bhyve to > http://svn.freebsd.org/base/head i cannot use vtnet device inside bhyve > guests, both 10 and 9 freebsd. > > I`m getting these errors at boot, and no vtnet device: > > guest 9.1-RELEASE + virtio > virtio_pci0: cannot allocate interrupts > vtnet0: cannot allocate virtqueues > (guest system boots, but no vtnet device) > > guest 10.0-CURRENT > virtio_pci0: port 0x2000-0x201f mem > 0x40000000-0x40001fff at device 1.0 on pci0 > vtnet0: on virtio_pci0 > virtio_pci0: host features: 0x18020 > virtio_pci0: negotiated features: 0x18020 > vtnet0: Ethernet address: 00:a0:98:e0:a7:44 > virtio_pci0: exhausted all interrupt allocation attempts > vtnet0: cannot setup virtqueue interrupts > (guest system hangs) > > How to fix these errors? > 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? > Thanks. > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org" >