intel / intel/asynch_mode_nginx

Only qatengine engine name allowed

Open
#55 12 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.