]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: move disabling of relaxed ordering in start_hw()
authorEmil Tantilov <emil.s.tantilov@intel.com>
Sat, 19 Mar 2011 01:32:46 +0000 (01:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 14 Apr 2011 02:22:18 +0000 (19:22 -0700)
commitc9250c3b2d78776e773380ed95d319986b66e821
tree50b944c1a794b0a5b178ca04063fa8f4631ee268
parentb22ba39d312e3a074f700e5430cdf74020983307
ixgbe: move disabling of relaxed ordering in start_hw()

Relaxed ordering can lead to issues with some chipsets.

This patch makes sure that it is disabled by default and
not only when DCA is on.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Evan Swanson <evan.swanson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_82598.c
drivers/net/ixgbe/ixgbe_common.c
drivers/net/ixgbe/ixgbe_main.c