sfxge: increase default put-list limit to 1024
Drops are observed under multi-stream TCP traffic due to put-list overflow with limit equal to 64. Sponsored by: Solarflare Communications, Inc. Approved by: gnn (mentor)
This commit is contained in:
parent
26943bdbf3
commit
7b8b9330f5
@ -81,7 +81,7 @@ struct sfxge_tx_mapping {
|
||||
|
||||
#define SFXGE_TX_DPL_GET_PKT_LIMIT_DEFAULT (64 * 1024)
|
||||
#define SFXGE_TX_DPL_GET_NON_TCP_PKT_LIMIT_DEFAULT 1024
|
||||
#define SFXGE_TX_DPL_PUT_PKT_LIMIT_DEFAULT 64
|
||||
#define SFXGE_TX_DPL_PUT_PKT_LIMIT_DEFAULT 1024
|
||||
|
||||
/*
|
||||
* Deferred packet list.
|
||||
|
Loading…
x
Reference in New Issue
Block a user