]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Stop using a threaded DPC in the poller
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 18 Sep 2018 13:18:14 +0000 (14:18 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 18 Sep 2018 13:53:09 +0000 (14:53 +0100)
commit129ad516ef682c49ce9328628b8988b914edddc4
tree866c6dfe6db76da47cb40cac16daecb85efa5e7e
parentbd9f1f6c77b32a40416e16a45a5994c954f4628c
Stop using a threaded DPC in the poller

The threaded DPC was introduced by commit bc722edd "Don't use KTIMERs in
receive path" but it appears to have too much of an impact on performance.
This patch reverts the poller to a normal DPC but does not introduce any
DPC timeout mitigation. That will be done by a subsequent patch.

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