Re: [pci PATCH v4 1/4] pci-iov: Add support for unmanaged SR-IOV

From: Alex Williamson
Date: Mon Mar 12 2018 - 12:28:45 EST


On Mon, 12 Mar 2018 09:01:54 -0700
Alexander Duyck <alexander.duyck@xxxxxxxxx> wrote:

> On Mon, Mar 12, 2018 at 12:59 AM, Christoph Hellwig <hch@xxxxxx> wrote:
> > On Sun, Mar 11, 2018 at 09:59:09PM -0600, Alex Williamson wrote:
> >> I still struggle to understand why we need this "unmanaged"
> >> complication and how a user of the sysfs API is expected to have any
> >> idea whether a PF is managed or unmanaged and why they should care.
> >> Can't we just have a pci_simple_sriov_configure() helper and ignore
> >> this unmanaged business? Thanks,
> >
> > Just a pci_simple_sriov_configure is exactly what I envisioned originally.
>
> I can drop the "unmanaged" bits if that is what is wanted, but based
> on previous conversations I thought there was some concern about the
> kernel loading VFs when there was some foreign entity managing the VFs
> other than the kernel.

My concern has always been whether the PF driver is trusted and by
dropping the vfio bits, the remaining drivers here are native, trusted,
host drivers, so I don't see that we have any reason to consider the
VFs as anything other than trusted as well. It's VFs where the PF
driver is untrusted, such as a userspace driver, which needs some kind
of quarantine, imo. Thanks,

Alex