Re: [Qemu-block] [PATCH 00/11] qcow2: encryption threads

2018-11-27 Thread Daniel P . Berrangé
On Fri, Nov 23, 2018 at 07:55:00PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > The series brings threads to qcow2 encryption/decryption path, > like it is already done for compression. > > Based-on: Kevin's block-next branch [d3db1496c5] > > Performance gain is illustrated by the

[Qemu-block] [PATCH 00/11] qcow2: encryption threads

2018-11-23 Thread Vladimir Sementsov-Ogievskiy
Hi all! The series brings threads to qcow2 encryption/decryption path, like it is already done for compression. Based-on: Kevin's block-next branch [d3db1496c5] Performance gain is illustrated by the following test: ]# cat test.sh #!/bin/bash size=1G src=/ssd/src.raw dst=/ssd/dst.enc.qcow2