commit | 8c0543adca2bb17808e46a24eb6e6247181a10b1 | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Fri May 26 10:31:06 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri May 26 15:32:46 2017 -0400 |
tree | ca434ddf7035f23daec98993c5cb403584f15b76 | |
parent | 28cde751021abb16458b858da3403bd7c511c0d7 [diff] |
ibmvnic: Reset tx/rx pools on driver reset When resetting the ibmvnic driver there is not a need to release and re-allocate the resources for the tx and rx pools. These resources can just be reset to avoid the re-allocations. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>