On Tue, Aug 28, 2007 at 01:48:20PM +0200, Jan-Bernd Themann ([EMAIL PROTECTED]) wrote: > I'm not sure if I understand your approach correctly. > This approach may reduce the number of interrupts, but it does so > by blocking the CPU for up to 1 jiffy (that can be quite some time > on some platforms). So no other application / tasklet / softIRQ type > can do anything in between. The CPU utilization does not drop at all, > and I thought that is one reason why we try to reduce the number of > interrupts.
Only NICs interrupts are suposed to be stopped, system will continue to work as usual, since all others are alive. Having hrtimer to reshcedule NIC procesing can work only if number of timer's interrupts are much less than NICs and if rate of the timer's starts/changes (presumbly in NICs interrupt) is small too, otherwise having too many NIC interrupts will not gain anything (actually it is what is supposed to be dropped noticebly). -- Evgeniy Polyakov - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html