net: stmmac: Tune-up default coalesce settings
Tune-up the defalt coalesce settings for optimal values. This gives the best performance in most of the use-cases. Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
52f96cd135
commit
da20245100
|
@ -253,8 +253,8 @@ struct stmmac_safety_stats {
|
|||
#define STMMAC_COAL_TX_TIMER 1000
|
||||
#define STMMAC_MAX_COAL_TX_TICK 100000
|
||||
#define STMMAC_TX_MAX_FRAMES 256
|
||||
#define STMMAC_TX_FRAMES 1
|
||||
#define STMMAC_RX_FRAMES 25
|
||||
#define STMMAC_TX_FRAMES 25
|
||||
#define STMMAC_RX_FRAMES 0
|
||||
|
||||
/* Packets types */
|
||||
enum packets_types {
|
||||
|
|
Loading…
Reference in New Issue