]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Remove KTIMERS from transmit and receive paths (again)
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 2 Nov 2018 11:09:11 +0000 (11:09 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 6 Nov 2018 09:40:34 +0000 (09:40 +0000)
commit230fde29b65e986519c46a065ea0b9801bbfb584
tree2d8b6f66baac7a00427fe0266aecd8cfe9539958
parentad16867647ed7c04c951c30a6ab6659e1cf43a1a
Remove KTIMERS from transmit and receive paths (again)

Even though the poller subsystem has been reverted, these still need to
go away as they do not adequately serve the purpose for which they were
added: DPC watchdog avoidance.

A subsequent patch will re-instate the threaded DPC in the receiver to
avoid the DPC watchdog.

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