RE: [PATCH v7 6/7] migration/multifd: implement qpl compression and decompression

2024-06-06 Thread Liu, Yuan1
ngnu.org; Zou, Nanhai ; > shameerali.kolothum.th...@huawei.com > Subject: RE: [PATCH v7 6/7] migration/multifd: implement qpl compression > and decompression > > "Liu, Yuan1" writes: > > >> -Original Message- > >> From: Fabiano Rosas > >>

RE: [PATCH v7 6/7] migration/multifd: implement qpl compression and decompression

2024-06-06 Thread Fabiano Rosas
phi...@linaro.org >> Cc: qemu-devel@nongnu.org; Liu, Yuan1 ; Zou, Nanhai >> ; shameerali.kolothum.th...@huawei.com >> Subject: Re: [PATCH v7 6/7] migration/multifd: implement qpl compression >> and decompression >> >> Yuan Liu writes: >> >> > QPL

RE: [PATCH v7 6/7] migration/multifd: implement qpl compression and decompression

2024-06-05 Thread Liu, Yuan1
, Yuan1 ; Zou, Nanhai > ; shameerali.kolothum.th...@huawei.com > Subject: Re: [PATCH v7 6/7] migration/multifd: implement qpl compression > and decompression > > Yuan Liu writes: > > > QPL compression and decompression will use IAA hardware first. > > If IAA hardware is

Re: [PATCH v7 6/7] migration/multifd: implement qpl compression and decompression

2024-06-05 Thread Fabiano Rosas
Yuan Liu writes: > QPL compression and decompression will use IAA hardware first. > If IAA hardware is not available, it will automatically fall > back to QPL software path, if the software job also fails, > the uncompressed page is sent directly. > > Signed-off-by: Yuan Liu > Reviewed-by: Nanha

[PATCH v7 6/7] migration/multifd: implement qpl compression and decompression

2024-06-04 Thread Yuan Liu
QPL compression and decompression will use IAA hardware first. If IAA hardware is not available, it will automatically fall back to QPL software path, if the software job also fails, the uncompressed page is sent directly. Signed-off-by: Yuan Liu Reviewed-by: Nanhai Zou --- migration/multifd-qp