cloud-hypervisor/block_util
Wei Liu 427a2bacf5 block_util: convert aligned_operations to SmallVec
The number of aligned operations can not be larger than the number of
descriptors. Initializing the capacity to 1 is good enough per the
observation that most of time there is only one data descriptor in a
given request.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2023-01-30 08:13:40 +00:00
..
src block_util: convert aligned_operations to SmallVec 2023-01-30 08:13:40 +00:00
Cargo.toml build: Bump io-uring from 0.5.11 to 0.5.12 2023-01-20 09:24:06 +00:00