commit | db76ad470e4577e4664af699d73ff7426791cde5 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Thu May 03 01:44:12 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed May 09 23:07:26 2012 -0700 |
tree | afa645fa9e96f8ccc383534a9c46fcc5a37ecaf6 | |
parent | 681ae1adc42387dae71bc6aa8126215bddc55607 [diff] |
ixgbe: correct disable_rx_buff timeout The current value of the udelay timeout for ixgbe_disable_rx_buff is too short. This causes the security path to not not be properly disabled during the section that is meant to have it turned off. The end result causes a race condition that results in RX issues. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>