OSDN Git Service

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)
commitba880734ba9c24eca589b3f734d38309568301b2
tree5af5e6ed4b6c2660ffce6c240d9228c28cb2c13f
parent992149446353bc22dff8edf231f2a5d8c5a3bd50
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