lkml.org 
[lkml]   [2008]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: forcedeth: option to disable 100Hz timer (try 2)
On Wed, 10 Sep 2008 18:18:20 -0600
Robert Hancock <hancockr@shaw.ca> wrote:

> Andrew Morton wrote:
> > On Tue, 9 Sep 2008 23:34:35 +0400
> > Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com> wrote:
> >
> >> On some hardware no TX done interrupts are generated, thus special
> >> 100Hz timer interrupt is required to handle this situation properly.
> >> Other device do not require that timer interrupt feature.
> >>
> >> Forcedeth has a DEV_NEED_TIMERIRQ flag to mark the broken devices.
> >> Unfortunately, nobody know the actual list of broken devices, so all
> >> device has this flag on. Other problem, this flag is not user visible,
> >> so the kernel recompilation is required to disable timer interrupts and
> >> test a device.
> >>
> >> This patch add a "disable_timerirq" option to disable interrupt
> >> timer mentioned above. This may be extremely useful for laptop users.
> >
> > Why do you feel that the timer-based completions need to be disabled?
> > Is it causing some problem?
>
> 100 unnecessary CPU wakeups per second imposes some power usage cost,
> especially on laptops with CPU C-states..

Is that the only reason for the change? We still don't know...



Anyway, it's certainly _sufficient_ reason, however the implementation
is pretty sad - most people won't even know that the option exists so
they'll continue to chew more power than they need to.

How do we fix this? Perhaps disable the timer by default, then wait
for the first tx timeout and then enable the timer at that stage, while
printing a message saying "add module option <foo> to prevent this
once-off timeout from happening"?


\
 
 \ /
  Last update: 2008-09-11 02:39    [W:0.433 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site