]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
authorBrett Creeley <brett.creeley@intel.com>
Wed, 26 Jun 2019 09:20:25 +0000 (02:20 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 31 Jul 2019 20:41:01 +0000 (13:41 -0700)
commit444fe4eba43fe55acab0d03f15a7d4f27b60414b
tree5af5e6ed4b6c2660ffce6c240d9228c28cb2c13f
parentb8d1578cea8429db54e9ebde87af49668926fc22
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>
drivers/net/ethernet/intel/ice/ice.h
drivers/net/ethernet/intel/ice/ice_lib.c
drivers/net/ethernet/intel/ice/ice_main.c
drivers/net/ethernet/intel/ice/ice_txrx.c