Re: Interrupt statistics?
From: M. Warner Losh (imp_at_bsdimp.com)
Date: 10/14/03
- Previous message: John Reynolds: "Re: panic with cdrecord -- anybody else seeing this? [backtrace obtained]"
- In reply to: Nate Lawson: "Re: Interrupt statistics?"
- Next in thread: Nate Lawson: "Re: Interrupt statistics?"
- Reply: Nate Lawson: "Re: Interrupt statistics?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 13 Oct 2003 22:55:19 -0600 (MDT) To: nate@root.org
In message: <20031013105145.J28323@root.org>
Nate Lawson <nate@root.org> writes:
: Given that, my biggest concern now is IO corruption. Are there any
: devices that have a low interrupt rate (or bus mastering rate) that cannot
: handle a few hundred us latency added to their handler startup? I'm
: thinking something like a floppy drive where the time between interrupts
: is great enough that cpu_idle() is called but that need to be serviced
: quickly or data is over/underrun.
sio/uart
At 115200 baud, you have 173us to service the interrupt when the FIFO
interrupt level is set to HI. At 460800 at HI you have 43us. With
the more conservative MED settings, these numbers are 4 times better
(670us and 173us). 200us is smack dab in the middle of these times.
This is inbound data, so things could be idle and there be issues.
Not sure about other devices.
Warner
_______________________________________________
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: John Reynolds: "Re: panic with cdrecord -- anybody else seeing this? [backtrace obtained]"
- In reply to: Nate Lawson: "Re: Interrupt statistics?"
- Next in thread: Nate Lawson: "Re: Interrupt statistics?"
- Reply: Nate Lawson: "Re: Interrupt statistics?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]