Re: Interrupt routine usage not shown by top in 8.0

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Barney Cordoba <barney_cordoba@...>
Cc: <current@...>
Date: Tuesday, March 17, 2009 - 10:04 am

On Fri, 13 Mar 2009, Barney Cordoba wrote:


I agree that the code there looks inconsistent in when it uses fast vs regular 
mpsafe interrupts, Scott may be able to shed more light on this.  I'm 
especially confused by:

#if __FreeBSD_version < 700000
         if ((error = bus_setup_intr(dev, adapter->res[0],
             INTR_TYPE_NET | INTR_FAST, em_irq_fast, adapter,
#else
         if ((error = bus_setup_intr(dev, adapter->res[0],
             INTR_TYPE_NET, em_irq_fast, NULL, adapter,
#endif

This is in what I took to be the INTR_FAST registration, so I would expect 
also to see INTR_FAST in the mask for that second bit.

Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Thu Mar 12, 4:23 pm)
Re: Interrupt routine usage not shown by top in 8.0, Scott Long, (Thu Mar 12, 7:42 pm)
Re: Interrupt routine usage not shown by top in 8.0, Scott Long, (Thu Mar 12, 8:35 pm)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Fri Mar 13, 10:34 am)
Re: Interrupt routine usage not shown by top in 8.0, Robert Watson, (Fri Mar 13, 11:41 am)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Fri Mar 13, 6:41 pm)
Re: Interrupt routine usage not shown by top in 8.0, Robert Watson, (Tue Mar 17, 10:04 am)
Re: Interrupt routine usage not shown by top in 8.0, Paolo Pisati, (Tue Mar 17, 10:27 am)
Re: Interrupt routine usage not shown by top in 8.0, Robert Watson, (Tue Mar 17, 11:24 am)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Tue Mar 17, 4:28 pm)
Re: Interrupt routine usage not shown by top in 8.0, Sam Leffler, (Tue Mar 17, 4:41 pm)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Tue Mar 17, 7:03 pm)
Re: Interrupt routine usage not shown by top in 8.0, Scott Long, (Wed Mar 18, 1:34 am)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Wed Mar 18, 4:44 pm)
Re: Interrupt routine usage not shown by top in 8.0, Scott Long, (Wed Mar 18, 5:25 pm)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Sun Mar 22, 6:06 pm)
Re: Interrupt routine usage not shown by top in 8.0, Ed Maste, (Mon Mar 23, 11:23 am)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Fri Mar 13, 1:52 pm)
Re: Interrupt routine usage not shown by top in 8.0, Chris Ruiz, (Thu Mar 12, 5:17 pm)
Re: Interrupt routine usage not shown by top in 8.0, Barney Cordoba, (Thu Mar 12, 6:40 pm)
Re: Interrupt routine usage not shown by top in 8.0, Chris Ruiz, (Thu Mar 12, 7:12 pm)