commit | d405ea3ef2499eb46834418a643973c884ff7f30 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 23 13:21:27 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 23 20:47:50 2009 -0800 |
tree | 4dafb0895c615a8062602e881be4eec809c04446 | |
parent | 8c6af2995c14e71558c312b86955ae32272a03d8 [diff] |
igb: correctly offset 82575 flow control watermarks by 16 bytes The watermark values for the 82575 were not being set correctly. As a result the high and low watermark values were set to the same value which can lead to excess xon/xoff packets being generated. 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>