Is the Intel® QuickAssist Technology (Intel® QAT) in-tree driver registered with Linux Kernel Crypto Framework (LKCF)?
Content Type: Troubleshooting | Article ID: 000094255 | Last Reviewed: 09/19/2023
The Intel® QAT in-tree driver should already be registered with LKCF. The following command can be used to check the available drivers: cat /proc/crypto | grep -B 4 passed | grep qat[-_]
Note that if qatlib is installed, all Intel® QAT endpoints will be assigned to user space, so none would be available for kernel. If that's the case, simply uninstall qatlib and reboot. Re-inserting the kernel modules may be needed to successfully see the LKCF entries.