I am trying to upgrade QAT drivers QAT.L.4.20.0-00001.tar.gz to latest QAT.L.4.24.0-00005.tar.gz and I get the following errors during make
In file included from /home/pxcghost/QAT/quickassist/qat/drivers/crypto/qat/qat_common/adf_ctl_drv.c:15:
./include/crypto/algapi.h:259:20: error: redefinition of ‘crypto_request_complete’
259 | static inline void crypto_request_complete(struct crypto_async_request *req,
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from <command-line>:
/home/pxcghost/QAT/quickassist/qat/compat/qat_compat.h:514:20: note: previous definition of ‘crypto_request_complete’ with type ‘void(struct crypto_async_request *, int)’
514 | static inline void crypto_request_complete(struct crypto_async_request *req,`
Some input from the driver team would be appreciated, I do have QAT_Engine installed with the driver QAT.L.4.20.0-00001.tar.gz on the D2166NT but I have an error running below
openssl speed -engine qatengine -elapsed -async_jobs 8 rsa2048
Engine "qatengine" set.
You have chosen to measure elapsed time instead of user CPU time.
[error] LacPke_MsgCallback() - : The slice hang error is detected on the MMP slice.
[error] LacPke_MsgCallback() - : The slice hang error is detected on the MMP slice.
[error] LacPke_MsgCallback() - : The slice hang error is detected on the MMP slice.
[error] LacPke_MsgCallback() - : The slice hang error is detected on the MMP slice.
[error] LacPke_MsgCallback() - : The slice hang error is detected on the MMP slice.
[error] LacPke_MsgCallback() - : The slice hang error is detected on the MMP slice.
Hi all,
I am trying to upgrade QAT drivers QAT.L.4.20.0-00001.tar.gz to latest QAT.L.4.24.0-00005.tar.gz and I get the following errors during make
Some input from the driver team would be appreciated, I do have QAT_Engine installed with the driver QAT.L.4.20.0-00001.tar.gz on the D2166NT but I have an error running below
openssl
engine -t -c -v qatengine (qatengine) Reference implementation of QAT crypto engine(qat_hw) v1.5.0 [RSA, AES-128-CBC-HMAC-SHA256, AES-256-CBC-HMAC-SHA256, id-aes128-CCM, id-aes192-CCM, id-aes256-CCM, TLS1-PRF, X25519, X448] [ available ] LacDh_StatsFree() - : DH algorithm is not supportedLacDsa_StatsFree() - : DSA algorithm is not supported
sudo lspci | grep -i 'co-processor' b5:00.0 Co-processor: Intel Corporation C62x Chipset QuickAssist Technology (rev 04) b6:00.0 Co-processor: Intel Corporation C62x Chipset QuickAssist Technology (rev 04)
I had the same issue with C3958 and resolved by rolling back to QAT.L.4.18.1-00001 and for now is stable pending a stable path to upgrade QAT Driver.
Any guidance as always welcomed and appreciated.