Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135055
b: refs/heads/master
c: 32d7600
h: refs/heads/master
i:
  135053: 3141b78
  135051: 238f2d9
  135047: 0f0bb1c
  135039: a1faa89
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Mar 5, 2009
1 parent 8d321bd commit 394169f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8c870379d2db81a11ede65e9fd9774e4e6efe84a
refs/heads/master: 32d760073eacd41ecc815db1e958f0e1e0b82d57
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void efx_xmit_done(struct efx_tx_queue *tx_queue, unsigned int index)
* separates the update of read_count from the test of
* stopped. */
smp_mb();
if (unlikely(tx_queue->stopped)) {
if (unlikely(tx_queue->stopped) && likely(efx->port_enabled)) {
fill_level = tx_queue->insert_count - tx_queue->read_count;
if (fill_level < EFX_NETDEV_TX_THRESHOLD(tx_queue)) {
EFX_BUG_ON_PARANOID(!efx_dev_registered(efx));
Expand Down

0 comments on commit 394169f

Please sign in to comment.