Question on SRIOV vf -> pf mapping

Ryan Stone rysto32 at gmail.com
Tue Jul 11 01:07:27 UTC 2017


This isn't possible in general.  When PCI Passthrough is in use, the VF
driver will run in the context of the VM's kernel and there is no device_t
corresponding to the PF at all.  If you're looking to pass information from
the PF down to the VF, then you need to establish some kind of
device-mediated side-channel to pass the information from host to guest.


More information about the freebsd-net mailing list