Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2021 21:35:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 211062] [ixv] sr-iov virtual function driver fails to attach
Message-ID:  <bug-211062-7501-uIav4CpsA5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211062-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211062-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211062

xygzen <j@iamplugged.in> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j@iamplugged.in

--- Comment #15 from xygzen <j@iamplugged.in> ---
If it helps any - I was getting the exact same issue at one cloud provider.

When I enabled SR-IOV in the BIOS it had a cryptic message about needing to
enable ASPM (Active State Power Management) for the SR-IOV to work properly.
Nothing I did allowed it to work.

When I switched providers, there was an ASPM setting in the BIOS of the new
machine that wasn't there previously - and these were both Supermicro board=
s so
it looks like not all motherboards support this functionality or maybe ther=
e is
a newer version of the BIOS that has the setting correctly enabled.

I still needed to enable hw.pci.honor_msi_blacklist=3D0 in /boot/loader.con=
f and
used the latest IX and IXV drivers from Intel:

IX - v3.3.25 -
https://www.intel.com/content/www/us/en/download/14303/intel-network-adapte=
rs-driver-for-pcie-10-gigabit-network-connections-under-freebsd.html

IXV -v.1.5.28 -
https://www.intel.com/content/www/us/en/download/645984/intel-network-adapt=
er-virtual-function-driver-for-pcie-10-gigabit-network-connections-under-fr=
eebsd.html

Once I ran iovctl -C -f /etc/iovctl.conf the VF driver correctly attached to
ixv0 (no passthrough) and the pci devices were configured correctly for the
ixv1-3 for passthrough without drivers attached.

Setting iovctl_files=3D"/etc/iovctl.conf" in rc.conf and changing the ip to=
 be
configured on ixv0 instead of ix0 got this up and running automatically on
reboot.

If you're looking for a good cloud host with support for this I can highly
recommend https://www.zare.com

Hope that helps!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211062-7501-uIav4CpsA5>