[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1374242210.26476.9.camel@edumazet-glaptop>
Date: Fri, 19 Jul 2013 06:56:50 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org, davem@...emloft.net, fubar@...ibm.com,
andy@...yhouse.net, kaber@...sh.net, stephen@...workplumber.org,
kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
edumazet@...gle.com
Subject: Re: [patch net-next 1/3] team: add peer notification
On Fri, 2013-07-19 at 15:40 +0200, Jiri Pirko wrote:
> When port is enabled or disabled, allow to notify peers by unsolicitated
> NAs or gratuitous ARPs. Disabled by default.
>
> + if (!atomic_dec_and_test(&team->notify_peers.count_pending))
> + schedule_delayed_work(&team->notify_peers.dw,
> + (team->notify_peers.interval * HZ) / 1000);
Isn't that msecs_to_jiffies() ?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists