https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255997

John Baldwin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from John Baldwin <[email protected]> ---
The issue is that fpuinitstate SYSINIT runs at SI_SUB_DRIVERS.  On the one hand
I'd probably like to defer creation of the KTLS thread pool until the first
use, but the immediate fix is probably to init fpuinitstate earlier.  I'm not
sure why we don't do that in something like SI_SUB_CPU?

However, I'm curious how you are managing to get the KTLS threads to try to use
the FPU prior to SI_SUB_DRIVERS since they will only do crypto work in after a
userland call to setsockopt() post boot to enable KTLS on a socket.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to