Skip to content

Commit 2241228

Browse files
gcabidduawilliam
authored andcommitted
vfio/qat: add support for Intel QAT 420xx VFs
Extend the qat_vfio_pci variant driver to support QAT 420xx (GEN 5) Virtual Functions (VFs). Add the relevant VF device ID to the probe table. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Link: https://lore.kernel.org/r/20260320213622.88549-2-giovanni.cabiddu@intel.com Signed-off-by: Alex Williamson <alex@shazbot.org>
1 parent c82cfe1 commit 2241228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/vfio/pci/qat/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ static const struct pci_device_id qat_vf_vfio_pci_table[] = {
672672
{ PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_INTEL, 0x4941) },
673673
{ PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_INTEL, 0x4943) },
674674
{ PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_INTEL, 0x4945) },
675+
/* Intel QAT GEN5 420xx VF device */
676+
{ PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_INTEL, 0x4947) },
675677
/* Intel QAT GEN6 6xxx VF device */
676678
{ PCI_DRIVER_OVERRIDE_DEVICE_VFIO(PCI_VENDOR_ID_INTEL, 0x4949) },
677679
{}

0 commit comments

Comments
 (0)