Re: [dpdk-dev] [PATCH v3 5/7] vfio/pci: Add sriov_configure support

2020-03-19 Thread Cornelia Huck
On Wed, 11 Mar 2020 15:59:12 -0600 Alex Williamson wrote: > With the VF Token interface we can now expect that a vfio userspace > driver must be in collaboration with the PF driver, an unwitting > userspace driver will not be able to get past the GET_DEVICE_FD step > in accessing the device. We

[dpdk-dev] [PATCH v3 5/7] vfio/pci: Add sriov_configure support

2020-03-11 Thread Alex Williamson
With the VF Token interface we can now expect that a vfio userspace driver must be in collaboration with the PF driver, an unwitting userspace driver will not be able to get past the GET_DEVICE_FD step in accessing the device. We can now move on to actually allowing SR-IOV to be enabled by vfio-pc