]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit3d5c520727ce3dbf418eec38e431856708f946f8
tree50b944c1a794b0a5b178ca04063fa8f4631ee268
parent7184b7cf555f5bc08e34994147c341abb07d1dbb
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