cloud-hypervisor/block_util
Rob Bradford db5582f7d1 block_util: Preserve ordering of sync file backend completions
For the synchronous backends efficiently preserve the order for
completion requests through the use of VecDequeue. Preserving the order
is not required but is beneficial as it matches the existing
optimisation that looks to match completions and requests.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2023-01-10 17:30:25 +00:00
..
src block_util: Preserve ordering of sync file backend completions 2023-01-10 17:30:25 +00:00
Cargo.toml block_util: Use SmallVec for I/O requests 2023-01-10 17:30:25 +00:00