QAT + OPENSSL 1.1.0f ASYNC performance
Open
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Hi !
I have a question about QAT + OPENSSL 1.1.0f async performance.
Once you've implemented QAT + OPENSSL 1.1.0f async, I've found that it's faster.
ex. ) ./openssl speed -engine qat -elapsed -async_jobs 72 rsa2048 (4 to 5 times better)
However, when testing the instrument(avalanche), it is confirmed that some sessions can not be processed if some CPS value or more (about 10000 CPS) goes on.
There are no problems with the setup.
ulimit -n
100000
cat /proc/sys/kernel/threads-max
257139
Do you have a history of instrument testing(avalanche) with QAT + openssl 1.1.0f async?
ps.
( QAT + openssl 1.1.0f sync mode = Normal processing)
thank you !
Contributor guide
Assessment
This issue has not been assessed yet.