Files
linux/drivers
Wei Liu 816843a257 xen-netback: correctly schedule rate-limited queues
[ Upstream commit dfa523ae9f ]

Add a flag to indicate if a queue is rate-limited. Test the flag in
NAPI poll handler and avoid rescheduling the queue if true, otherwise
we risk locking up the host. The rescheduling will be done in the
timer callback function.

Reported-by: Jean-Louis Dupond <jean-louis@dupond.be>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Tested-by: Jean-Louis Dupond <jean-louis@dupond.be>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-11 08:49:34 -07:00
..
2016-12-05 14:53:46 -05:00
2017-08-06 18:59:49 -07:00
2017-08-06 18:59:42 -07:00
2017-02-23 17:44:36 +01:00
2017-04-21 09:31:24 +02:00