virtio-win / kvm-guest-drivers-windows

Windows paravirtualized drivers for QEMU\KVM
https://www.linux-kvm.org/page/WindowsGuestDrivers
BSD 3-Clause "New" or "Revised" License
2.01k stars 385 forks source link

viosock: fix recv stuck after process terminated #960

Closed Jing118 closed 1 year ago

Jing118 commented 1 year ago

Like the previous PR #953, we should also process the RxPktList in VIOSockReadCleanupCb , otherwise the same stuck issue may occur after the process terminated, when all buffers in RxCbList return to RxCbBuffers in VIOSockReadCleanupCb.