Re: [PATCH net 2/2] ocelot: Clean up stats update deferred work

2019-04-16 Thread David Miller
From: Claudiu Manoil Date: Tue, 16 Apr 2019 17:51:59 +0300 > This is preventive cleanup that may save troubles later. > No need to cancel repeateadly queued work if code is properly > refactored. > Don't let the ethtool -s process interfere with the stat workqueue > scheduling. > > Signed-off-by

[PATCH net 2/2] ocelot: Clean up stats update deferred work

2019-04-16 Thread Claudiu Manoil
This is preventive cleanup that may save troubles later. No need to cancel repeateadly queued work if code is properly refactored. Don't let the ethtool -s process interfere with the stat workqueue scheduling. Signed-off-by: Claudiu Manoil --- drivers/net/ethernet/mscc/ocelot.c | 22