net/mvpp2: Replace tasklet with softirq hrtimer
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Aug 2019 08:00:25 +0000 (10:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Aug 2019 03:02:39 +0000 (20:02 -0700)
commitecb9f80db23a7ab09b46b298b404e41dd7aff6e6
tree76dc0c738cd0516686e1acc5cb8881e608f2aa6d
parent03eb57bb897f22ba06025ff628a3447520636572
net/mvpp2: Replace tasklet with softirq hrtimer

The tx_done_tasklet tasklet is used in invoke the hrtimer
(mvpp2_hr_timer_cb) in softirq context. This can be also achieved without
the tasklet but with HRTIMER_MODE_SOFT as hrtimer mode.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2.h
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c