RE: [PATCH v2 2/4] multifd: Implement multifd compression accelerator

2023-12-04 Thread Liu, Yuan1
> -Original Message- > From: Fabiano Rosas > Sent: Saturday, December 2, 2023 2:01 AM > To: Liu, Yuan1 ; quint...@redhat.com; > pet...@redhat.com; leob...@redhat.com > Cc: qemu-devel@nongnu.org; Liu, Yuan1 ; Zou, Nanhai > > Subject: Re: [PATCH v2 2/4] mu

Re: [PATCH v2 2/4] multifd: Implement multifd compression accelerator

2023-12-01 Thread Fabiano Rosas
Yuan Liu writes: > when starting multifd live migration, if the compression method is > enabled, compression method can be accelerated using accelerators. > > Signed-off-by: Yuan Liu > Reviewed-by: Nanhai Zou > --- > migration/multifd.c | 38 -- >

Re: [PATCH v2 2/4] multifd: Implement multifd compression accelerator

2023-11-24 Thread Fabiano Rosas
Yuan Liu writes: > when starting multifd live migration, if the compression method is > enabled, compression method can be accelerated using accelerators. > > Signed-off-by: Yuan Liu > Reviewed-by: Nanhai Zou Reviewed-by: Fabiano Rosas

[PATCH v2 2/4] multifd: Implement multifd compression accelerator

2023-11-09 Thread Yuan Liu
when starting multifd live migration, if the compression method is enabled, compression method can be accelerated using accelerators. Signed-off-by: Yuan Liu Reviewed-by: Nanhai Zou --- migration/multifd.c | 38 -- migration/multifd.h | 8 2 files