commit | 152ce47dc48280182ab58539a721dadb3d7a8575 | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Fri May 26 10:30:54 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri May 26 15:32:46 2017 -0400 |
tree | cc3252c6e9fb92b4a768a70f45b5b957a19f9a2e | |
parent | f185a49a77bd34309fd6af6c5c7695386d010534 [diff] |
ibmvnic: Check adapter state during ibmvnic_poll We do not want to process any receive frames if the ibmvnic_poll routine is invoked while a reset is in process. Also, before replenishing the rx pools in the ibmvnic_poll, we want to make sure the adapter is not in the process of closing. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>