work around periodic leak on queue overrun by enabling coalescing of packets in to

work requests by default
This commit is contained in:
kmacy 2008-11-23 00:22:52 +00:00
parent dbca5c7f46
commit 2c2561c352

View File

@ -88,7 +88,7 @@ __FBSDID("$FreeBSD$");
extern int txq_fills;
int multiq_tx_enable = 1;
int coalesce_tx_enable = 0;
int coalesce_tx_enable = 1;
int wakeup_tx_thread = 0;
extern struct sysctl_oid_list sysctl__hw_cxgb_children;