Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37964
b: refs/heads/master
c: a4d3c54
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Brandeburg authored and Auke Kok committed Sep 27, 2006
1 parent 2670ecf commit ee8c996
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: 793fab727324adc90a0a2889f2b1d88bae4790eb
refs/heads/master: a4d3c54024beff40d4e5e4647ad212696e0ea354
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgb/ixgb.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct ixgb_adapter;
#define IXGB_RXBUFFER_16384 16384

/* How many Rx Buffers do we bundle into one write to the hardware ? */
#define IXGB_RX_BUFFER_WRITE 4 /* Must be power of 2 */
#define IXGB_RX_BUFFER_WRITE 8 /* Must be power of 2 */

/* only works for sizes that are powers of 2 */
#define IXGB_ROUNDUP(i, size) ((i) = (((i) + (size) - 1) & ~((size) - 1)))
Expand Down

0 comments on commit ee8c996

Please sign in to comment.