Re: interesting(?) data on network interrupt servicing

From: John Baldwin <jhb_at_freebsd.org>
Date: Thu, 23 Mar 2006 11:12:24 -0500
On Wednesday 22 March 2006 19:32, Paolo Pisati wrote:
> On Wed, Mar 22, 2006 at 03:45:12PM -0500, John Baldwin wrote:
> > This is going out to the I/O APIC and writing a bit to mask the
> > interrupt until the handler has run.  Is he using a kernel that
> > has SMP enabled?  If so, turning SMP off might make things
> > slightly better.
> 
> 7.x:
> SMP is on, PREEMPTION if off

You probably want preemption on to minimize latency.  If this is a
UP machine, you should turn SMP off.  It might be interesting to
compare using 7.x without APIC as well, since you are not using
APIC on 4.x.

-- 
John Baldwin <jhb_at_FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
Received on Thu Mar 23 2006 - 15:11:42 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:54 UTC