]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Reduce I2C retry count on X550 devices
authorTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 10 Nov 2016 17:57:29 +0000 (09:57 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Jan 2017 21:03:35 +0000 (13:03 -0800)
commit589138696e1cea2294747d5af1e90e74a1700449
treef4780140e67a6931713066380b55784e357f740f
parent7b893aae30c1cc4b2cc102c49f778e339cee09b0
ixgbe: Reduce I2C retry count on X550 devices

A retry count of 10 is likely to run into problems on X550 devices that
have to detect and reset unresponsive CS4227 devices. So, reduce the I2C
retry count to 3 for X550 and above. This should avoid any possible
regressions in existing devices.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c