commit | d90fd7a7ebd6162a4044efed8730455df6ede686 | [log] [tgz] |
---|---|---|
author | Dongli Zhang <dongli.zhang@oracle.com> | Tue Oct 26 14:50:31 2021 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 26 11:40:22 2021 +0100 |
tree | ab230c71abda4a1dd35d3e1edfabd52ea984f5e1 | |
parent | 7a62afd8d82072a899c85b41ac9b4f609288944c [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>