Message ID | 20250308161504.1639157-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | loop: improve loop aio perf by IOCB_NOWAIT | expand |
On Sun, Mar 09, 2025 at 12:14:50AM +0800, Ming Lei wrote: > Hello Jens, > > This patchset improves loop aio perf by using IOCB_NOWAIT for avoiding to queue aio > command to workqueue context, meantime refactor lo_rw_aio() a bit. > > The last patch adds MQ support, which improves perf a bit in case of multiple > IO jobs. > > In my test VM, loop disk perf becomes very close to perf of the backing block > device(nvme/mq virtio-scsi). > > Thanks, > Ming Please ignore this patchset, since several unrelated patches are included accidentally. Thanks, Ming