[Bug 294027] safexcel: driver attaches but registers no algorithms with OCF without warning
Date: Sun, 29 Mar 2026 06:50:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294027
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Unable to Reproduce
Status|Open |Closed
--- Comment #6 from Mark Johnston <markj@FreeBSD.org> ---
Please stop just pasting LLM output. Again, crypto drivers do not register
algorithms; each new crypto session queries each driver to find one that can
implement the requested transform, and in FreeBSD, hardware drivers such as
safexcel have the highest priority. armv8crypto can't "preempt" safexcel, and
drivers are registered before /etc/fstab is read.
Please try to reproduce the problem on stock FreeBSD, and if successful, reopen
the bug. I can't read pfsense plus sources to see what is going on.
--
You are receiving this mail because:
You are the assignee for the bug.