]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: stop flow director on shutdown
authorMitch A Williams <mitch.a.williams@intel.com>
Sat, 21 Feb 2015 06:44:51 +0000 (06:44 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 26 Feb 2015 12:54:02 +0000 (04:54 -0800)
commitac1981a0b1d29d84da6cbd832028283232900652
tree677e2c6d04a49c0cef495ab0085572fff6f52f0e
parent4ab43a3da97717f5bbeaba600ba27227deff1e39
i40e: stop flow director on shutdown

In some cases, the hardware would continue to try to access the FDIR
ring after entering D3Hot state, which would cause either PCIe errors or
NMIs, depending upon system configuration.

Explicitly stop FDIR in our shutdown routine to eliminate this
possibility.

Change-ID: I1bd9fc7fd8f151fe24cad132ac9adddab923e3af
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c