OSDN Git Service

ice: Don't call synchronize_irq() for VF's from the host
authorBrett Creeley <brett.creeley@intel.com>
Mon, 29 Jul 2019 09:04:45 +0000 (02:04 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Aug 2019 16:49:19 +0000 (09:49 -0700)
commitda4a9e73d8a58eccef93682c9f2d910c346d2c1e
treebc12aa1079c9ce038ed6cd1bb0ff6a3e82626b7e
parent1b0c3247a092db672bf4599f234f0e90d6e30e8b
ice: Don't call synchronize_irq() for VF's from the host

Currently we will call synchronize_irq() from the host for VF's. This is
not correct, so don't allow it.

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_lib.c