aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-02-05 14:58:14 -0800
committerDavid S. Miller <davem@davemloft.net>2015-02-07 22:43:52 -0800
commit91e83133e70ebe1572746d1ad858b4eb28ab9b53 (patch)
tree686afc903f349584ed97d89d407cc9ad92c5aca9 /drivers/net/ethernet/amd/xgbe/xgbe-drv.c
parentrtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY (diff)
downloadlinux-dev-91e83133e70ebe1572746d1ad858b4eb28ab9b53.tar.xz
linux-dev-91e83133e70ebe1572746d1ad858b4eb28ab9b53.zip
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions