summaryrefslogtreecommitdiff
path: root/drivers/net/mlx4/en_ethtool.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-02mlx4_en: Coalescing target is equal for all mtu'sYevgeny Petrilin1-2/+1
The interrupt moderation should not depend on number of incoming bytes, but on number of incoming packets. The previous scheme caused very high interrupts rate for small messages when big MTU was configured. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-02mlx4_en renamed en_params.c to en_ethtool.cYevgeny Petrilin1-0/+427
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>