linux/drivers/net/ethernet/emulex/benet
Sathya Perla 39f1d94d30 be2net: avoid disabling sriov while VFs are assigned
Calling pci_disable_sriov() while VFs are assigned to VMs causes
kernel panic. This patch uses PCI_DEV_FLAGS_ASSIGNED bit state of the
VF's pci_dev to avoid this. Also, the unconditional function reset cmd
issued on a PF probe can delete the VF configuration for the
previously enabled VFs. A scratchpad register is now used to issue a
function reset only when needed (i.e., in a crash dump scenario.)

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-10 23:33:00 -04:00
..
Kconfig be2net: Move the Emulex driver 2011-08-11 02:33:55 -07:00
Makefile be2net: Move the Emulex driver 2011-08-11 02:33:55 -07:00
be.h be2net: avoid disabling sriov while VFs are assigned 2012-05-10 23:33:00 -04:00
be_cmds.c be2net: Fix FW download for BE 2012-04-26 05:03:31 -04:00
be_cmds.h be2net: Fix wrong status getting returned for MCC commands 2012-04-26 05:03:31 -04:00
be_ethtool.c be2net: Fix to apply duplex value as unknown when link is down. 2012-05-02 21:07:24 -04:00
be_hw.h be2net: avoid disabling sriov while VFs are assigned 2012-05-10 23:33:00 -04:00
be_main.c be2net: avoid disabling sriov while VFs are assigned 2012-05-10 23:33:00 -04:00