Merge branch 'ibmvnic-Clean-up-net-close-and-fix-reset-bug'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Mar 2018 17:51:46 +0000 (12:51 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Mar 2018 17:51:46 +0000 (12:51 -0500)
commit10c56b8d93863abb4dbb01a9b9f1b40c336a1c3b
tree3b8db1085222b16065fa96113f6adfaf01c83e53
parent46e371f0e78a82186a83cbcb4f4b8850417c7dd5
parent18b8d6bbad47efd9bd1595c57271fbacc5eb0d46
Merge branch 'ibmvnic-Clean-up-net-close-and-fix-reset-bug'

Thomas Falcon says:

====================
ibmvnic: Clean up net close and fix reset bug

This patch set cleans up and reorganizes the driver's net_device
close function and leverages that to fix up a bug that can occur
during some device resets. Some reset cases require the backing
adapter to be disabled before continuing, but other cases, such as
during a device failover or partition migration, do not require this
step. Since the device will not be initialized at this stage and
its command-processing queue is closed, do not send the request to
disable the device as it could result in an error or timeout
disrupting the reset.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>