On Tue, Jul 01, 2025 at 08:15:39AM -0400, Keith Busch wrote: > > But can they split commands such that they dispatch one per iovec > instead of as a single command? That can be done only if individual iovecs are block size aligned, which isn't always the case. Only the total size is guaranteed to be block size aligned.