mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-24 22:55:19 +00:00
b8bbe244b7
Some operations complete directly after they have been submitted, which means they are not submitted asynchronously and therefore they don't generate any ioevent. This is the reason why we are not processing some of the completed operations, which leads to some unpredictable behaviors. Forcing all io_uring operations submitted to the SQE to be asynchronous helps simplifying the code as it ensures the completion of every operation will generate an ioevent, therefore no operation is missed. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |