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
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
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
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.
>
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.
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