Re: [PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch

2021-10-25 Thread Stefano Garzarella
On Mon, Oct 25, 2021 at 04:16:54PM +0200, Kevin Wolf wrote: Am 23.09.2021 um 16:30 hat Stefano Garzarella geschrieben: 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 s

Re: [PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch

2021-10-25 Thread Kevin Wolf
Am 23.09.2021 um 16:30 hat Stefano Garzarella geschrieben: > 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

Re: [PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch

2021-10-21 Thread Stefan Hajnoczi
On Thu, Sep 23, 2021 at 04:30:57PM +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 de

Re: [PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch

2021-10-14 Thread Stefano Garzarella
Kind ping :-) Thanks, Stefano On Thu, Sep 23, 2021 at 4:31 PM 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

[PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch

2021-09-23 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 more