]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Get rid of the 'Retry' exit from the ring poll routines
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 2 Nov 2018 11:42:47 +0000 (11:42 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 6 Nov 2018 09:40:35 +0000 (09:40 +0000)
commitdf7f5b1911484ad212247f91ef61b4016d12cf05
tree02c4b6c4a165284a06d09ecdeb50b87f7adf7bd1
parentc74c2a45f83690ea859b6bfd3ecca44a185e15da
Get rid of the 'Retry' exit from the ring poll routines

This was supposed to allow better interleaving of receive and transmit
polling, but this does not really seem to help so it really only makes
the code more complex than it needs to be.

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