https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287501
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #1 from Mark Johnston <[email protected]> --- This patch can't be used: M_NOWAIT means, "the allocation may fail", but there's no way to handle allocation failure. It has to be M_WAITOK. This has nothing to do with RCU. How is bnxt_tls_snd_tag_free() implemented? Can it avoid using the linuxkpi? -- You are receiving this mail because: You are the assignee for the bug.
