Home
last modified time | relevance | path

Searched hist:"041 b4ddb84989f06ff1df0ca869b950f1ee3cb1c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.cdiff 041b4ddb84989f06ff1df0ca869b950f1ee3cb1c Wed Oct 02 05:57:20 CDT 2013 Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> net: mv643xx_eth: update statistics timer from timer context only

Each port driver installs a periodic timer to update port statistics
by calling mib_counters_update. As mib_counters_update is also called
from non-timer context, we should not reschedule the timer there but
rather move it to timer-only context.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: David S. Miller <davem@davemloft.net>