]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e: init NVM update state on adminq init
authorShannon Nelson <shannon.nelson@intel.com>
Thu, 13 Nov 2014 08:23:17 +0000 (08:23 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 9 Dec 2014 20:57:03 +0000 (12:57 -0800)
commit0f52958b2cbdb45ec9993cb4a40fb9e02dfbd2f1
treef369007bf8874df00b56431d12f0fc97c3413aa8
parent43477d2bbf2e0beabce94e6d99ebb5b3c648aaf4
i40e: init NVM update state on adminq init

The adminq init is run after the EMPR that is triggered by the
NVM update.  The final write command will cause the reset and
will want to wait for the ARQ event that signals the end of the
update, but the reset precludes the event being sent.  The state
is probably already at INIT, but we set it so here anyway, and
clear the release_on_done flag as well.

Change-ID: Ie9d724a39e71f988741abc3d51b4cb198c7e0272
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Acked-by: Michal Kosiarz <michal.kosiarz@intel.com>
Acked-by: Kamil Krawczyk <kamil.krawczyk@intel.com>
Tested-by: Jim Young <jamesx.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_adminq.c