mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Re-revert back to rev 1.8:
- Reduce the number of RX and TX buffers bfe uses so that it does not use more bounce buffers than busdma is willing to allow it to use See if_bfe.c for comments on why this is now safe to do.
This commit is contained in:
parent
07691dc0e4
commit
f99da8e0d8
1 changed files with 2 additions and 2 deletions
|
|
@ -427,8 +427,8 @@
|
|||
#define BFE_RX_RING_SIZE 512
|
||||
#define BFE_TX_RING_SIZE 512
|
||||
#define BFE_LINK_DOWN 5
|
||||
#define BFE_TX_LIST_CNT 511
|
||||
#define BFE_RX_LIST_CNT 511
|
||||
#define BFE_TX_LIST_CNT 128
|
||||
#define BFE_RX_LIST_CNT 128
|
||||
#define BFE_TX_LIST_SIZE BFE_TX_LIST_CNT * sizeof(struct bfe_desc)
|
||||
#define BFE_RX_LIST_SIZE BFE_RX_LIST_CNT * sizeof(struct bfe_desc)
|
||||
#define BFE_RX_OFFSET 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue