commit | ba880734ba9c24eca589b3f734d38309568301b2 | [log] [tgz] |
---|---|---|
author | Brett Creeley <brett.creeley@intel.com> | Wed Jun 26 02:20:25 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jul 31 13:41:01 2019 -0700 |
tree | 5af5e6ed4b6c2660ffce6c240d9228c28cb2c13f | |
parent | 992149446353bc22dff8edf231f2a5d8c5a3bd50 [diff] |
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA This flag is not needed and is called every time we re-enable interrupts in the hotpath so remove it. Also remove ice_vsi_req_irq() because it was a wrapper function for ice_vsi_req_irq_msix() whose sole purpose was checking the ICE_FLAG_MSIX_ENA flag. Signed-off-by: Brett Creeley <brett.creeley@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>