From owner-freebsd-virtualization@FreeBSD.ORG Sat Nov 29 01:05:43 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63279EC2 for ; Sat, 29 Nov 2014 01:05:43 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (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 D6DB5C7A for ; Sat, 29 Nov 2014 01:05:42 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id hs14so1655954lab.11 for ; Fri, 28 Nov 2014 17:05:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GZ1WZOPPtdtEJg/yIDyH0zcRaPTAEdbRlVTrfsn3V+E=; b=uqkAs0uu+d8bH2FYKirxgLp+JkOid59ATYCp2BpI6Klt9p3L5AQA4dadh8xgqEpVPN BfU6gqoXda50FRjzIN/f9l26dJioMQN21WwhQnmeM3hc3ubh5ukDTSKtlnuE5k34yjnC 57gSTLwBkNkGsW1PZf9PjTzcLwdS9HXSSv7orKTCZG3cCE8x7p0SaSH+wPQQjs1yi0pE iE8Z6Rfj7CHpL48Mbk1iLZTO302oidO7GjgBZd5nJaofRbdBKwrk2gfKOxugXnAlN392 Vdv5gyN1at9Vz3CznnhvYB2RUeO5aVsLvYeQ4s3NxZyPw9tmnNzuoNbZBouX6LjScw9o wY1w== MIME-Version: 1.0 X-Received: by 10.152.7.193 with SMTP id l1mr45929584laa.57.1417223140784; Fri, 28 Nov 2014 17:05:40 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Fri, 28 Nov 2014 17:05:40 -0800 (PST) In-Reply-To: <5478E4C4.3080203@gmx.com> References: <5478E4C4.3080203@gmx.com> Date: Fri, 28 Nov 2014 17:05:40 -0800 X-Google-Sender-Auth: G454sitPcP72_cj2cbnukwOj_x4 Message-ID: Subject: Re: bhyve: Unsupported MSI-X configuration: 2/0/0 From: Craig Rodrigues To: Nikos Vassiliadis Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Sat, 29 Nov 2014 01:05:43 -0000 On Fri, Nov 28, 2014 at 1:10 PM, Nikos Vassiliadis wrote: > Hi, > > I am trying to use PCI passthrough to pass the bge device to a guest but I > am doing something wrong. I have tried several combinations of pptdevs like > "2/0/0 2/0/1 2/0/2 2/0/3" but it always fails on 2/0/0. Any ideas what I > could try? > Did you read this: https://wiki.freebsd.org/bhyve/pci_passthru ? After following those instructions, what is the output of pciconf -l -v before and after enabling PCI passthru? On the host and in the guest? -- Craig