]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ibmvnic: Reset tx/rx pools on driver reset
authorNathan Fontenot <nfont@linux.vnet.ibm.com>
Fri, 26 May 2017 14:31:06 +0000 (10:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 May 2017 19:32:46 +0000 (15:32 -0400)
commit8c0543adca2bb17808e46a24eb6e6247181a10b1
treeca434ddf7035f23daec98993c5cb403584f15b76
parent28cde751021abb16458b858da3403bd7c511c0d7
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>
drivers/net/ethernet/ibm/ibmvnic.c