intel / intel/asynch_mode_nginx
Only qatengine engine name allowed
Open
- Dominant language
- C
- Stars
- 225
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
looks like only:
```
ssl_engine {
use_engine qatengine;
...
}
```
is allowed. I'm building QAT Engine separately for both HW and SW paths: `qat-sw` and `qat-hw` but
```
ssl_engine {
use_engine qat-sw;
...
}
```
gives: `nginx: [emerg] invalid engine type "qat-sw" in /usr/share/nginx/conf/nginx.conf:20`
Contributor guide
Assessment
This issue has not been assessed yet.