commit | c9a7d5fe155245e396ac6a3ce3b84c069ee602fa | [log] [tgz] |
---|---|---|
author | Dongli Zhang <dongli.zhang@oracle.com> | Tue Oct 26 14:50:31 2021 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 18 14:03:43 2021 +0100 |
tree | eca23e39a71e5c25838eadf0c8ef07fd975e147d | |
parent | 9813218e96db4fbfd1dfae4d2bbd979d3031597f [diff] |
vmxnet3: do not stop tx queues after netif_device_detach() [ Upstream commit 9159f102402a64ac85e676b75cc1f9c62c5b4b73 ] The netif_device_detach() conditionally stops all tx queues if the queues are running. There is no need to call netif_tx_stop_all_queues() again. Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>