commit | 6c267b3dea09aebe84752cfedcab140c908830bb | [log] [tgz] |
---|---|---|
author | Thomas Falcon <tlfalcon@linux.vnet.ibm.com> | Wed Feb 15 12:17:58 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 19 18:12:03 2017 -0500 |
tree | 39d8721df6a1c3d43b795dbea0740b6b5e9a42f7 | |
parent | 1e128c81290a419ab9ec8b09fe989f1c6c15a0f4 [diff] |
ibmvnic: Handle processing of CRQ messages in a tasklet Create a tasklet to process queued commands or messages received from firmware instead of processing them in the interrupt handler. Note that this handler does not process network traffic, but communications related to resource allocation and device settings. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>