From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Wed, 16 Oct 2019 16:20:15 +0000 Subject: [Intel-wired-lan] [PATCH S31 06/15] ice: fix driver unload flow In-Reply-To: <20191009140953.14087-6-anthony.l.nguyen@intel.com> References: <20191009140953.14087-1-anthony.l.nguyen@intel.com> <20191009140953.14087-6-anthony.l.nguyen@intel.com> Message-ID: <0a8305f1835e45d68985d9f4e3d44802@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Tony Nguyen > Sent: Wednesday, October 9, 2019 7:10 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH S31 06/15] ice: fix driver unload flow > > From: Bruce Allan > > As part of the driver unload flow, a PF reset is issued which may still cause an > interrupt to be generated by the device. Do not clear the interrupt scheme > until the reset is complete and there are no pending transactions otherwise a > hardware error may occur. > > Signed-off-by: Bruce Allan > --- > drivers/net/ethernet/intel/ice/ice_main.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Tested-by: Andrew Bowers