cvs commit: src/sys/kern kern_intr.c

Robert Watson rwatson at FreeBSD.org
Sat Mar 3 09:14:14 UTC 2007


On Fri, 2 Mar 2007, Scott Long wrote:

>>> Actually, having this helped detect a problem with a CAM driver.
>> 
>> I saw it under normal operation when doing a lot of loopback traffic on an 
>> 8-core.
>
> I thought that the netisr was essentially disabled in 7-CURRENT.

The netisr is not used for direct network input from ithreads in 7.x, but it 
is used for loopback traffic, tunneled traffic (various types of 
encapsulation), etc, where traffic is re-injected into the stack.  This avoids 
recursion, etc.

Robert N M Watson
Computer Laboratory
University of Cambridge


More information about the cvs-all mailing list