Summary: | SR-IOV does not work on Intel E810 model (E810CQDA2OCPV3) | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | maciej.slusarek | ||||
Component: | bin | Assignee: | freebsd-net (Nobody) <net> | ||||
Status: | Open --- | ||||||
Severity: | Affects Some People | CC: | erj, kbowling, krzysztof.galazka, markj, zarychtam | ||||
Priority: | --- | Keywords: | IntelNetworking | ||||
Version: | 14.2-STABLE | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
maciej.slusarek
2024-12-03 14:25:54 UTC
It'd be useful to see "pciconf -lv" output from this system. It may be worth trying the net/intel-ice-kmod port, which is the official vendor driver, instead of the in-tree ice driver. Please just use text instead of screenshots in the future if possible. Things that would be helpful to see to diagnose this further would be: 1) The output of dmesg with ice0 is loaded. 2) The output of 'pciconf -lc ice0'. I'm afraid SR-IOV support in ice is not yet implemented. Neither in the in-tree, nor in the out-of-tree driver. We have already started working on that, but I can't provide you and ETA yet. For E800 adapters FreeBSD IAVF was tested with a Linux host, and that's the only officially supported use case at the moment. This SR-IOV seems to be an underrated feature, but unfortunately, it is a vicious and not widely-tested feature. While trying quickly to enable it on the host running 14.2-STABLE I ended only with this: ixv0: <Intel(R) X520 82599 Virtual Function> at device 0.129 numa-domain 0 on pci5 ixv0: Using 2048 TX descriptors and 2048 RX descriptors ixv0: Using 1 RX queues 1 TX queues ixv0: Using MSI-X interrupts with 2 vectors ixv0: allocated for 1 queues ixv0: allocated for 1 rx queues ixv1: <Intel(R) X520 82599 Virtual Function> at device 0.131 numa-domain 0 on pci5 ixv1: Using 2048 TX descriptors and 2048 RX descriptors ixv1: Using 1 RX queues 1 TX queues ixv1: Using MSI-X interrupts with 2 vectors ixv1: allocated for 1 queues ixv1: allocated for 1 rx queues panic: APEI Fatal Hardware Error! cpuid = 10 time = 1733525039 KDB: stack backtrace: Uptime: 2m27s Not trying to hijack this PR, just posting FWIW. |