Friday, April 28, 2023

Intel 10G X550T sr-iov virtual function driver

I recently migrated an OpenBSD vm running under qemu/kvm to a new server
which has an Intel 10G X550T NIC (Intel Corporation Ethernet Converged
Network Adapter X550-T2) and am passing a vf though to the vm.
Unfortunately, it appears openbsd doesn't have a driver for this
virtualized device?

The dmesg output shows:

vendor "Intel", unknown product 0x1565 (class network subclass ethernet,
rev 0x0 0)

I see in the current PCI device list:

https://github.com/openbsd/src/blob/master/sys/dev/pci/pcidevs

there is support for the native card itself (INTEL X550T id 0x1563) but
nothing for the virtual function 0x1565.

Are there any plans to support this card as a virtual function in a vm?

Thanks much...

No comments:

Post a Comment