Re: [PATCH net-next] net/mvpp2: Replace tasklet with softirq hrtimer

2019-08-14 Thread David Miller
From: Sebastian Andrzej Siewior Date: Tue, 13 Aug 2019 10:00:25 +0200 > From: Thomas Gleixner > > 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. > >

[PATCH net-next] net/mvpp2: Replace tasklet with softirq hrtimer

2019-08-13 Thread Sebastian Andrzej Siewior
From: Thomas Gleixner 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 Signed-off-by: Sebastian Andrzej Siewior --- drivers