commit | b6c39bfcf1d7d6368b8c00081cc8e941041ff478 | [log] [tgz] |
---|---|---|
author | Amir Vadai <amirv@mellanox.com> | Tue Apr 23 06:06:51 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 24 16:30:14 2013 -0400 |
tree | d30c1ecc0f3f625de964fd92a2030df556cdf017 | |
parent | eb0cabbd1bebbf41858ded768c9cad8840708447 [diff] |
net/mlx4_en: Add a service task Add a service task to run tasks that needed to be executed periodically. Currently the only task is a watchdog to catch NIC clock overflow, to make timestamping accurate. Will move the statistics task into this framework in a later patch. Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>