From: Sebastian Andrzej Siewior <bige...@linutronix.de> Date: Fri, 16 Jun 2017 19:24:00 +0200
> Since commit 217f69743681 ("net: busy-poll: allow preemption in > sk_busy_loop()") there is an explicit do_softirq() invocation after > local_bh_enable() has been invoked. > I don't understand why we need this because local_bh_enable() will > invoke do_softirq() once the softirq counter reached zero and we have > softirq-related work pending. > > Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de> This indeed is superfluous, applied, thanks.