dp83640: Delay scheduled work.
[ Upstream commit 4b063258 ] Currently rx_timestamp_work reschedules itself as a regular workqueue item, effectively causing it run constantly as long as there are packets left in the queue. Fix by using delayed workqueue items, limiting it to run only every two jiffies. Signed-off-by:Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by:
David S. Miller <davem@davemloft.net> [Lee: Back-ported to solve a build dependency] Signed-off-by:
Lee Jones <lee.jones@linaro.org> Change-Id: I7caa60caab3cee8fcdf5476072106b7768c33f11
Loading
Please sign in to comment