Summary: | ixl: hangs when adding it to a bridge or enabling iovctl VFs (SR-IOV) | ||
---|---|---|---|
Product: | Base System | Reporter: | Finn <ixbug> |
Component: | kern | Assignee: | freebsd-net (Nobody) <net> |
Status: | Closed Not A Bug | ||
Severity: | Affects Only Me | CC: | erj, sbruno |
Priority: | --- | Keywords: | IntelNetworking |
Version: | 11.2-RELEASE | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Finn
2018-07-31 12:18:31 UTC
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') |