Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247081
b: refs/heads/master
c: b3b83c3
h: refs/heads/master
i:
  247079: 0b464ce
v: v3
  • Loading branch information
Dmitry Kravkov authored and David S. Miller committed May 5, 2011
1 parent 7d6d67c commit 7718017
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 277 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: 426b92415074d6d268c7aac4561efecd3785d0b1
refs/heads/master: b3b83c3f3c640b239f1f1dfc49c0ecafbc074fdb
3 changes: 2 additions & 1 deletion trunk/drivers/net/bnx2x/bnx2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ struct bnx2x_fastpath {
#define NUM_RX_BD (RX_DESC_CNT * NUM_RX_RINGS)
#define MAX_RX_BD (NUM_RX_BD - 1)
#define MAX_RX_AVAIL (MAX_RX_DESC_CNT * NUM_RX_RINGS - 2)
#define MIN_RX_AVAIL 128
#define MIN_RX_SIZE_TPA 72
#define MIN_RX_SIZE_NONTPA 10
#define INIT_JUMBO_RX_RING_SIZE MAX_RX_AVAIL
#define INIT_RX_RING_SIZE MAX_RX_AVAIL
#define NEXT_RX_IDX(x) ((((x) & RX_DESC_MASK) == \
Expand Down
Loading

0 comments on commit 7718017

Please sign in to comment.