From owner-freebsd-current@freebsd.org Fri Aug 10 15:30:19 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 9621F106E13C for ; Fri, 10 Aug 2018 15:30:19 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F08478FC92 for ; Fri, 10 Aug 2018 15:30:18 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-lj1-x235.google.com with SMTP id l15-v6so7473354lji.6 for ; Fri, 10 Aug 2018 08:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gDBVR5++yRvRFcmeQlXAYzW3B8mwa/VIoqt4hFiT2u0=; b=aO9N2+I8vX5OYoviUF26og6bmb3EPnPvGPzYuHfCc4eme13PVGdbGIROFDU1afABrX QcYBH1s6ETKlPA4gN85mFDtmgt/6CxjaFP/vH+1+tVUkRo+/hwHaJAf7Rg1MKaZufiq3 dIkvSLzBBqDZL8FLcP4V0DPu9097nLshDIqKusIdeOsdQ0Da6LoP+i1QJsK3lJ15a66R fJ9YQDP8wOvS2j+qUB7Q3K0jY1aKsZKipHYwhlmpBu4EMuRZpC+ldzlX2SZoa5glBqFf H4lqfUn8eWeqiWAwNNF5dqVi620Kh894QIY5qVqNYdv1kRMg+7dxBlucIzhf1O9tGPAB uZtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gDBVR5++yRvRFcmeQlXAYzW3B8mwa/VIoqt4hFiT2u0=; b=QFER6JTaMz6k1f97I7ZCepmp7VFkXl8Y0PushWCh9V6Ckv23mNK7BOwA3WGeeppA1k 89Gbn3mc3/M0I8DjZ507T51jNOpP0cUgTg9xe8/fGf/crvZp69kmRC6ahb8+ZePvDZFf I48U3sppg1qIqVCGN2IoB6aeJIdDUVey2jONlya9ZuYq8U77z1i+YBA9eLARF/thYDYE 8M2vEPLR2QcUCY+t2ZBmddT8eIfUWuX2BDsHU5jzUYntHWh5fNYpEnyZmUFVHmLupOqy BPSSMuntGCVIEvLCIGdmjSkpt/BGh2UTAC93I9UtzonClwVFaZ9ceEZigXnVUMl9my4s htxw== X-Gm-Message-State: AOUpUlFtxs2Cc0kcRjVytnfbFuEpOVxwKYK3lNyG7eBhiGM57JTYfacb 34ixg1JvOx7Ec96P2u/Tu3SoC1rNY3AJrlUfTmikpMAO X-Google-Smtp-Source: AA+uWPxx6FFW63zyVm8Opxqc8BN7zM773pRW4yH8wCaZYCLkgeNW+y5yoAunjzf4ZXAxi3EqrAa3CZRLis1FuQZElqg= X-Received: by 2002:a2e:9854:: with SMTP id e20-v6mr5015892ljj.143.1533915017570; Fri, 10 Aug 2018 08:30:17 -0700 (PDT) MIME-Version: 1.0 References: <5b5d3f79-377a-c3d6-fa25-428dbf4faad7@nomadlogic.org> In-Reply-To: <5b5d3f79-377a-c3d6-fa25-428dbf4faad7@nomadlogic.org> From: Ryan Stone Date: Fri, 10 Aug 2018 11:30:06 -0400 Message-ID: Subject: Re: ix SR-IOV working To: pete@nomadlogic.org Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" 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 15:30:19 -0000 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. On Thu, Aug 9, 2018 at 10:41 PM Pete Wright wrote: > > hello, > > i have a newly provisioned VPS system from Vultr which comes stock with > a 10Gbe ix interface: > > ix0@pci0:1:0:0: class=0x020000 card=0x082315d9 chip=0x15578086 rev=0x01 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82599 10 Gigabit Network Connection' > class = network > subclass = ethernet > > > it is currently running 11-STABLE but was curious if there are any > reports of people successfully running SR-IOV under CURRENT with this > hardware and driver? On both 11.2-RELEASE and 11-STABLE, after running > iovctl to bring up the interface results in the NIC hanging - for > example like so: > > $ sudo iovctl -C -f /etc/iovctl.conf > iovctl: Failed to configure SR-IOV: No space left on device > > > > so if its working on CURRENT i'll go through the upgrade process, but if > no one is testing this I'll forgo SR-IOV for now. > > > thanks! > > -pete > > > > > -- > Pete Wright > pete@nomadlogic.org > @nomadlogicLA > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"