Re: [PATCH v6 00/13] blkio: add libblkio BlockDriver

2022-10-13 Thread Stefan Hajnoczi
On Mon, Oct 10, 2022 at 10:46:59AM +0100, Alberto Faria wrote: > On Thu, Oct 6, 2022 at 10:35 PM Stefan Hajnoczi wrote: > > v6: > > - Add untested nvme-io_uring driver. Please test in your nested NVMe > > environment, Alberto. [Alberto] > > I did some I/O verification using fio [1] and it seems

Re: [PATCH v6 00/13] blkio: add libblkio BlockDriver

2022-10-10 Thread Alberto Faria
On Thu, Oct 6, 2022 at 10:35 PM Stefan Hajnoczi wrote: > v6: > - Add untested nvme-io_uring driver. Please test in your nested NVMe > environment, Alberto. [Alberto] I did some I/O verification using fio [1] and it seems to be working fine. Alberto [1]

[PATCH v6 00/13] blkio: add libblkio BlockDriver

2022-10-06 Thread Stefan Hajnoczi
v6: - Add untested nvme-io_uring driver. Please test in your nested NVMe environment, Alberto. [Alberto] - Map blkio mem regions only when necessary to reduce conflicts with RAM discard [Alberto] - Reduce duplication by having a single blkio_virtio_blk_common_open() function [Alberto] - Avoid