]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata
authorDon Skidmore <donald.c.skidmore@intel.com>
Thu, 11 Feb 2010 04:13:49 +0000 (04:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2010 05:51:56 +0000 (21:51 -0800)
commita626e8478b18de4fdee0e6d13975cea2b23efea5
tree08677003e4990e2df7ac4121e8721dcc7c201b44
parent3d0beb921fa34ebf8b13e206e5473329b14deb83
ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata

The 82598 has an erratum that receipt of pause frames at 1G
could lead to a Tx Hang.  To avoid this this patch disables
Rx FC while at 1G speed for all 82598 parts.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_82598.c