On Thu, Oct 21, 2021 at 04:59:08PM -0600, Tobias Heider wrote:

hi Tobias,

> Modified files:
>       sys/netinet    : ip_ah.c ip_esp.c ip_ipcomp.c 
>       sys/crypto     : crypto.c cryptodev.h 
> 
> Log message:
> Remove code to run crypto operations in a task queue. The code was
> not reachable because all callers had set the CRYPTO_F_NOQUEUE flag.

i think, this broke compilation of /usr/src/sys/dev/softraid_crypto.c, since in 
line 328:

crwu->cr_crp->crp_flags = CRYPTO_F_IOV | CRYPTO_F_NOQUEUE;

Compiling GENERIC:

---
/usr/src/sys/dev/softraid_crypto.c:328:43: error: use of undeclared
identifier 'CRYPTO_F_NOQUEUE'
        crwu->cr_crp->crp_flags = CRYPTO_F_IOV | CRYPTO_F_NOQUEUE;
---

felix

-- 
GPG:       824CE0F0 /  2082 651E 5104 F989 4D18  BB2E 0B26 6738 824C E0F0 
https://hazardous.org/  -  [email protected]  -  fkr@irc - @felixkronlage

Reply via email to