From owner-freebsd-current@freebsd.org Fri Aug 10 16:19:27 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F130E106F6B8 for ; Fri, 10 Aug 2018 16:19:26 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (mail.nomadlogic.org [IPv6:2607:f2f8:a098::2]) (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 6BDB0717C0 for ; Fri, 10 Aug 2018 16:19:26 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.106] (cpe-23-243-162-239.socal.res.rr.com [23.243.162.239]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 966f56c2 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Fri, 10 Aug 2018 09:19:23 -0700 (PDT) Subject: Re: ix SR-IOV working To: Ryan Stone Cc: FreeBSD Current References: <5b5d3f79-377a-c3d6-fa25-428dbf4faad7@nomadlogic.org> From: Pete Wright Message-ID: Date: Fri, 10 Aug 2018 09:19:18 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 16:19:27 -0000 On 8/10/18 8:30 AM, Ryan Stone wrote: > How many VFs are you trying to create? Getting ENOSPC either > indicates that you tried to allocate more VFs than the hardware > supports, or the system could not allocate enough MMIO space for the > VFs. Hi Ryan, I was attempting to create a single VF.  here's my iovct.conf: PF {     num_vfs: 1;     device : "ix0"; } DEFAULT {     passthrough : true; } my goal is to setup several bhyve instances on this server, and allocate one VF per instance.  for now i'm attempting to create a single VF for testing purposes. Cheers! -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA