[Bug 230235] ixl: hangs when adding it to a bridge or enabling iovctl VFs (SR-IOV)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 19 21:50:11 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230235

ixbug at riseup.net changed:

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

--- Comment #1 from ixbug at 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 after
'service iovctl start')

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


More information about the freebsd-net mailing list