Re: cvs commit: src/sys/kern kern_intr.c

[ Available lists | Index of cvs-all | Month of Mar 2007 | Week of 3 Mar 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Watson <rwatson@FreeBSD.org>
Date
3 Mar 2007 09:14:13
Subject
Re: cvs commit: src/sys/kern kern_intr.c
Message-ID
20070303091224.T53155@fledge.watson.org


[ Hide this part ]
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


Elapsed time: 0.129 seconds