From owner-freebsd-virtualization@FreeBSD.ORG Sun Nov 30 19:30:48 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D446B14 for ; Sun, 30 Nov 2014 19:30:48 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C728947 for ; Sun, 30 Nov 2014 19:30:48 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id l18so12399480wgh.30 for ; Sun, 30 Nov 2014 11:30:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P3fFCXX0K8+MuWCGb+itXU7+ICEpkTspVB8bKeQdXY4=; b=nrcqA79K4S4F2gnawalyX/jHTqg9xJqjzCipZIPBv6WcgSdFUprZxnOyV9VpoWXEHw qJacEHYe3v72Ds811M7z5D4pGrQ2YgtclJzeIIkR9bcmDmCmQ4sxo/bo8qr3Lc1MZu1i 9wLuD30kFi11d49w440/stsZMi5tMBPRxEQW+iEkJpVB0mXWZ3TmGEbhSMCoFwvjRKiI xA5CH3aQWXFCExy3TCE8ifOIMLMOXAh45wPgCQb1cpXM9o9/bXFGCy9+jzAqfNagdplg Yg3/DTEAXKrn/ImzIAA85qTVOlS8o6zEJ8Sztole9XOZjb0u6JR3lIztzFkFT7VKzDjz mOww== MIME-Version: 1.0 X-Received: by 10.180.75.237 with SMTP id f13mr76995158wiw.69.1417375846550; Sun, 30 Nov 2014 11:30:46 -0800 (PST) Received: by 10.27.12.168 with HTTP; Sun, 30 Nov 2014 11:30:46 -0800 (PST) In-Reply-To: <547B3EA6.1070200@gmx.com> References: <5478E4C4.3080203@gmx.com> <1B9C5228-5549-412C-AAE9-5053C86EDB9D@gmail.com> <5479DBD8.1090009@gmx.com> <547A1454.2030901@gmx.com> <547B3EA6.1070200@gmx.com> Date: Sun, 30 Nov 2014 11:30:46 -0800 Message-ID: Subject: Re: bhyve: Unsupported MSI-X configuration: 2/0/0 From: Neel Natu To: Nikos Vassiliadis Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 30 Nov 2014 19:30:48 -0000 Hi Nikos, On Sun, Nov 30, 2014 at 7:58 AM, Nikos Vassiliadis wrote: > Hi, > > On 11/30/14 02:43, Neel Natu wrote: >> >> Can you provide the output of 'pciconf -lvbc pci0:3:0:0' on the FreeBSD >> host? >> >> This is assuming pci0:3:0:0 is the wlan device being passed through >> based on an earlier email. > > > Yes, it is. Here is the output: >> >> none0@pci0:3:0:0: class=0x028000 card=0xe042105b chip=0x472714e4 >> rev=0x01 hdr=0x00 >> vendor = 'Broadcom Corporation' >> device = 'BCM4313 802.11b/g/n Wireless LAN Controller' >> class = network >> bar [10] = type Memory, range 64, base 0xb3500000, size 16384, >> enabled >> cap 01[40] = powerspec 3 supports D0 D1 D2 D3 current D0 >> cap 09[58] = vendor (length 120) >> cap 05[48] = MSI supports 1 message, 64 bit Ok, this device does have MSI which is what I wanted to confirm. Its very likely that the device doesn't work when passed to the guest because your system doesn't have VT-d. best Neel >> cap 10[d0] = PCI-Express 1 endpoint max data 128(128) link x1(x1) >> speed 2.5(2.5) ASPM L1(L1) >> ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected >> ecap 0002[13c] = VC 1 max VC0 >> ecap 0003[160] = Serial 1 0000dcffff210c84 >> ecap 0004[16c] = Power Budgeting 1 > > > Thanks, Nikos