Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103493
b: refs/heads/master
c: 2c21fc6
h: refs/heads/master
i:
  103491: 3a52233
v: v3
  • Loading branch information
Jesse Brandeburg authored and Jeff Garzik committed Jul 11, 2008
1 parent c88661e commit fc1ac27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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: c21993401479635025a8053aff1f5cfdbfee5fd9
refs/heads/master: 2c21fc6e3a1150a1fa8c09b0f8ae0b796fb5039f
14 changes: 6 additions & 8 deletions trunk/drivers/net/ixgb/ixgb.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,16 @@ struct ixgb_adapter;


/* TX/RX descriptor defines */
#define DEFAULT_TXD 256
#define MAX_TXD 4096
#define MIN_TXD 64
#define DEFAULT_TXD 256
#define MAX_TXD 4096
#define MIN_TXD 64

/* hardware cannot reliably support more than 512 descriptors owned by
* hardware descriptor cache otherwise an unreliable ring under heavy
* receive load may result */
/* #define DEFAULT_RXD 1024 */
/* #define MAX_RXD 4096 */
#define DEFAULT_RXD 512
#define MAX_RXD 512
#define MIN_RXD 64
#define DEFAULT_RXD 512
#define MAX_RXD 512
#define MIN_RXD 64

/* Supported Rx Buffer Sizes */
#define IXGB_RXBUFFER_2048 2048
Expand Down

0 comments on commit fc1ac27

Please sign in to comment.