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

2024-06-12 Thread Fabiano Rosas
Yuan Liu writes: > QPL compression and decompression will use IAA hardware path if the IAA > hardware is available. Otherwise the QPL library software path is used. > > The hardware path will automatically fall back to QPL software path if > the IAA queues are busy. In some scenarios, this may ha

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

2024-06-11 Thread Yuan Liu
QPL compression and decompression will use IAA hardware path if the IAA hardware is available. Otherwise the QPL library software path is used. The hardware path will automatically fall back to QPL software path if the IAA queues are busy. In some scenarios, this may happen frequently, such as con