Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 21:50:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 230235] ixl: hangs when adding it to a bridge or enabling iovctl VFs (SR-IOV)
Message-ID:  <bug-230235-7501-YobXFoIz0o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230235-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230235-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=3D230235

ixbug@riseup.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from ixbug@riseup.net ---
The SR-IOV part of this was an error on my side

/etc/iov/ixl1.conf
---
PF {
          device : "ixl1";
          num_vfs : 2;
}

DEFAULT {
          passthrough : true;
}
--

new version with an VF for the host (passthrough: false)

---
PF {
          device : "ixl1";
          num_vfs : 3;
}

DEFAULT {
          passthrough : true;
}

#for the host:
VF-0 {
        passthrough : false;
}
--

this creates a ixlv0 which can be used by the host (ixl1 becomes unusable a=
fter
'service iovctl start')

--=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-230235-7501-YobXFoIz0o>