Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio

2022-04-12 Thread Stefan Hajnoczi
On Thu, Apr 07, 2022 at 10:34:07AM +0200, Kevin Wolf wrote: > Am 07.04.2022 um 10:25 hat Kevin Wolf geschrieben: > > Am 07.04.2022 um 09:22 hat Stefan Hajnoczi geschrieben: > > > On Wed, Apr 06, 2022 at 07:32:04PM +0200, Kevin Wolf wrote: > > > > Am 05.04.2022 um 17:33 hat Stefan Hajnoczi geschrieb

Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio

2022-04-07 Thread Kevin Wolf
Am 07.04.2022 um 10:25 hat Kevin Wolf geschrieben: > Am 07.04.2022 um 09:22 hat Stefan Hajnoczi geschrieben: > > On Wed, Apr 06, 2022 at 07:32:04PM +0200, Kevin Wolf wrote: > > > Am 05.04.2022 um 17:33 hat Stefan Hajnoczi geschrieben: > > > > libblkio (https://gitlab.com/libblkio/libblkio/) is a li

Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio

2022-04-07 Thread Kevin Wolf
Am 07.04.2022 um 09:22 hat Stefan Hajnoczi geschrieben: > On Wed, Apr 06, 2022 at 07:32:04PM +0200, Kevin Wolf wrote: > > Am 05.04.2022 um 17:33 hat Stefan Hajnoczi geschrieben: > > > libblkio (https://gitlab.com/libblkio/libblkio/) is a library for > > > high-performance disk I/O. It currently sup

Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio

2022-04-07 Thread Stefan Hajnoczi
On Wed, Apr 06, 2022 at 07:32:04PM +0200, Kevin Wolf wrote: > Am 05.04.2022 um 17:33 hat Stefan Hajnoczi geschrieben: > > libblkio (https://gitlab.com/libblkio/libblkio/) is a library for > > high-performance disk I/O. It currently supports io_uring with > > additional drivers planned. > > > > One

Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio

2022-04-06 Thread Kevin Wolf
Am 05.04.2022 um 17:33 hat Stefan Hajnoczi geschrieben: > libblkio (https://gitlab.com/libblkio/libblkio/) is a library for > high-performance disk I/O. It currently supports io_uring with > additional drivers planned. > > One of the reasons for developing libblkio is that other applications > bes

[RFC v2 1/8] blkio: add io_uring block driver using libblkio

2022-04-05 Thread Stefan Hajnoczi
libblkio (https://gitlab.com/libblkio/libblkio/) is a library for high-performance disk I/O. It currently supports io_uring with additional drivers planned. One of the reasons for developing libblkio is that other applications besides QEMU can use it. This will be particularly useful for vhost-use