Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66657
b: refs/heads/master
c: 05d2fec
h: refs/heads/master
i:
  66655: f178227
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Oct 10, 2007
1 parent 20f36ec commit 05da582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: ee41a82fa362449e608c4dab7df261058ffd52c0
refs/heads/master: 05d2fec9f5e5fd1d7169435631b9d55ae4c566d1
3 changes: 2 additions & 1 deletion trunk/drivers/net/amd8111e.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,8 @@ static int amd8111e_tx(struct net_device *dev)
lp->tx_complete_idx++;
/*COAL update tx coalescing parameters */
lp->coal_conf.tx_packets++;
lp->coal_conf.tx_bytes += lp->tx_ring[tx_index].buff_count;
lp->coal_conf.tx_bytes +=
le16_to_cpu(lp->tx_ring[tx_index].buff_count);

if (netif_queue_stopped(dev) &&
lp->tx_complete_idx > lp->tx_idx - NUM_TX_BUFFERS +2){
Expand Down

0 comments on commit 05da582

Please sign in to comment.