mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
put tx queue size back to 1024
This commit is contained in:
parent
a2d171e440
commit
2fd79ec2de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175374
@ -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 New Issue
Block a user