]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Re-instate 264bde12 "Introduce a threaded DPC into the receiver code"
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 2 Nov 2018 11:34:39 +0000 (11:34 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 6 Nov 2018 09:40:34 +0000 (09:40 +0000)
commitc74c2a45f83690ea859b6bfd3ecca44a185e15da
tree253dd1ccaa4344ba365040bde20e96c6fc2cd3e8
parent230fde29b65e986519c46a065ea0b9801bbfb584
Re-instate 264bde12 "Introduce a threaded DPC into the receiver code"

This patch re-works 264bde12 such that it apply (after reversion of the
poller subsystem), including re-naming the unqualified 'Dpc' and 'Dpcs'
fields in the receiver and transmitter ring structures to 'PollDpc' and
'PollDpcs' to disambiguate them from the new threaded 'QueueDpc' and
associated 'QueueDpcs' counter.

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