Re: [RFC PATCH 4/4] virtio-net: sleep instead of busy waiting for cvq command
From: Alvaro Karsz <alvaro.karsz@solid-run.com>
Date: 2022-12-22 15:55:52
Also in:
lkml, virtualization
From: Alvaro Karsz <alvaro.karsz@solid-run.com>
Date: 2022-12-22 15:55:52
Also in:
lkml, virtualization
My point is that the device may complete the control command after the timeout, so, if I'm not mistaken, next time we send a control command and call virtqueue_wait_for_used we'll get the previous response.