Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237482
b: refs/heads/master
c: 5a698af
h: refs/heads/master
v: v3
  • Loading branch information
Amerigo Wang authored and David S. Miller committed Feb 28, 2011
1 parent b09f91e commit 43a5f9a
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 080e4130b1fb6a02e75149a1cccc8192e734713d
refs/heads/master: 5a698af53fb85b92d6462939a2c75ec4c7233bb9
11 changes: 11 additions & 0 deletions trunk/net/core/netpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ void netpoll_poll_dev(struct net_device *dev)

poll_napi(dev);

if (dev->priv_flags & IFF_SLAVE) {
if (dev->npinfo) {
struct net_device *bond_dev = dev->master;
struct sk_buff *skb;
while ((skb = skb_dequeue(&dev->npinfo->arp_tx))) {
skb->dev = bond_dev;
skb_queue_tail(&bond_dev->npinfo->arp_tx, skb);
}
}
}

service_arp_queue(dev->npinfo);

zap_completion_queue();
Expand Down

0 comments on commit 43a5f9a

Please sign in to comment.