Re: [PATCH net] qede: Fix ref-cnt usage count

2018-05-13 Thread David Miller
From: Michal Kalderon Date: Sun, 13 May 2018 20:54:06 +0300 > Rebooting while qedr is loaded with a VLAN interface present > results in unregister_netdevice waiting for the usage count > to become free. > The fix is that rdma devices should be removed before unregistering > the netdevice, to assu

[PATCH net] qede: Fix ref-cnt usage count

2018-05-13 Thread Michal Kalderon
Rebooting while qedr is loaded with a VLAN interface present results in unregister_netdevice waiting for the usage count to become free. The fix is that rdma devices should be removed before unregistering the netdevice, to assure all references to ndev are decreased. Fixes: cee9fbd8e2e9 ("qede: Ad