diff options
author | Eric Dumazet <[email protected]> | 2015-02-05 14:58:14 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-02-07 22:43:52 -0800 |
commit | 91e83133e70ebe1572746d1ad858b4eb28ab9b53 (patch) | |
tree | 686afc903f349584ed97d89d407cc9ad92c5aca9 /tools/perf/scripts/python | |
parent | 364d5716a7adb91b731a35765d369602d68d2881 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions