]> git.baikalelectronics.ru Git - kernel.git/commit
net/core: remove explicit do_softirq() from busy_poll_stop()
authorSebastian Siewior <bigeasy@linutronix.de>
Fri, 16 Jun 2017 17:24:00 +0000 (19:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jun 2017 17:09:33 +0000 (13:09 -0400)
commitb792f64de23d063e3643991610ba29fff167ac5f
tree67deb0d30ebb3f7149e0556158d2318a5c8170ce
parente5a9bd6eba9f1c8862d0250a033f86a73554801e
net/core: remove explicit do_softirq() from busy_poll_stop()

Since commit 9dc5b9cae4c2 ("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 <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c