Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
Commit 408fb0e (xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set) prevented enabling MSI-X on passed-through virtual functions, because it checked the VF for PCI_COMMAND_MEMORY but this is not a valid bit for VFs. Instead, check the physical function for PCI_COMMAND_MEMORY. Signed-off-by: Konrad Rzeszutek Wilk <[email protected]> Cc: <[email protected]> Reviewed-by: Jan Beulich <[email protected]> Signed-off-by: David Vrabel <[email protected]>
- Loading branch information