ixgbe: Take manageability semaphore for firmware commands
Orabug:
23177316
We need to take the manageability semaphore when issuing firmware
commands to avoid problems. With this in place, the semaphore is
no longer taken in the ixgbe_set_fw_drv_ver_generic function, since
it will now always be taken by the ixgbe_host_interface_command
function.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit
af7419017626b93ccdf76b12c2b1dc8fe17da4ad)
Signed-off-by: Brian Maly <brian.maly@oracle.com>