linux_dsm_epyc7002/drivers/net/ethernet/broadcom/bnxt
Jeffrey Huang 4bb6cdce38 bnxt_en: More robust SRIOV cleanup sequence.
Instead of always calling pci_sriov_disable() in remove_one(),
the driver should detect whether VFs are currently assigned
to the VMs. If the VFs are active in VMs, then it should not
disable SRIOV as it is catastrophic to the VMs. Instead,
it just leaves the VFs alone and continues to unload the PF.
The user can then cleanup the VMs even after the PF driver
has been unloaded.

Signed-off-by: Jeffrey Huang <huangjw@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-05 16:33:09 -05:00
..
bnxt_ethtool.c
bnxt_ethtool.h
bnxt_fw_hdr.h
bnxt_hsi.h
bnxt_nvm_defs.h
bnxt_sriov.c bnxt_en: More robust SRIOV cleanup sequence. 2015-11-05 16:33:09 -05:00
bnxt_sriov.h
bnxt.c bnxt_en: Fix comparison of u16 sw_id against negative value. 2015-11-05 16:33:09 -05:00
bnxt.h bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4 2015-11-05 16:33:08 -05:00
Makefile