Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314725
b: refs/heads/master
c: 1e0b6ea
h: refs/heads/master
i:
  314723: 499d983
v: v3
  • Loading branch information
Annie Li authored and David S. Miller committed Jun 29, 2012
1 parent 24ba752 commit c1eee02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fa8ad6df71f4778b23e17b0106aaef02b518684
refs/heads/master: 1e0b6eac6a150a35b45d019681b0021896354ae5
4 changes: 2 additions & 2 deletions trunk/drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,6 @@ static unsigned xen_netbk_tx_build_gops(struct xen_netbk *netbk)
INVALID_PENDING_IDX);
}

__skb_queue_tail(&netbk->tx_queue, skb);

netbk->pending_cons++;

request_gop = xen_netbk_get_requests(netbk, vif,
Expand All @@ -1376,6 +1374,8 @@ static unsigned xen_netbk_tx_build_gops(struct xen_netbk *netbk)
}
gop = request_gop;

__skb_queue_tail(&netbk->tx_queue, skb);

vif->tx.req_cons = idx;
xen_netbk_check_rx_xenvif(vif);

Expand Down

0 comments on commit c1eee02

Please sign in to comment.