public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* VLAN GARP triggers a lot of timers if linux compiled with VLAN_8021Q_GVRP
@ 2010-09-29  0:35 didier
  2010-09-29  9:22 ` Patrick McHardy
  0 siblings, 1 reply; 3+ messages in thread
From: didier @ 2010-09-29  0:35 UTC (permalink / raw)
  To: netdev; +Cc: kaber

Hi,

In my understanding GARP is using a periodic timer but in net/802/garp.c:

garp_join_timer_arm()

delay = (u64)msecs_to_jiffies(garp_join_time)* net_random() >> 32;
mod_timer(&app->join_timer, jiffies +delay)

Isn't this stuff triggering a *lot* of events?

Didier

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-29 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29  0:35 VLAN GARP triggers a lot of timers if linux compiled with VLAN_8021Q_GVRP didier
2010-09-29  9:22 ` Patrick McHardy
2010-09-29 11:02   ` didier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox