From owner-freebsd-virtualization@freebsd.org Sat Feb 25 03:43:07 2017 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 93825CEC1C7 for ; Sat, 25 Feb 2017 03:43:07 +0000 (UTC) (envelope-from sem@semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5127C13AA for ; Sat, 25 Feb 2017 03:43:04 +0000 (UTC) (envelope-from sem@semmy.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=semmy.ru; s=dkim; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=FgdlK3N6sgoU66BKgThwL/t0TNp9Fx9gVY2RX8gecqY=; b=FPP6eM2JxmxMK9/T/XiLGQzTtP Uje8nmXk4TMoz9ZW9812Hs0CRtO11257YoKUjIw7BX9k7lp9OncXB4ZT0NB6uLhstBxdldP57T4zd c4vz1YHmnFQtlzrgdpQClQp4QbAVvsmCZi7bvOq7qGr5md6GbFkyrhT9CLzXTSLU2JRk=; Received: from [37.204.164.247] (helo=homeipv6.semmy.ru) by sunner.semmy.ru with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1chTG7-0001RW-Vo for freebsd-virtualization@FreeBSD.org; Sat, 25 Feb 2017 06:42:59 +0300 To: freebsd-virtualization@FreeBSD.org From: Sergey Matveychuk Subject: bhyve passthrough problem after updated host to 10.3 Message-ID: Date: Sat, 25 Feb 2017 06:42:59 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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, 25 Feb 2017 03:43:07 -0000 Hi. After updating my host from 10.0-RELEASE to 10.3-RELEASE-p11 I've got problem with my network card passthrought: pci0:0:3:0: failed to read VPD data. bge0: mem 0xc0010000-0xc001ffff,0xc0020000-0xc002ffff,0xc0030000-0xc003ffff irq 36 at device 3.0 on pci0 bge0: APE FW version: NCSI v1.0.60.0 bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E bge0: Try again bge0: Try again bge0: Try again bge0: Try again bge0: attaching PHYs failed device_attach: bge0 attach returned 6 pciconf on the host system: ppt0@pci0:3:0:1: class=0x020000 card=0x169d103c chip=0x165714e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe' class = network subclass = ethernet I run my VM this call: /bin/sh /usr/share/examples/bhyve/vmrun.sh -c ${VM_CPUNUM} -m ${VM_MEMSIZE} -p 3/0/1 -d ${VM_DISK} ${VM_NAME} How to fix it, please?