Re: [PATCH net] ibmvnic: Handle processing of CRQ messages in a tasklet

2017-02-19 Thread David Miller
From: Thomas Falcon Date: Wed, 15 Feb 2017 12:17:58 -0600 > 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 all

[PATCH net] ibmvnic: Handle processing of CRQ messages in a tasklet

2017-02-15 Thread Thomas Falcon
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 --- dri