Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278296
b: refs/heads/master
c: 449fa02
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 30, 2011
1 parent e8d4b73 commit 67e44ae
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: e98319098885859e34c23cc8a130b6b8668a6abe
refs/heads/master: 449fa023bca5b53bd924d91a27ffd34807fdeb80
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/sfc/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,11 +1173,11 @@ static int efx_enqueue_skb_tso(struct efx_tx_queue *tx_queue,
goto mem_err;
}

netdev_tx_sent_queue(tx_queue->core_txq, skb->len);

/* Pass off to hardware */
efx_nic_push_buffers(tx_queue);

netdev_tx_sent_queue(tx_queue->core_txq, skb->len);

tx_queue->tso_bursts++;
return NETDEV_TX_OK;

Expand Down

0 comments on commit 67e44ae

Please sign in to comment.