git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
364d571
)
net: use netif_rx_ni() from process context
author
Eric Dumazet
<edumazet@google.com>
Thu, 5 Feb 2015 22:58:14 +0000
(14:58 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 8 Feb 2015 06:43:52 +0000
(22:43 -0800)
Hotpluging a cpu might be rare, yet we have to use proper
handlers when taking over packets found in backlog queues.
dev_cpu_callback() runs from process context, thus we should
call netif_rx_ni() to properly invoke softirq handler.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c
patch
|
blob
|
history
diff --cc
net/core/dev.c
Simple merge