Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266892
b: refs/heads/master
c: 7b8b596
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 20, 2011
1 parent 81787ac commit e6e7964
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: 33136d12be00596a8320d4fe88f95c44f67afbdb
refs/heads/master: 7b8b59617ead5acc6ff041a9ad2ea1fe7a58094f
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/igbvf/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter,

skb->len += length;
skb->data_len += length;
skb->truesize += length;
skb->truesize += PAGE_SIZE / 2;
}
send_up:
i++;
Expand Down

0 comments on commit e6e7964

Please sign in to comment.