QAT is not working on encrypted volume using dm-crypt
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
I am using dm-crypt and have encrypted a RAID volume. But when I check to see if QAT is running with crypto, it shows that it does not recognize the encryption:
It should show the following, but instead I see nothing:
[root@localhost xi]# cat /proc/crypto | grep qat
driver : pkcs1pad(qat-rsa,sha256)
driver : qat-dh
module : intel_qat
driver : qat-rsa
module : intel_qat
driver : qat_aes_cbc_hmac_sha512
module : intel_qat
driver : qat_aes_cbc_hmac_sha256
module : intel_qat
driver : qat_aes_cbc_hmac_sha1
module : intel_qat
driver : qat_aes_xts
module : intel_qat
driver : qat_aes_ctr
module : intel_qat
driver : qat_aes_cbc
module : intel_qat
This is what I am seeing:
[root@localhost xi]# cat /proc/crypto | grep qat
[root@localhost xi]#
Contributor guide
Assessment
This issue has not been assessed yet.