Re: [PATCH v4 5/5] block/block-copy: use aio-task-pool API

2020-05-07 Thread Vladimir Sementsov-Ogievskiy
07.05.2020 18:53, Kevin Wolf wrote: Am 29.04.2020 um 15:08 hat Vladimir Sementsov-Ogievskiy geschrieben: Run block_copy iterations in parallel in aio tasks. Changes: - BlockCopyTask becomes aio task structure. Add zeroes field to pass it to block_copy_do_copy - add call state - it's

Re: [PATCH v4 5/5] block/block-copy: use aio-task-pool API

2020-05-07 Thread Kevin Wolf
Am 29.04.2020 um 15:08 hat Vladimir Sementsov-Ogievskiy geschrieben: > Run block_copy iterations in parallel in aio tasks. > > Changes: > - BlockCopyTask becomes aio task structure. Add zeroes field to pass > it to block_copy_do_copy > - add call state - it's a state of one call of

[PATCH v4 5/5] block/block-copy: use aio-task-pool API

2020-04-29 Thread Vladimir Sementsov-Ogievskiy
Run block_copy iterations in parallel in aio tasks. Changes: - BlockCopyTask becomes aio task structure. Add zeroes field to pass it to block_copy_do_copy - add call state - it's a state of one call of block_copy(), shared between parallel tasks. For now used only to keep information