linux/drivers/net/e1000e
Alexander Duyck edf15c1742 e1000e: increase rx fifo size to 36K on 82574 and 82583
This change increases the RX fifo size to 36K for standard frames and
decreases the TX fifo size to 4K.  The reason for this change is that on
slower systems the RX is much more likely to backfill and need space than
the TX is.  As long as the TX fifo is twice the size of the MTU we should
have more than enough TX fifo.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-05-05 21:15:31 -07:00
..
82571.c e1000e: increase rx fifo size to 36K on 82574 and 82583 2010-05-05 21:15:31 -07:00
defines.h
e1000.h e1000e: save skb counts in TX to avoid cache misses 2010-05-05 21:11:25 -07:00
es2lan.c
ethtool.c e1000e: Remove unnessary log message 2010-05-05 21:11:26 -07:00
hw.h
ich8lan.c e1000e: typo corrections 2010-03-30 23:02:27 -07:00
lib.c e1000e: typo corrections 2010-03-30 23:02:27 -07:00
Makefile
netdev.c e1000e: Save irq into netdev structure 2010-05-05 21:11:26 -07:00
param.c e1000e: use static params to save stack space 2010-04-13 02:58:25 -07:00
phy.c