[Bug 273152] cxgbe: panic in sousrsend() after enabling "toe"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 17:58:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273152
Navdeep Parhar <np@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |np@FreeBSD.org
--- Comment #2 from Navdeep Parhar <np@FreeBSD.org> ---
(In reply to Greg Becker from comment #1)
The loader's disk I/O is slower than the kernel's so it makes sense to use
kld_list in rc.conf rather than loader.conf for any KLD that's not needed for
boot. t4_tom/cxgbei/other ULPs are not needed for boot so it's an acceptable
workaround to load them a bit later. Full fix would be to arrange for t4_tom's
mod_init to run _after_ all the proto callbacks are registered.
I think we can close this and 272947, given the workaround.
--
You are receiving this mail because:
You are the assignee for the bug.