Parag Warudkar wrote: > On 12/19/07, Kok, Auke <[EMAIL PROTECTED]> wrote: > [snip] > >> I can't possibly see any benefit from this other than that you just add up >> to a >> whole second to the initialization cycle, which is bad. >> > Well, Ok but it can't be bad - I've been using this patch sometime and > haven't seen any problem at all and powertop shows it reduces the > wakeups-from-idle. > > But whatever - no big deal since it already uses round_jiffies().
why would this patch reduce wakeups even more than round_jiffies()? Does it make our ~2 second update interval not reliable? can you quantify "shows it reduces" ? Or timer only runs once every two seconds... maybe I just don't understand the effect of timer_set_deferrable() - we're already deferring it ourselves when we want to. If that is not working then I suggest that we fix that first instead of postponing the critical first run of the e1000 watchdog task. People in the datacenter really don't want to see more delays when bringing up link, and we get frequent calls about it already being long on gigabit (not even minding spanning tree). Adding 25% to that time isn't going to down very nicely with them. -- 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