Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253405
b: refs/heads/master
c: 264524d
h: refs/heads/master
i:
  253403: fb04f76
v: v3
  • Loading branch information
Heiko Carstens authored and David S. Miller committed Jun 7, 2011
1 parent d2d2a0b commit f774b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6407d74c5106bb362b4087693688afd34942b094
refs/heads/master: 264524d5e5195f6e0f099bee20253a22b651e272
5 changes: 5 additions & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -6178,6 +6178,11 @@ static int dev_cpu_callback(struct notifier_block *nfb,
oldsd->output_queue = NULL;
oldsd->output_queue_tailp = &oldsd->output_queue;
}
/* Append NAPI poll list from offline CPU. */
if (!list_empty(&oldsd->poll_list)) {
list_splice_init(&oldsd->poll_list, &sd->poll_list);
raise_softirq_irqoff(NET_RX_SOFTIRQ);
}

raise_softirq_irqoff(NET_TX_SOFTIRQ);
local_irq_enable();
Expand Down

0 comments on commit f774b8a

Please sign in to comment.