]> bbs.cooldavid.org Git - net-next-2.6.git/commit
e1000e: increase rx fifo size to 36K on 82574 and 82583
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 4 May 2010 22:25:42 +0000 (22:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 May 2010 04:15:31 +0000 (21:15 -0700)
commitedf15c17420fed108046da50b3d3ae53dfa0e0ae
tree0fbbcf2ac4affae1dd6d423dcfbcb3ffe2d68552
parentf85e4dfac666e41b91e2b77fa563398e9379d5eb
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>
drivers/net/e1000e/82571.c