Maxime Henrion wrote: > Calling malloc() with M_NOWAIT isn't a good fix as well, because there > is no reason to make this code fail if memory if not available at the > moment, and not have it sleep for it instead. M_NOWAIT should only be > used while in interrupt context, as far as I know.
The mbuf allocation code implies this in all cases, not just the interrupt case. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

