Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87818
b: refs/heads/master
c: c7793ac
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jeff Garzik committed Mar 26, 2008
1 parent b051171 commit dfeeb6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 1172899a30d0c26df934d63cc98241cd53fe7130
refs/heads/master: c7793ace780942831f9b2b2b0518e810ecbd4d6f
2 changes: 0 additions & 2 deletions trunk/drivers/net/ixgb/ixgb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2088,14 +2088,12 @@ ixgb_alloc_rx_buffers(struct ixgb_adapter *adapter)
struct ixgb_buffer *buffer_info;
struct sk_buff *skb;
unsigned int i;
int num_group_tail_writes;
long cleancount;

i = rx_ring->next_to_use;
buffer_info = &rx_ring->buffer_info[i];
cleancount = IXGB_DESC_UNUSED(rx_ring);

num_group_tail_writes = IXGB_RX_BUFFER_WRITE;

/* leave three descriptors unused */
while(--cleancount > 2) {
Expand Down

0 comments on commit dfeeb6f

Please sign in to comment.