commit | 86f669b2b7491b5697d9e63538c960ad7e94c6cc | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Mon Feb 19 13:30:39 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 21 14:21:48 2018 -0500 |
tree | 19deb0931eaccc8a8164f74bde86a2e7287f144a | |
parent | d7c0ef36bde03af0d119d895bba4cc0362e79dbb [diff] |
ibmvnic: Make napi usage dynamic In order to handle the number of rx sub crqs changing during a driver reset, the ibmvnic driver also needs to update the number of napi. To do this the code to init and free napi's is moved to their own routines so they can be called during the reset process. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>