sfc: explain that "attached" VFs only refer to Xen
authorÍñigo Huguet <ihuguet@redhat.com>
Mon, 21 Jun 2021 15:32:37 +0000 (17:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jun 2021 16:51:13 +0000 (09:51 -0700)
commit9a022e76500e8ce86dbce83c7856cf59820dce24
tree9a3f0888789c187147a9396ea24de6846845ecb3
parent1ebe4feb8b442884f5a28d2437040096723dd1ea
sfc: explain that "attached" VFs only refer to Xen

During SRIOV disabling it is checked wether any VF is currently attached
to a guest, using pci_vfs_assigned function. However, this check only
works with VFs attached with Xen, not with vfio/KVM. Added comments
clarifying this point.

Also, replaced manual check of PCI_DEV_FLAGS_ASSIGNED flag and used the
helper function pci_is_dev_assigned instead.

Signed-off-by: Íñigo Huguet <ihuguet@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/ef10.c
drivers/net/ethernet/sfc/ef10_sriov.c