Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265523
b: refs/heads/master
c: 857c990
h: refs/heads/master
i:
  265521: 8b922eb
  265519: 063e11a
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Aug 24, 2011
1 parent 689a0b1 commit c672454
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: ec5efe7946280d1e84603389a1030ccec0a767ae
refs/heads/master: 857c99059e441d0a8afdfa0bc687463e8e61a761
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@ static int be_poll_rx(struct napi_struct *napi, int budget)
}

/* Refill the queue */
if (atomic_read(&rxo->q.used) < RX_FRAGS_REFILL_WM)
if (work_done && atomic_read(&rxo->q.used) < RX_FRAGS_REFILL_WM)
be_post_rx_frags(rxo, GFP_ATOMIC);

/* All consumed */
Expand Down

0 comments on commit c672454

Please sign in to comment.