]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commit
Cancel pending timers when rings are disabled
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 14:35:53 +0000 (14:35 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 14:37:45 +0000 (14:37 +0000)
commit2bc4f34c71b43376fb52a4365942e75582c6eb8c
tree80fedce5beebb3437171f58944de4cafbd745082
parentc9b1bd79d2d1cc791ca7edb951c92cc4c185e056
Cancel pending timers when rings are disabled

No new timers can be scheduled once rings are disabled but if the rings are
both disconnected and destroyed within the next 100us then it's possible
that the DPC might hit some unitialized data so make sure pending timers
are cancelled.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvif/receiver.c
src/xenvif/transmitter.c