From: Eric Dumazet Date: Thu, 5 Feb 2015 22:58:14 +0000 (-0800) Subject: net: use netif_rx_ni() from process context X-Git-Tag: fixes-v4.0-rc1~150^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e83133e70ebe1572746d1ad858b4eb28ab9b53;p=pandora-kernel.git net: use netif_rx_ni() from process context 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed