[PATCH 5/5] migration iaa-compress: Implement IAA compression

2023-10-19 Thread Yuan Liu
Implement the functions of IAA for data compression and decompression. The implementation uses non-blocking job submission and polling to check the job completion status to reduce IAA's overhead in the live migration process. Signed-off-by: Yuan Liu Reviewed-by: Nanhai Zou ---

Re: [PATCH 5/5] migration iaa-compress: Implement IAA compression

2023-10-19 Thread Juan Quintela
Yuan Liu wrote: > Implement the functions of IAA for data compression and decompression. > The implementation uses non-blocking job submission and polling to check > the job completion status to reduce IAA's overhead in the live migration > process. > > Signed-off-by: Yuan Liu > Reviewed-by: