]> git.baikalelectronics.ru Git - kernel.git/commit
vfio/pci: Add Intel X550 to hidden INTx devices
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 27 Jul 2020 19:43:37 +0000 (13:43 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 27 Jul 2020 19:43:37 +0000 (13:43 -0600)
commite34aeb48e99158a0750ee00048def1aa7684b0ec
tree5253414921777f90e6cf254ebf4a6c593ba72429
parent2dcfc30e33cb2b8328bfbf44efb80303e819741e
vfio/pci: Add Intel X550 to hidden INTx devices

Intel document 333717-008, "IntelĀ® Ethernet Controller X550
Specification Update", version 2.7, dated June 2020, includes errata
#22, added in version 2.1, May 2016, indicating X550 NICs suffer from
the same implementation deficiency as the 700-series NICs:

"The Interrupt Status bit in the Status register of the PCIe
 configuration space is not implemented and is not set as described
 in the PCIe specification."

Without the interrupt status bit, vfio-pci cannot determine when
these devices signal INTx.  They are therefore added to the nointx
quirk.

Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci.c