]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 11 Feb 2016 21:10:23 +0000 (16:10 -0500)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 15 Feb 2016 14:00:34 +0000 (14:00 +0000)
commit080c29aa173304251bba037df1da8877aa44c078
tree501649be1caaf6c9fc9186d0772048d26767fb30
parent192f8383494944859e8872f40b4ed696e482fda5
xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY

Commit 93c78e8fec0ce95bd342e9b300ce489b8292385f (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 <konrad.wilk@oracle.com>
Cc: <stable@vger.kernel.org>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/xen-pciback/pciback_ops.c