Re: [PATCH 0/2] support block encryption/decryption in parallel

2025-01-18 Thread Guoyi Tu
Thank you for the additional background and suggestions. I will resend the second version. On 2025/1/17 20:55, Daniel 【外部账号】P. Berrangé wrote: On Thu, Jan 16, 2025 at 01:37:44PM +0100, Kevin Wolf wrote: Am 13.12.2024 um 16:56 hat Daniel P. Berrangé geschrieben: On Thu, Nov 28, 2024 at 06:51:20

Re: [PATCH 0/2] support block encryption/decryption in parallel

2025-01-17 Thread Daniel P . Berrangé
On Thu, Jan 16, 2025 at 01:37:44PM +0100, Kevin Wolf wrote: > Am 13.12.2024 um 16:56 hat Daniel P. Berrangé geschrieben: > > On Thu, Nov 28, 2024 at 06:51:20PM +0800, t...@chinatelecom.cn wrote: > > > From: Guoyi Tu > > > > > > Currently, disk I/O encryption and decryption operations are performe

Re: [PATCH 0/2] support block encryption/decryption in parallel

2025-01-16 Thread Kevin Wolf
Am 13.12.2024 um 16:56 hat Daniel P. Berrangé geschrieben: > On Thu, Nov 28, 2024 at 06:51:20PM +0800, t...@chinatelecom.cn wrote: > > From: Guoyi Tu > > > > Currently, disk I/O encryption and decryption operations are performed > > sequentially > > in the main thread or IOthread. When the numbe

Re: [PATCH 0/2] support block encryption/decryption in parallel

2024-12-13 Thread Daniel P . Berrangé
On Thu, Nov 28, 2024 at 06:51:20PM +0800, t...@chinatelecom.cn wrote: > From: Guoyi Tu > > Currently, disk I/O encryption and decryption operations are performed > sequentially > in the main thread or IOthread. When the number of I/O requests increases, > this becomes a performance bottleneck. >

Re: [PATCH 0/2] support block encryption/decryption in parallel

2024-12-13 Thread Guoyi Tu
Hi Kevin and Hanna, could you share your thoughts on this patch? I’d greatly appreciate your feedback -- Guoyi On 2024/11/28 18:51, t...@chinatelecom.cn wrote: From: Guoyi Tu Currently, disk I/O encryption and decryption operations are performed sequentially in the main thread or IOthread.

[PATCH 0/2] support block encryption/decryption in parallel

2024-11-28 Thread tugy
From: Guoyi Tu Currently, disk I/O encryption and decryption operations are performed sequentially in the main thread or IOthread. When the number of I/O requests increases, this becomes a performance bottleneck. To address this issue, this patch use thread pool to perform I/O encryption and de