aboutsummaryrefslogtreecommitdiff
path: root/include/linux/qat
AgeCommit message (Collapse)AuthorFilesLines
2024-04-02crypto: qat - add interface for live migrationXin Zeng1-0/+31
Extend the driver with a new interface to be used for VF live migration. This allows to create and destroy a qat_mig_dev object that contains a set of methods to allow to save and restore the state of QAT VF. This interface will be used by the qat-vfio-pci module. Signed-off-by: Xin Zeng <[email protected]> Reviewed-by: Giovanni Cabiddu <[email protected]> Signed-off-by: Herbert Xu <[email protected]>