Re: io_uring support

2019-08-23 Thread Dmitry Dolgov
> On Mon, Aug 19, 2019 at 10:21 PM Andres Freund wrote: > > > For us the important part is probably that it's an asynchronious IO, that > > can > > work not only with O_DIRECT, but with also with buffered access. > > Note that while the buffered access does allow for some acceleration, it > curre

Re: io_uring support

2019-08-19 Thread Andres Freund
Hi, On 2019-08-19 20:20:46 +0200, Dmitry Dolgov wrote: > For already some time I'm following the new linux IO interface "io_uring", > that > was introduced relatively recently [1]. Short description says: > > Shared application/kernel submission and completion ring pairs, for > support

io_uring support

2019-08-19 Thread Dmitry Dolgov
Hi, For already some time I'm following the new linux IO interface "io_uring", that was introduced relatively recently [1]. Short description says: Shared application/kernel submission and completion ring pairs, for supporting fast/efficient IO. For us the important part is probably th