diff options
author | Brett Creeley <[email protected]> | 2019-04-16 10:24:37 -0700 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2019-05-23 10:51:54 -0700 |
commit | aa6ccf3f2d7042f94c4e91538956ce7051e7856e (patch) | |
tree | e84de553408f72c39414f9e806b8fd0a1c591f74 /drivers/net/ethernet/intel/ice/ice_switch.c | |
parent | 8d5fce190333b3e4614772fe4ac617a2d36dc77c (diff) |
ice: Fix couple of issues in ice_vsi_release
Currently the driver is calling ice_napi_del() and then
unregister_netdev(). The call to unregister_netdev() will result in a
call to ice_stop() and then ice_vsi_close(). This is where we call
napi_disable() for all the MSI-X vectors. This flow is reversed so make
the changes to ensure napi_disable() happens prior to napi_del().
Before calling napi_del() and free_netdev() make sure
unregister_netdev() was called. This is done by making sure the
__ICE_DOWN bit is set in the vsi->state for the interested VSI.
Signed-off-by: Brett Creeley <[email protected]>
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_switch.c')
0 files changed, 0 insertions, 0 deletions