mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
put tx queue size back to 1024
This commit is contained in:
parent
a2d171e440
commit
2fd79ec2de
1 changed files with 0 additions and 4 deletions
|
|
@ -149,11 +149,7 @@ enum { /* adapter flags */
|
|||
#define FL_Q_SIZE 4096
|
||||
#define JUMBO_Q_SIZE 1024
|
||||
#define RSPQ_Q_SIZE 1024
|
||||
#if 0
|
||||
#define TX_ETH_Q_SIZE 1024
|
||||
#else
|
||||
#define TX_ETH_Q_SIZE 64
|
||||
#endif
|
||||
|
||||
enum { TXQ_ETH = 0,
|
||||
TXQ_OFLD = 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue