commit | ec95dffa408f0c24c0b358f3723c6ba262190965 | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Wed Feb 07 13:00:24 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 08 15:11:15 2018 -0500 |
tree | 4e99e52a2abb59aebb15c3d2bb57ad23fe95f2b6 | |
parent | 583133b35ecaea84590e92e2732d1a472747ca7d [diff] |
ibmvnic: queue reset when CRQ gets closed during reset While handling a driver reset we get a H_CLOSED return trying to send a CRQ event. When this occurs we need to queue up another reset attempt. Without doing this we see instances where the driver is left in a closed state because the reset failed and there is no further attempts to reset the driver. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>