Re: [RFC 00/24] backup performance: block_status + async

2019-11-15 Thread Vladimir Sementsov-Ogievskiy
15.11.2019 20:30, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20191115141444.24155-1-vsement...@virtuozzo.com/ > > > > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Subjec

Re: [RFC 00/24] backup performance: block_status + async

2019-11-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191115141444.24155-1-vsement...@virtuozzo.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [RFC 00/24] backup performance: block_status + async Type: series Message-id: 20191115141444.24155

[RFC 00/24] backup performance: block_status + async

2019-11-15 Thread Vladimir Sementsov-Ogievskiy
Hi all! These series does the following things: 1. bring block_status to block-copy, for efficient chunk sizes and handling ZERO clusters. (mirror does it) 2. bring aio-task-pool to block-copy, for parallel copying loop iteration. (mirror does it its own way) 4. add speed limit and cancelling pos