From: Wei Liu <wei.l...@citrix.com> Date: Wed, 21 Jun 2017 10:21:22 +0100
> 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-lo...@dupond.be> > Signed-off-by: Wei Liu <wei.l...@citrix.com> > Tested-by: Jean-Louis Dupond <jean-lo...@dupond.be> Applied.