Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255595
b: refs/heads/master
c: d515b45
h: refs/heads/master
i:
  255593: 5d9d50a
  255591: e5bb788
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jun 19, 2011
1 parent 0a6cd07 commit f4e84a1
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: a0087a3619e1b137e7dbc91a1b2b5f15c0382412
refs/heads/master: d515b450bfd50d355c5b3230685b997faeee5c49
4 changes: 2 additions & 2 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -6119,11 +6119,11 @@ static netdev_tx_t tg3_start_xmit(struct sk_buff *skb, struct net_device *dev)
entry = NEXT_TX(tnapi->tx_prod);
}

skb_tx_timestamp(skb);

/* Packets are ready, update Tx producer idx local and on card. */
tw32_tx_mbox(tnapi->prodmbox, entry);

skb_tx_timestamp(skb);

tnapi->tx_prod = entry;
if (unlikely(tg3_tx_avail(tnapi) <= (MAX_SKB_FRAGS + 1))) {
netif_tx_stop_queue(txq);
Expand Down

0 comments on commit f4e84a1

Please sign in to comment.