Re: [PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-11-02 Thread Stefano Garzarella
On Wed, Oct 27, 2021 at 03:06:37PM +0200, Kevin Wolf wrote: Am 27.10.2021 um 11:23 hat Stefano Garzarella geschrieben: On Wed, Oct 27, 2021 at 06:28:51AM +0200, Markus Armbruster wrote: > Stefano Garzarella writes: > > > Commit d7ddd0a161 ("linux-aio: limit the batch size using > >

Re: [PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-10-27 Thread Stefano Garzarella
On Wed, Oct 27, 2021 at 03:06:37PM +0200, Kevin Wolf wrote: Am 27.10.2021 um 11:23 hat Stefano Garzarella geschrieben: On Wed, Oct 27, 2021 at 06:28:51AM +0200, Markus Armbruster wrote: > Stefano Garzarella writes: > > > Commit d7ddd0a161 ("linux-aio: limit the batch size using > >

Re: [PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-10-27 Thread Kevin Wolf
Am 27.10.2021 um 11:23 hat Stefano Garzarella geschrieben: > On Wed, Oct 27, 2021 at 06:28:51AM +0200, Markus Armbruster wrote: > > Stefano Garzarella writes: > > > > > Commit d7ddd0a161 ("linux-aio: limit the batch size using > > > `aio-max-batch` parameter") added a way to limit the batch size

Re: [PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-10-27 Thread Stefano Garzarella
On Wed, Oct 27, 2021 at 06:28:51AM +0200, Markus Armbruster wrote: Stefano Garzarella writes: Commit d7ddd0a161 ("linux-aio: limit the batch size using `aio-max-batch` parameter") added a way to limit the batch size of Linux AIO backend for the entire AIO context. The same AIO context can be

Re: [PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-10-27 Thread Stefan Hajnoczi
On Tue, Oct 26, 2021 at 06:23:44PM +0200, Stefano Garzarella wrote: > Commit d7ddd0a161 ("linux-aio: limit the batch size using > `aio-max-batch` parameter") added a way to limit the batch size > of Linux AIO backend for the entire AIO context. > > The same AIO context can be shared by multiple

Re: [PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-10-26 Thread Markus Armbruster
Stefano Garzarella writes: > Commit d7ddd0a161 ("linux-aio: limit the batch size using > `aio-max-batch` parameter") added a way to limit the batch size > of Linux AIO backend for the entire AIO context. > > The same AIO context can be shared by multiple devices, so > latency-sensitive devices

[PATCH v2 1/3] file-posix: add `aio-max-batch` option

2021-10-26 Thread Stefano Garzarella
Commit d7ddd0a161 ("linux-aio: limit the batch size using `aio-max-batch` parameter") added a way to limit the batch size of Linux AIO backend for the entire AIO context. The same AIO context can be shared by multiple devices, so latency-sensitive devices may want to limit the batch size even