HW multi-threaded builds not working on Debian 11 (bullseye) host?
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
As per the title, building 0.6.11 against OpenSSL 1.1.1k seems to work fine without `--enable-qat_hw_multi_thread`, with the flag we see:
```
tyler@qat-host:~$ sudo openssl speed -engine qatengine -elapsed -async_jobs 72 ecdsap384
invalid engine "qatengine"
140445855860032:error:260B606D:engine routines:dynamic_load:init failed:../crypto/engine/eng_dyn.c:485:
140445855860032:error:2606A074:engine routines:ENGINE_by_id:no such engine:../crypto/engine/eng_list.c:334:id=qatengine
140445855860032:error:25066067:DSO support routines:dlfcn_load:could not load the shared library:../crypto/dso/dso_dlfcn.c:118:filename(libqatengine.so): libqatengine.so: cannot open shared object file: No such file or directory
140445855860032:error:25070067:DSO support routines:DSO_load:could not load the shared library:../crypto/dso/dso_lib.c:162:
140445855860032:error:260B6084:engine routines:dynamic_load:dso not found:../crypto/engine/eng_dyn.c:414:
You have chosen to measure elapsed time instead of user CPU time.
```
I read the limitations... does not matter if ecdsa, rsa, etc. is used... result is the same.
Accelerator used in c3xxxvf is it matters.
Contributor guide
Assessment
This issue has not been assessed yet.