You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If for some reasons the host cannot provide enough entropy to the device, the driver is stuck waiting for the enqueued request buffers. Because of that, we cannot switch to another entropy device or to stop and unload the driver.
We need a way to retrieve these buffers and release all the driver resources.
Adding a control virtqueue with a command to flush the request virtqueue seems to be the way to do it.
The text was updated successfully, but these errors were encountered:
If for some reasons the host cannot provide enough entropy to the device, the driver is stuck waiting for the enqueued request buffers. Because of that, we cannot switch to another entropy device or to stop and unload the driver.
We need a way to retrieve these buffers and release all the driver resources.
Adding a control virtqueue with a command to flush the request virtqueue seems to be the way to do it.
The text was updated successfully, but these errors were encountered: