commit | 74f9f42c1c1650e74fb464f76644c9041f996851 | [log] [tgz] |
---|---|---|
author | Mirko Lindner <mlindner@marvell.com> | Tue Mar 26 06:38:42 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 29 14:53:19 2013 -0400 |
tree | 3437ee3320968b7c87f773310550f2a56e25e4c4 | |
parent | 9cfe8b156c21cf340b3a10ecb3022fbbc1c39185 [diff] |
sky2: Threshold for Pause Packet is set wrong The sky2 driver sets the Rx Upper Threshold for Pause Packet generation to a wrong value which leads to only 2kB of RAM remaining space. This can lead to Rx overflow errors even with activated flow-control. Fix: We should increase the value to 8192/8 Signed-off-by: Mirko Lindner <mlindner@marvell.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>