CVSROOT:        /cvs
Module name:    src
Changes by:     mi...@cvs.openbsd.org   2016/11/11 11:45:24

Modified files:
        sys/dev/pv     : if_hvn.c 

Log message:
Reorder atomic operations dealing with sc_tx_avail

The atomic decrement of the number of available descriptors must
be performed before sending the RNDIS message to the hypervisor
so that packet transmit completion that may execute in parallel
won't increase the value past the maximum.

Reply via email to