Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135052
b: refs/heads/master
c: a7ef593
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Mar 5, 2009
1 parent 238f2d9 commit 573764e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ca83db369c1c633142c08dd0bfafca6ac4247c63
refs/heads/master: a7ef59332b33cb1924ea76cce2aa620a32bb0d7a
3 changes: 3 additions & 0 deletions trunk/drivers/net/sfc/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ int efx_hard_start_xmit(struct sk_buff *skb, struct net_device *net_dev)
struct efx_nic *efx = netdev_priv(net_dev);
struct efx_tx_queue *tx_queue;

if (unlikely(efx->port_inhibited))
return NETDEV_TX_BUSY;

if (likely(skb->ip_summed == CHECKSUM_PARTIAL))
tx_queue = &efx->tx_queue[EFX_TX_QUEUE_OFFLOAD_CSUM];
else
Expand Down

0 comments on commit 573764e

Please sign in to comment.