> Date: Tue, 17 Apr 2001 19:06:08 -0700 (PDT) > From: Matt Dillon <[EMAIL PROTECTED]> > > They don't have to be. If you have four NICs each one can be its own > interrupt, each with its own mutex. Thus all four can be taken in > parallel. I was under the impression that BSDI had achieved that > in their scheme. IIRC, didn't the NT driver for some NIC (Intel?) switch to polling, anyway, under heavy load? The reasoning being that you _know_ that you're going to get something... why bother an IRQ hit? That said, IRQ distribution sounds like a good thing for the general case. > If you have one NIC then obviously you can't take multiple interrupts > for that one NIC on different cpu's. No great loss, you generally don't > want to do that anyway. Actually, I should think that one would _want_ to serialize traffic for a given NIC. (I'm ignoring when one trunks NICs... speaking of which, anyone have info on 802.3ad? ;-) Otherwise, one ends up with a race that [potentially] screws up packet sequence. Eddy --------------------------------------------------------------------------- Brotsman & Dreger, Inc. EverQuick Internet / EternalCommerce Division Phone: (316) 794-8922 --------------------------------------------------------------------------- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Kernel preemption, yes or no? (was: Filesystem gets a hug... Greg Lehey
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Matt Dillon
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Bosko Milekic
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Matt Dillon
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Alfred Perlstein
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Alfred Perlstein
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Alfred Perlstein
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Matt Dillon
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Matt Dillon
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Rik van Riel
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Rik van Riel
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... E.B. Dreger
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... janb
- Re: Kernel preemption, yes or no? (was: Filesystem gets a... Alfred Perlstein
- Re: FW: Filesystem gets a huge performance boost Bruce Evans