Re: git: dc12ee39b7f2 - main - if_ovpn: add sysctls for netisr_queue() and crypto_dispatch_async()

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Mon, 24 Oct 2022 13:36:02 UTC
On 24 Oct 2022, at 10:08, Kristof Provost wrote:
> The branch main has been updated by kp:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=dc12ee39b7f266f7d4975722b7454d18536fcf11
>
> commit dc12ee39b7f266f7d4975722b7454d18536fcf11
> Author:     Kristof Provost <kp@FreeBSD.org>
> AuthorDate: 2022-10-17 09:06:34 +0000
> Commit:     Kristof Provost <kp@FreeBSD.org>
> CommitDate: 2022-10-24 08:08:35 +0000
>
>     if_ovpn: add sysctls for netisr_queue() and crypto_dispatch_async()
>
>     Allow the choice between asynchronous and synchronous netisr and crypto
>     calls. These have performance implications, but depend on the specific
>     setup and OCF back-end.
>
>     Sponsored by:   Rubicon Communications, LLC ("Netgate")
>     Differential Revision:  https://reviews.freebsd.org/D37017

I’ve seen the powerpc build failure and am build-testing a fix.

Kristof