vfio/qat: add support for intel QAT 6xxx virtual functions
authorMałgorzata Mielnik <malgorzata.mielnik@intel.com>
Tue, 15 Jul 2025 08:11:50 +0000 (09:11 +0100)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 5 Aug 2025 21:41:18 +0000 (15:41 -0600)
commit1e9c0f1da562651160456e45629f815673c2dd5e
tree427c81965d67a52c58e469b3ddd11e4aa459ad14
parent27a23faecd5f62c8fea86c5aa67479b559306406
vfio/qat: add support for intel QAT 6xxx virtual functions

Extend the qat_vfio_pci variant driver to support QAT 6xxx Virtual
Functions (VFs). Add the relevant QAT 6xxx VF device IDs to the driver's
probe table, enabling proper detection and initialization of these devices.

Update the module description to reflect that the driver now supports all
QAT generations.

Signed-off-by: Małgorzata Mielnik <malgorzata.mielnik@intel.com>
Signed-off-by: Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Link: https://lore.kernel.org/r/20250715081150.1244466-1-suman.kumar.chakraborty@intel.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/qat/main.c